Shades of Fern #6FB76B
Tints of Fern #6FB76B
RGB
CMYK
RGB Variations
Color information
#6FB76B (or 0x6FB76B) is known color: Fern. HEX triplet: 6F, B7 and 6B. RGB value is (111,183,107). Sum of RGB (Red+Green+Blue) = 111+183+107=401 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.68% from 401); Green value is 183 (71.88% from 255 or 45.64% from 401); Blue value is 107 (42.19% from 255 or 26.68% from 401); Max value from RGB is 183 - color contains mainly: green. Hex color #6FB76B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FB76B is #904894. Grayscale: #999999. Windows color (decimal): -9455765 or 7059311. OLE color: 7059311.
HSL color Cylindrical-coordinate representation of color #6FB76B: hue angle of 116.84º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6FB76B is Cyan = 0.39, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 111 | 183 | 107 | - |
| CMYK | 0.39 | 0 | 0.42 | 0.28 |
| HSL | 116.84º | 0.35% | 0.57% | - |
| HSV(B) | 116.84º | 0.42% | 0.72% | - |
| XYZ | 26.14 | 38.31 | 19.93 | - |
| YUV | 152.81 | 102.15 | 98.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 183 | 107 | 0.39 | 0 | 0.42 | 0.28 | 116.84 | 0.35 | 0.57 |
| Hex | 6F | B7 | 6B | 27 | 0 | 2A | 1C | 75 | 23 | 39 |
| Octal | 157 | 267 | 153 | 47 | 0 | 52 | 34 | 165 | 43 | 71 |
| Binary | 1101111 | 10110111 | 1101011 | 100111 | 0 | 101010 | 11100 | 1110101 | 100011 | 111001 |
Color Harmonies of #6FB76B
Complementary color
Monochromatic Colors of #6FB76B
Black with #6FB76B
Text Example
Text Example
White with #6FB76B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FB76B; }
p { color: rgb(111,183,107); }
H1.HeaderClassName
{
color: #6FB76B;
}
.AnyTagClassName
{
color: #6FB76B;
}
</style>
background-color css
<style>
a { background-color: #6FB76B; }
a { background-color: rgb(111,183,107); }
div.DivClassName
{
background-color: #6FB76B;
}
.BgClassName
{
background-color: #6FB76B;
}
</style>
border-color css
<style>
span { border-color: #6FB76B; }
span { border-color: rgb(111,183,107); }
td.TdClassName
{
border-color: #6FB76B;
}
.TagClassName
{
border-color: #6FB76B;
}
</style>