Shades of Fern #6FA972
Tints of Fern #6FA972
RGB
CMYK
RGB Variations
Color information
#6FA972 (or 0x6FA972) is known color: Fern. HEX triplet: 6F, A9 and 72. RGB value is (111,169,114). Sum of RGB (Red+Green+Blue) = 111+169+114=394 (52% of max value = 765). Red value is 111 (43.75% from 255 or 28.17% from 394); Green value is 169 (66.41% from 255 or 42.89% from 394); Blue value is 114 (44.92% from 255 or 28.93% from 394); Max value from RGB is 169 - color contains mainly: green. Hex color #6FA972 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FA972 is #90568D. Grayscale: #919191. Windows color (decimal): -9459342 or 7514479. OLE color: 7514479.
HSL color Cylindrical-coordinate representation of color #6FA972: hue angle of 123.1º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6FA972 is Cyan = 0.34, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 111 | 169 | 114 | - |
| CMYK | 0.34 | 0 | 0.33 | 0.34 |
| HSL | 123.1º | 0.25% | 0.55% | - |
| HSV(B) | 123.1º | 0.34% | 0.66% | - |
| XYZ | 23.78 | 32.97 | 21.03 | - |
| YUV | 145.39 | 110.28 | 103.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 169 | 114 | 0.34 | 0 | 0.33 | 0.34 | 123.1 | 0.25 | 0.55 |
| Hex | 6F | A9 | 72 | 22 | 0 | 21 | 22 | 7B | 19 | 37 |
| Octal | 157 | 251 | 162 | 42 | 0 | 41 | 42 | 173 | 31 | 67 |
| Binary | 1101111 | 10101001 | 1110010 | 100010 | 0 | 100001 | 100010 | 1111011 | 11001 | 110111 |
Color Harmonies of #6FA972
Complementary color
Monochromatic Colors of #6FA972
Black with #6FA972
Text Example
Text Example
White with #6FA972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FA972; }
p { color: rgb(111,169,114); }
H1.HeaderClassName
{
color: #6FA972;
}
.AnyTagClassName
{
color: #6FA972;
}
</style>
background-color css
<style>
a { background-color: #6FA972; }
a { background-color: rgb(111,169,114); }
div.DivClassName
{
background-color: #6FA972;
}
.BgClassName
{
background-color: #6FA972;
}
</style>
border-color css
<style>
span { border-color: #6FA972; }
span { border-color: rgb(111,169,114); }
td.TdClassName
{
border-color: #6FA972;
}
.TagClassName
{
border-color: #6FA972;
}
</style>