Shades of Fern #6CB860
Tints of Fern #6CB860
RGB
CMYK
RGB Variations
Color information
#6CB860 (or 0x6CB860) is known color: Fern. HEX triplet: 6C, B8 and 60. RGB value is (108,184,96). Sum of RGB (Red+Green+Blue) = 108+184+96=388 (51% of max value = 765). Red value is 108 (42.58% from 255 or 27.84% from 388); Green value is 184 (72.27% from 255 or 47.42% from 388); Blue value is 96 (37.89% from 255 or 24.74% from 388); Max value from RGB is 184 - color contains mainly: green. Hex color #6CB860 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CB860 is #93479F. Grayscale: #979797. Windows color (decimal): -9652128 or 6338668. OLE color: 6338668.
HSL color Cylindrical-coordinate representation of color #6CB860: hue angle of 111.82º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6CB860 is Cyan = 0.41, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 108 | 184 | 96 | - |
| CMYK | 0.41 | 0 | 0.48 | 0.28 |
| HSL | 111.82º | 0.38% | 0.55% | - |
| HSV(B) | 111.82º | 0.48% | 0.72% | - |
| XYZ | 25.44 | 38.31 | 17.12 | - |
| YUV | 151.24 | 96.82 | 97.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 184 | 96 | 0.41 | 0 | 0.48 | 0.28 | 111.82 | 0.38 | 0.55 |
| Hex | 6C | B8 | 60 | 29 | 0 | 30 | 1C | 70 | 26 | 37 |
| Octal | 154 | 270 | 140 | 51 | 0 | 60 | 34 | 160 | 46 | 67 |
| Binary | 1101100 | 10111000 | 1100000 | 101001 | 0 | 110000 | 11100 | 1110000 | 100110 | 110111 |
Color Harmonies of #6CB860
Complementary color
Monochromatic Colors of #6CB860
Black with #6CB860
Text Example
Text Example
White with #6CB860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CB860; }
p { color: rgb(108,184,96); }
H1.HeaderClassName
{
color: #6CB860;
}
.AnyTagClassName
{
color: #6CB860;
}
</style>
background-color css
<style>
a { background-color: #6CB860; }
a { background-color: rgb(108,184,96); }
div.DivClassName
{
background-color: #6CB860;
}
.BgClassName
{
background-color: #6CB860;
}
</style>
border-color css
<style>
span { border-color: #6CB860; }
span { border-color: rgb(108,184,96); }
td.TdClassName
{
border-color: #6CB860;
}
.TagClassName
{
border-color: #6CB860;
}
</style>