Shades of Fern #6FAB70
Tints of Fern #6FAB70
RGB
CMYK
RGB Variations
Color information
#6FAB70 (or 0x6FAB70) is known color: Fern. HEX triplet: 6F, AB and 70. RGB value is (111,171,112). Sum of RGB (Red+Green+Blue) = 111+171+112=394 (52% of max value = 765). Red value is 111 (43.75% from 255 or 28.17% from 394); Green value is 171 (67.19% from 255 or 43.40% from 394); Blue value is 112 (44.14% from 255 or 28.43% from 394); Max value from RGB is 171 - color contains mainly: green. Hex color #6FAB70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FAB70 is #90548F. Grayscale: #929292. Windows color (decimal): -9458832 or 7383919. OLE color: 7383919.
HSL color Cylindrical-coordinate representation of color #6FAB70: hue angle of 121º 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 #6FAB70 is Cyan = 0.35, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 111 | 171 | 112 | - |
| CMYK | 0.35 | 0 | 0.35 | 0.33 |
| HSL | 121º | 0.26% | 0.55% | - |
| HSV(B) | 121º | 0.35% | 0.67% | - |
| XYZ | 24.04 | 33.68 | 20.56 | - |
| YUV | 146.33 | 108.62 | 102.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 171 | 112 | 0.35 | 0 | 0.35 | 0.33 | 121 | 0.26 | 0.55 |
| Hex | 6F | AB | 70 | 23 | 0 | 23 | 21 | 79 | 1A | 37 |
| Octal | 157 | 253 | 160 | 43 | 0 | 43 | 41 | 171 | 32 | 67 |
| Binary | 1101111 | 10101011 | 1110000 | 100011 | 0 | 100011 | 100001 | 1111001 | 11010 | 110111 |
Color Harmonies of #6FAB70
Complementary color
Monochromatic Colors of #6FAB70
Black with #6FAB70
Text Example
Text Example
White with #6FAB70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FAB70; }
p { color: rgb(111,171,112); }
H1.HeaderClassName
{
color: #6FAB70;
}
.AnyTagClassName
{
color: #6FAB70;
}
</style>
background-color css
<style>
a { background-color: #6FAB70; }
a { background-color: rgb(111,171,112); }
div.DivClassName
{
background-color: #6FAB70;
}
.BgClassName
{
background-color: #6FAB70;
}
</style>
border-color css
<style>
span { border-color: #6FAB70; }
span { border-color: rgb(111,171,112); }
td.TdClassName
{
border-color: #6FAB70;
}
.TagClassName
{
border-color: #6FAB70;
}
</style>