Shades of Fern #62A268
Tints of Fern #62A268
RGB
CMYK
RGB Variations
Color information
#62A268 (or 0x62A268) is known color: Fern. HEX triplet: 62, A2 and 68. RGB value is (98,162,104). Sum of RGB (Red+Green+Blue) = 98+162+104=364 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.92% from 364); Green value is 162 (63.67% from 255 or 44.51% from 364); Blue value is 104 (41.02% from 255 or 28.57% from 364); Max value from RGB is 162 - color contains mainly: green. Hex color #62A268 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62A268 is #9D5D97. Grayscale: #888888. Windows color (decimal): -10313112 or 6857314. OLE color: 6857314.
HSL color Cylindrical-coordinate representation of color #62A268: hue angle of 125.62º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #62A268 is Cyan = 0.40, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 98 | 162 | 104 | - |
| CMYK | 0.40 | 0 | 0.36 | 0.36 |
| HSL | 125.63º | 0.26% | 0.51% | - |
| HSV(B) | 125.63º | 0.4% | 0.64% | - |
| XYZ | 20.46 | 29.44 | 17.7 | - |
| YUV | 136.25 | 109.8 | 100.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 162 | 104 | 0.40 | 0 | 0.36 | 0.36 | 125.63 | 0.26 | 0.51 |
| Hex | 62 | A2 | 68 | 28 | 0 | 24 | 24 | 7E | 1A | 33 |
| Octal | 142 | 242 | 150 | 50 | 0 | 44 | 44 | 176 | 32 | 63 |
| Binary | 1100010 | 10100010 | 1101000 | 101000 | 0 | 100100 | 100100 | 1111110 | 11010 | 110011 |
Color Harmonies of #62A268
Complementary color
Monochromatic Colors of #62A268
Black with #62A268
Text Example
Text Example
White with #62A268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62A268; }
p { color: rgb(98,162,104); }
H1.HeaderClassName
{
color: #62A268;
}
.AnyTagClassName
{
color: #62A268;
}
</style>
background-color css
<style>
a { background-color: #62A268; }
a { background-color: rgb(98,162,104); }
div.DivClassName
{
background-color: #62A268;
}
.BgClassName
{
background-color: #62A268;
}
</style>
border-color css
<style>
span { border-color: #62A268; }
span { border-color: rgb(98,162,104); }
td.TdClassName
{
border-color: #62A268;
}
.TagClassName
{
border-color: #62A268;
}
</style>