Shades of Fern #6FAA71
Tints of Fern #6FAA71
RGB
CMYK
RGB Variations
Color information
#6FAA71 (or 0x6FAA71) is known color: Fern. HEX triplet: 6F, AA and 71. RGB value is (111,170,113). Sum of RGB (Red+Green+Blue) = 111+170+113=394 (52% of max value = 765). Red value is 111 (43.75% from 255 or 28.17% from 394); Green value is 170 (66.80% from 255 or 43.15% from 394); Blue value is 113 (44.53% from 255 or 28.68% from 394); Max value from RGB is 170 - color contains mainly: green. Hex color #6FAA71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FAA71 is #90558E. Grayscale: #929292. Windows color (decimal): -9459087 or 7449199. OLE color: 7449199.
HSL color Cylindrical-coordinate representation of color #6FAA71: hue angle of 122.03º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6FAA71 is Cyan = 0.35, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 111 | 170 | 113 | - |
| CMYK | 0.35 | 0 | 0.34 | 0.33 |
| HSL | 122.03º | 0.26% | 0.55% | - |
| HSV(B) | 122.03º | 0.35% | 0.67% | - |
| XYZ | 23.91 | 33.32 | 20.79 | - |
| YUV | 145.86 | 109.45 | 103.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 170 | 113 | 0.35 | 0 | 0.34 | 0.33 | 122.03 | 0.26 | 0.55 |
| Hex | 6F | AA | 71 | 23 | 0 | 22 | 21 | 7A | 1A | 37 |
| Octal | 157 | 252 | 161 | 43 | 0 | 42 | 41 | 172 | 32 | 67 |
| Binary | 1101111 | 10101010 | 1110001 | 100011 | 0 | 100010 | 100001 | 1111010 | 11010 | 110111 |
Color Harmonies of #6FAA71
Complementary color
Monochromatic Colors of #6FAA71
Black with #6FAA71
Text Example
Text Example
White with #6FAA71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FAA71; }
p { color: rgb(111,170,113); }
H1.HeaderClassName
{
color: #6FAA71;
}
.AnyTagClassName
{
color: #6FAA71;
}
</style>
background-color css
<style>
a { background-color: #6FAA71; }
a { background-color: rgb(111,170,113); }
div.DivClassName
{
background-color: #6FAA71;
}
.BgClassName
{
background-color: #6FAA71;
}
</style>
border-color css
<style>
span { border-color: #6FAA71; }
span { border-color: rgb(111,170,113); }
td.TdClassName
{
border-color: #6FAA71;
}
.TagClassName
{
border-color: #6FAA71;
}
</style>