Shades of Fern #6FBB7E
Tints of Fern #6FBB7E
RGB
CMYK
RGB Variations
Color information
#6FBB7E (or 0x6FBB7E) is known color: Fern. HEX triplet: 6F, BB and 7E. RGB value is (111,187,126). Sum of RGB (Red+Green+Blue) = 111+187+126=424 (56% of max value = 765). Red value is 111 (43.75% from 255 or 26.18% from 424); Green value is 187 (73.44% from 255 or 44.10% from 424); Blue value is 126 (49.61% from 255 or 29.72% from 424); Max value from RGB is 187 - color contains mainly: green. Hex color #6FBB7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FBB7E is #904481. Grayscale: #9D9D9D. Windows color (decimal): -9454722 or 8305519. OLE color: 8305519.
HSL color Cylindrical-coordinate representation of color #6FBB7E: hue angle of 131.84º 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 #6FBB7E is Cyan = 0.41, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 111 | 187 | 126 | - |
| CMYK | 0.41 | 0 | 0.33 | 0.27 |
| HSL | 131.84º | 0.36% | 0.58% | - |
| HSV(B) | 131.84º | 0.41% | 0.73% | - |
| XYZ | 28.09 | 40.43 | 26.06 | - |
| YUV | 157.32 | 110.32 | 94.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 187 | 126 | 0.41 | 0 | 0.33 | 0.27 | 131.84 | 0.36 | 0.58 |
| Hex | 6F | BB | 7E | 29 | 0 | 21 | 1B | 84 | 24 | 3A |
| Octal | 157 | 273 | 176 | 51 | 0 | 41 | 33 | 204 | 44 | 72 |
| Binary | 1101111 | 10111011 | 1111110 | 101001 | 0 | 100001 | 11011 | 10000100 | 100100 | 111010 |
Color Harmonies of #6FBB7E
Complementary color
Monochromatic Colors of #6FBB7E
Black with #6FBB7E
Text Example
Text Example
White with #6FBB7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBB7E; }
p { color: rgb(111,187,126); }
H1.HeaderClassName
{
color: #6FBB7E;
}
.AnyTagClassName
{
color: #6FBB7E;
}
</style>
background-color css
<style>
a { background-color: #6FBB7E; }
a { background-color: rgb(111,187,126); }
div.DivClassName
{
background-color: #6FBB7E;
}
.BgClassName
{
background-color: #6FBB7E;
}
</style>
border-color css
<style>
span { border-color: #6FBB7E; }
span { border-color: rgb(111,187,126); }
td.TdClassName
{
border-color: #6FBB7E;
}
.TagClassName
{
border-color: #6FBB7E;
}
</style>