Shades of Fern #6AAA72
Tints of Fern #6AAA72
RGB
CMYK
RGB Variations
Color information
#6AAA72 (or 0x6AAA72) is known color: Fern. HEX triplet: 6A, AA and 72. RGB value is (106,170,114). Sum of RGB (Red+Green+Blue) = 106+170+114=390 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.18% from 390); Green value is 170 (66.80% from 255 or 43.59% from 390); Blue value is 114 (44.92% from 255 or 29.23% from 390); Max value from RGB is 170 - color contains mainly: green. Hex color #6AAA72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AAA72 is #95558D. Grayscale: #909090. Windows color (decimal): -9786766 or 7514730. OLE color: 7514730.
HSL color Cylindrical-coordinate representation of color #6AAA72: hue angle of 127.5º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6AAA72 is Cyan = 0.38, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 106 | 170 | 114 | - |
| CMYK | 0.38 | 0 | 0.33 | 0.33 |
| HSL | 127.5º | 0.27% | 0.54% | - |
| HSV(B) | 127.5º | 0.38% | 0.67% | - |
| XYZ | 23.36 | 33.03 | 21.06 | - |
| YUV | 144.48 | 110.8 | 100.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 170 | 114 | 0.38 | 0 | 0.33 | 0.33 | 127.5 | 0.27 | 0.54 |
| Hex | 6A | AA | 72 | 26 | 0 | 21 | 21 | 80 | 1B | 36 |
| Octal | 152 | 252 | 162 | 46 | 0 | 41 | 41 | 200 | 33 | 66 |
| Binary | 1101010 | 10101010 | 1110010 | 100110 | 0 | 100001 | 100001 | 10000000 | 11011 | 110110 |
Color Harmonies of #6AAA72
Complementary color
Monochromatic Colors of #6AAA72
Black with #6AAA72
Text Example
Text Example
White with #6AAA72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AAA72; }
p { color: rgb(106,170,114); }
H1.HeaderClassName
{
color: #6AAA72;
}
.AnyTagClassName
{
color: #6AAA72;
}
</style>
background-color css
<style>
a { background-color: #6AAA72; }
a { background-color: rgb(106,170,114); }
div.DivClassName
{
background-color: #6AAA72;
}
.BgClassName
{
background-color: #6AAA72;
}
</style>
border-color css
<style>
span { border-color: #6AAA72; }
span { border-color: rgb(106,170,114); }
td.TdClassName
{
border-color: #6AAA72;
}
.TagClassName
{
border-color: #6AAA72;
}
</style>