#758621

Color #758621 Trendy Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Green #758621

Tints of Trendy Green #758621

Color information

#758621 (or 0x758621) is unknown color: approx Trendy Green. HEX triplet: 75, 86 and 21. RGB value is (117,134,33). Sum of RGB (Red+Green+Blue) = 117+134+33=284 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.20% from 284); Green value is 134 (52.73% from 255 or 47.18% from 284); Blue value is 33 (13.28% from 255 or 11.62% from 284); Max value from RGB is 134 - color contains mainly: green. Hex color #758621 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758621 is #8A79DE. Grayscale: #757575. Windows color (decimal): -9075167 or 2197109. OLE color: 2197109.

HSL color Cylindrical-coordinate representation of color #758621: hue angle of 70.1º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #758621 is Cyan = 0.13, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.47.

Color convert

RGB11713433-
CMYK0.1300.750.47
HSL70.1º60.48%32.75%-
HSV(B)70.1º75.37%52.55%-
XYZ16.1420.944.63-
YUV117.480.37127.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 117 (46.09% from 255) = 41.20%
GREEN value IS 134 (52.73% from 255) = 47.18%
BLUE value IS 33 (13.28% from 255) = 11.62%
R=41.20%
G=47.18%
B=11.62%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal117134330.1300.750.4770.160.4832.75
Hex758621D04B2F463c21
Octal16520641150113571067441
Binary1110101100001101000011101010010111011111000110111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758621; }

 p { color: rgb(117,134,33); }

 H1.HeaderClassName
 {
   color: #758621;
 }
 .AnyTagClassName
 {
   color: #758621;
 }
</style>
background-color css

<style>
 a { background-color: #758621; }

 a { background-color: rgb(117,134,33); }

 div.DivClassName
 {
   background-color: #758621;
 }
 .BgClassName
 {
   background-color: #758621;
 }
</style>
border-color css

<style>
 span { border-color: #758621; }

 span { border-color: rgb(117,134,33); }

 td.TdClassName
 {
   border-color: #758621;
 }
 .TagClassName
 {
   border-color: #758621;
 }
</style>