Shades of Fern #6FAB71
Tints of Fern #6FAB71
RGB
CMYK
RGB Variations
Color information
#6FAB71 (or 0x6FAB71) is known color: Fern. HEX triplet: 6F, AB and 71. RGB value is (111,171,113). Sum of RGB (Red+Green+Blue) = 111+171+113=395 (52% of max value = 765). Red value is 111 (43.75% from 255 or 28.10% from 395); Green value is 171 (67.19% from 255 or 43.29% from 395); Blue value is 113 (44.53% from 255 or 28.61% from 395); Max value from RGB is 171 - color contains mainly: green. Hex color #6FAB71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FAB71 is #90548E. Grayscale: #929292. Windows color (decimal): -9458831 or 7449455. OLE color: 7449455.
HSL color Cylindrical-coordinate representation of color #6FAB71: hue angle of 122º 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 #6FAB71 is Cyan = 0.35, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 111 | 171 | 113 | - |
| CMYK | 0.35 | 0 | 0.34 | 0.33 |
| HSL | 122º | 0.26% | 0.55% | - |
| HSV(B) | 122º | 0.35% | 0.67% | - |
| XYZ | 24.1 | 33.7 | 20.86 | - |
| YUV | 146.45 | 109.12 | 102.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 171 | 113 | 0.35 | 0 | 0.34 | 0.33 | 122 | 0.26 | 0.55 |
| Hex | 6F | AB | 71 | 23 | 0 | 22 | 21 | 7A | 1A | 37 |
| Octal | 157 | 253 | 161 | 43 | 0 | 42 | 41 | 172 | 32 | 67 |
| Binary | 1101111 | 10101011 | 1110001 | 100011 | 0 | 100010 | 100001 | 1111010 | 11010 | 110111 |
Color Harmonies of #6FAB71
Complementary color
Monochromatic Colors of #6FAB71
Black with #6FAB71
Text Example
Text Example
White with #6FAB71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FAB71; }
p { color: rgb(111,171,113); }
H1.HeaderClassName
{
color: #6FAB71;
}
.AnyTagClassName
{
color: #6FAB71;
}
</style>
background-color css
<style>
a { background-color: #6FAB71; }
a { background-color: rgb(111,171,113); }
div.DivClassName
{
background-color: #6FAB71;
}
.BgClassName
{
background-color: #6FAB71;
}
</style>
border-color css
<style>
span { border-color: #6FAB71; }
span { border-color: rgb(111,171,113); }
td.TdClassName
{
border-color: #6FAB71;
}
.TagClassName
{
border-color: #6FAB71;
}
</style>