Shades of Fern #6CB86F
Tints of Fern #6CB86F
RGB
CMYK
RGB Variations
Color information
#6CB86F (or 0x6CB86F) is known color: Fern. HEX triplet: 6C, B8 and 6F. RGB value is (108,184,111). Sum of RGB (Red+Green+Blue) = 108+184+111=403 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.80% from 403); Green value is 184 (72.27% from 255 or 45.66% from 403); Blue value is 111 (43.75% from 255 or 27.54% from 403); Max value from RGB is 184 - color contains mainly: green. Hex color #6CB86F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CB86F is #934790. Grayscale: #999999. Windows color (decimal): -9652113 or 7321708. OLE color: 7321708.
HSL color Cylindrical-coordinate representation of color #6CB86F: hue angle of 122.37º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6CB86F is Cyan = 0.41, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 108 | 184 | 111 | - |
| CMYK | 0.41 | 0 | 0.40 | 0.28 |
| HSL | 122.37º | 0.35% | 0.57% | - |
| HSV(B) | 122.37º | 0.41% | 0.72% | - |
| XYZ | 26.19 | 38.62 | 21.11 | - |
| YUV | 152.95 | 104.32 | 95.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 184 | 111 | 0.41 | 0 | 0.40 | 0.28 | 122.37 | 0.35 | 0.57 |
| Hex | 6C | B8 | 6F | 29 | 0 | 28 | 1C | 7A | 23 | 39 |
| Octal | 154 | 270 | 157 | 51 | 0 | 50 | 34 | 172 | 43 | 71 |
| Binary | 1101100 | 10111000 | 1101111 | 101001 | 0 | 101000 | 11100 | 1111010 | 100011 | 111001 |
Color Harmonies of #6CB86F
Complementary color
Monochromatic Colors of #6CB86F
Black with #6CB86F
Text Example
Text Example
White with #6CB86F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CB86F; }
p { color: rgb(108,184,111); }
H1.HeaderClassName
{
color: #6CB86F;
}
.AnyTagClassName
{
color: #6CB86F;
}
</style>
background-color css
<style>
a { background-color: #6CB86F; }
a { background-color: rgb(108,184,111); }
div.DivClassName
{
background-color: #6CB86F;
}
.BgClassName
{
background-color: #6CB86F;
}
</style>
border-color css
<style>
span { border-color: #6CB86F; }
span { border-color: rgb(108,184,111); }
td.TdClassName
{
border-color: #6CB86F;
}
.TagClassName
{
border-color: #6CB86F;
}
</style>