Shades of Fern #62AA6A
Tints of Fern #62AA6A
RGB
CMYK
RGB Variations
Color information
#62AA6A (or 0x62AA6A) is known color: Fern. HEX triplet: 62, AA and 6A. RGB value is (98,170,106). Sum of RGB (Red+Green+Blue) = 98+170+106=374 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.20% from 374); Green value is 170 (66.80% from 255 or 45.45% from 374); Blue value is 106 (41.80% from 255 or 28.34% from 374); Max value from RGB is 170 - color contains mainly: green. Hex color #62AA6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62AA6A is #9D5595. Grayscale: #8D8D8D. Windows color (decimal): -10311062 or 6990434. OLE color: 6990434.
HSL color Cylindrical-coordinate representation of color #62AA6A: hue angle of 126.67º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #62AA6A is Cyan = 0.42, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 98 | 170 | 106 | - |
| CMYK | 0.42 | 0 | 0.38 | 0.33 |
| HSL | 126.67º | 0.3% | 0.53% | - |
| HSV(B) | 126.67º | 0.42% | 0.67% | - |
| XYZ | 22.01 | 32.39 | 18.73 | - |
| YUV | 141.18 | 108.15 | 97.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 170 | 106 | 0.42 | 0 | 0.38 | 0.33 | 126.67 | 0.3 | 0.53 |
| Hex | 62 | AA | 6A | 2A | 0 | 26 | 21 | 7F | 1E | 35 |
| Octal | 142 | 252 | 152 | 52 | 0 | 46 | 41 | 177 | 36 | 65 |
| Binary | 1100010 | 10101010 | 1101010 | 101010 | 0 | 100110 | 100001 | 1111111 | 11110 | 110101 |
Color Harmonies of #62AA6A
Complementary color
Monochromatic Colors of #62AA6A
Black with #62AA6A
Text Example
Text Example
White with #62AA6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62AA6A; }
p { color: rgb(98,170,106); }
H1.HeaderClassName
{
color: #62AA6A;
}
.AnyTagClassName
{
color: #62AA6A;
}
</style>
background-color css
<style>
a { background-color: #62AA6A; }
a { background-color: rgb(98,170,106); }
div.DivClassName
{
background-color: #62AA6A;
}
.BgClassName
{
background-color: #62AA6A;
}
</style>
border-color css
<style>
span { border-color: #62AA6A; }
span { border-color: rgb(98,170,106); }
td.TdClassName
{
border-color: #62AA6A;
}
.TagClassName
{
border-color: #62AA6A;
}
</style>