#62A164

Color #62A164 Fern (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fern #62A164

Tints of Fern #62A164

Color information

#62A164 (or 0x62A164) is unknown color: approx Fern. HEX triplet: 62, A1 and 64. RGB value is (98,161,100). Sum of RGB (Red+Green+Blue) = 98+161+100=359 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.30% from 359); Green value is 161 (63.28% from 255 or 44.85% from 359); Blue value is 100 (39.45% from 255 or 27.86% from 359); Max value from RGB is 161 - color contains mainly: green. Hex color #62A164 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62A164 is #9D5E9B. Grayscale: #878787. Windows color (decimal): -10313372 or 6594914. OLE color: 6594914.

HSL color Cylindrical-coordinate representation of color #62A164: hue angle of 121.9º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #62A164 is Cyan = 0.39, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.37.

Color convert

RGB98161100-
CMYK0.3900.380.37
HSL121.9º25.1%50.78%-
HSV(B)121.9º39.13%63.14%-
XYZ20.0829.0116.6-
YUV135.21108.13101.46-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.30%
GREEN value IS 161 (63.28% from 255) = 44.85%
BLUE value IS 100 (39.45% from 255) = 27.86%
R=27.30%
G=44.85%
B=27.86%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal981611000.3900.380.37121.925.150.78
Hex62A16427026257a1933
Octal14224114447046451723163
Binary11000101010000111001001001110100110100101111101011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62A164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62A164; }

 p { color: rgb(98,161,100); }

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

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

 a { background-color: rgb(98,161,100); }

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

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

 span { border-color: rgb(98,161,100); }

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