Shades of Fern #6FBF6F
Tints of Fern #6FBF6F
RGB
CMYK
RGB Variations
Color information
#6FBF6F (or 0x6FBF6F) is known color: Fern. HEX triplet: 6F, BF and 6F. RGB value is (111,191,111). Sum of RGB (Red+Green+Blue) = 111+191+111=413 (54% of max value = 765). Red value is 111 (43.75% from 255 or 26.88% from 413); Green value is 191 (75% from 255 or 46.25% from 413); Blue value is 111 (43.75% from 255 or 26.88% from 413); Max value from RGB is 191 - color contains mainly: green. Hex color #6FBF6F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FBF6F is #904090. Grayscale: #9E9E9E. Windows color (decimal): -9453713 or 7323503. OLE color: 7323503.
HSL color Cylindrical-coordinate representation of color #6FBF6F: hue angle of 120º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6FBF6F is Cyan = 0.42, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 111 | 191 | 111 | - |
| CMYK | 0.42 | 0 | 0.42 | 0.25 |
| HSL | 120º | 0.38% | 0.59% | - |
| HSV(B) | 120º | 0.42% | 0.75% | - |
| XYZ | 28.06 | 41.79 | 21.63 | - |
| YUV | 157.96 | 101.5 | 94.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 191 | 111 | 0.42 | 0 | 0.42 | 0.25 | 120 | 0.38 | 0.59 |
| Hex | 6F | BF | 6F | 2A | 0 | 2A | 19 | 78 | 26 | 3B |
| Octal | 157 | 277 | 157 | 52 | 0 | 52 | 31 | 170 | 46 | 73 |
| Binary | 1101111 | 10111111 | 1101111 | 101010 | 0 | 101010 | 11001 | 1111000 | 100110 | 111011 |
Color Harmonies of #6FBF6F
Complementary color
Monochromatic Colors of #6FBF6F
Black with #6FBF6F
Text Example
Text Example
White with #6FBF6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBF6F; }
p { color: rgb(111,191,111); }
H1.HeaderClassName
{
color: #6FBF6F;
}
.AnyTagClassName
{
color: #6FBF6F;
}
</style>
background-color css
<style>
a { background-color: #6FBF6F; }
a { background-color: rgb(111,191,111); }
div.DivClassName
{
background-color: #6FBF6F;
}
.BgClassName
{
background-color: #6FBF6F;
}
</style>
border-color css
<style>
span { border-color: #6FBF6F; }
span { border-color: rgb(111,191,111); }
td.TdClassName
{
border-color: #6FBF6F;
}
.TagClassName
{
border-color: #6FBF6F;
}
</style>