Shades of Fern #6FB76F
Tints of Fern #6FB76F
RGB
CMYK
RGB Variations
Color information
#6FB76F (or 0x6FB76F) is known color: Fern. HEX triplet: 6F, B7 and 6F. RGB value is (111,183,111). Sum of RGB (Red+Green+Blue) = 111+183+111=405 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.41% from 405); Green value is 183 (71.88% from 255 or 45.19% from 405); Blue value is 111 (43.75% from 255 or 27.41% from 405); Max value from RGB is 183 - color contains mainly: green. Hex color #6FB76F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FB76F is #904890. Grayscale: #999999. Windows color (decimal): -9455761 or 7321455. OLE color: 7321455.
HSL color Cylindrical-coordinate representation of color #6FB76F: hue angle of 120º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6FB76F is Cyan = 0.39, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 111 | 183 | 111 | - |
| CMYK | 0.39 | 0 | 0.39 | 0.28 |
| HSL | 120º | 0.33% | 0.58% | - |
| HSV(B) | 120º | 0.39% | 0.72% | - |
| XYZ | 26.36 | 38.39 | 21.06 | - |
| YUV | 153.26 | 104.15 | 97.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 183 | 111 | 0.39 | 0 | 0.39 | 0.28 | 120 | 0.33 | 0.58 |
| Hex | 6F | B7 | 6F | 27 | 0 | 27 | 1C | 78 | 21 | 3A |
| Octal | 157 | 267 | 157 | 47 | 0 | 47 | 34 | 170 | 41 | 72 |
| Binary | 1101111 | 10110111 | 1101111 | 100111 | 0 | 100111 | 11100 | 1111000 | 100001 | 111010 |
Color Harmonies of #6FB76F
Complementary color
Monochromatic Colors of #6FB76F
Black with #6FB76F
Text Example
Text Example
White with #6FB76F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FB76F; }
p { color: rgb(111,183,111); }
H1.HeaderClassName
{
color: #6FB76F;
}
.AnyTagClassName
{
color: #6FB76F;
}
</style>
background-color css
<style>
a { background-color: #6FB76F; }
a { background-color: rgb(111,183,111); }
div.DivClassName
{
background-color: #6FB76F;
}
.BgClassName
{
background-color: #6FB76F;
}
</style>
border-color css
<style>
span { border-color: #6FB76F; }
span { border-color: rgb(111,183,111); }
td.TdClassName
{
border-color: #6FB76F;
}
.TagClassName
{
border-color: #6FB76F;
}
</style>