#62AB70

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

Shades of Fern #62AB70

Tints of Fern #62AB70

Color information

#62AB70 (or 0x62AB70) is unknown color: approx Fern. HEX triplet: 62, AB and 70. RGB value is (98,171,112). Sum of RGB (Red+Green+Blue) = 98+171+112=381 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.72% from 381); Green value is 171 (67.19% from 255 or 44.88% from 381); Blue value is 112 (44.14% from 255 or 29.40% from 381); Max value from RGB is 171 - color contains mainly: green. Hex color #62AB70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62AB70 is #9D548F. Grayscale: #8E8E8E. Windows color (decimal): -10310800 or 7383906. OLE color: 7383906.

HSL color Cylindrical-coordinate representation of color #62AB70: hue angle of 131.51º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #62AB70 is Cyan = 0.43, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.

Color convert

RGB98171112-
CMYK0.4300.350.33
HSL131.51º30.29%52.75%-
HSV(B)131.51º42.69%67.06%-
XYZ22.5232.8920.49-
YUV142.45110.8296.3-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 25.72%
GREEN value IS 171 (67.19% from 255) = 44.88%
BLUE value IS 112 (44.14% from 255) = 29.40%
R=25.72%
G=44.88%
B=29.40%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal981711120.4300.350.33131.5130.2952.75
Hex62AB702B02321841e35
Octal14225316053043412043665
Binary110001010101011111000010101101000111000011000010011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62AB70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,171,112); }

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

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

 a { background-color: rgb(98,171,112); }

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

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

 span { border-color: rgb(98,171,112); }

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