Shades of Fern #62A064
Tints of Fern #62A064
RGB
CMYK
RGB Variations
Color information
#62A064 (or 0x62A064) is known color: Fern. HEX triplet: 62, A0 and 64. RGB value is (98,160,100). Sum of RGB (Red+Green+Blue) = 98+160+100=358 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.37% from 358); Green value is 160 (62.89% from 255 or 44.69% from 358); Blue value is 100 (39.45% from 255 or 27.93% from 358); Max value from RGB is 160 - color contains mainly: green. Hex color #62A064 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62A064 is #9D5F9B. Grayscale: #868686. Windows color (decimal): -10313628 or 6594658. OLE color: 6594658.
HSL color Cylindrical-coordinate representation of color #62A064: hue angle of 121.94º 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 #62A064 is Cyan = 0.39, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 98 | 160 | 100 | - |
| CMYK | 0.39 | 0 | 0.38 | 0.37 |
| HSL | 121.94º | 0.25% | 0.51% | - |
| HSV(B) | 121.94º | 0.39% | 0.63% | - |
| XYZ | 19.91 | 28.66 | 16.54 | - |
| YUV | 134.62 | 108.46 | 101.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 160 | 100 | 0.39 | 0 | 0.38 | 0.37 | 121.94 | 0.25 | 0.51 |
| Hex | 62 | A0 | 64 | 27 | 0 | 26 | 25 | 7A | 19 | 33 |
| Octal | 142 | 240 | 144 | 47 | 0 | 46 | 45 | 172 | 31 | 63 |
| Binary | 1100010 | 10100000 | 1100100 | 100111 | 0 | 100110 | 100101 | 1111010 | 11001 | 110011 |
Color Harmonies of #62A064
Complementary color
Monochromatic Colors of #62A064
Black with #62A064
Text Example
Text Example
White with #62A064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62A064; }
p { color: rgb(98,160,100); }
H1.HeaderClassName
{
color: #62A064;
}
.AnyTagClassName
{
color: #62A064;
}
</style>
background-color css
<style>
a { background-color: #62A064; }
a { background-color: rgb(98,160,100); }
div.DivClassName
{
background-color: #62A064;
}
.BgClassName
{
background-color: #62A064;
}
</style>
border-color css
<style>
span { border-color: #62A064; }
span { border-color: rgb(98,160,100); }
td.TdClassName
{
border-color: #62A064;
}
.TagClassName
{
border-color: #62A064;
}
</style>