Shades of Fern #6FBB70
Tints of Fern #6FBB70
RGB
CMYK
RGB Variations
Color information
#6FBB70 (or 0x6FBB70) is known color: Fern. HEX triplet: 6F, BB and 70. RGB value is (111,187,112). Sum of RGB (Red+Green+Blue) = 111+187+112=410 (54% of max value = 765). Red value is 111 (43.75% from 255 or 27.07% from 410); Green value is 187 (73.44% from 255 or 45.61% from 410); Blue value is 112 (44.14% from 255 or 27.32% from 410); Max value from RGB is 187 - color contains mainly: green. Hex color #6FBB70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FBB70 is #90448F. Grayscale: #9B9B9B. Windows color (decimal): -9454736 or 7388015. OLE color: 7388015.
HSL color Cylindrical-coordinate representation of color #6FBB70: hue angle of 120.79º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6FBB70 is Cyan = 0.41, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 111 | 187 | 112 | - |
| CMYK | 0.41 | 0 | 0.40 | 0.27 |
| HSL | 120.79º | 0.36% | 0.58% | - |
| HSV(B) | 120.79º | 0.41% | 0.73% | - |
| XYZ | 27.25 | 40.09 | 21.63 | - |
| YUV | 155.73 | 103.32 | 96.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 187 | 112 | 0.41 | 0 | 0.40 | 0.27 | 120.79 | 0.36 | 0.58 |
| Hex | 6F | BB | 70 | 29 | 0 | 28 | 1B | 79 | 24 | 3A |
| Octal | 157 | 273 | 160 | 51 | 0 | 50 | 33 | 171 | 44 | 72 |
| Binary | 1101111 | 10111011 | 1110000 | 101001 | 0 | 101000 | 11011 | 1111001 | 100100 | 111010 |
Color Harmonies of #6FBB70
Complementary color
Monochromatic Colors of #6FBB70
Black with #6FBB70
Text Example
Text Example
White with #6FBB70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBB70; }
p { color: rgb(111,187,112); }
H1.HeaderClassName
{
color: #6FBB70;
}
.AnyTagClassName
{
color: #6FBB70;
}
</style>
background-color css
<style>
a { background-color: #6FBB70; }
a { background-color: rgb(111,187,112); }
div.DivClassName
{
background-color: #6FBB70;
}
.BgClassName
{
background-color: #6FBB70;
}
</style>
border-color css
<style>
span { border-color: #6FBB70; }
span { border-color: rgb(111,187,112); }
td.TdClassName
{
border-color: #6FBB70;
}
.TagClassName
{
border-color: #6FBB70;
}
</style>