Shades of Fern #6CB96B
Tints of Fern #6CB96B
RGB
CMYK
RGB Variations
Color information
#6CB96B (or 0x6CB96B) is known color: Fern. HEX triplet: 6C, B9 and 6B. RGB value is (108,185,107). Sum of RGB (Red+Green+Blue) = 108+185+107=400 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27% from 400); Green value is 185 (72.66% from 255 or 46.25% from 400); Blue value is 107 (42.19% from 255 or 26.75% from 400); Max value from RGB is 185 - color contains mainly: green. Hex color #6CB96B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CB96B is #934694. Grayscale: #999999. Windows color (decimal): -9651861 or 7059820. OLE color: 7059820.
HSL color Cylindrical-coordinate representation of color #6CB96B: hue angle of 119.23º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6CB96B is Cyan = 0.42, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 108 | 185 | 107 | - |
| CMYK | 0.42 | 0 | 0.42 | 0.27 |
| HSL | 119.23º | 0.36% | 0.57% | - |
| HSV(B) | 119.23º | 0.42% | 0.73% | - |
| XYZ | 26.19 | 38.95 | 20.05 | - |
| YUV | 153.09 | 101.99 | 95.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 185 | 107 | 0.42 | 0 | 0.42 | 0.27 | 119.23 | 0.36 | 0.57 |
| Hex | 6C | B9 | 6B | 2A | 0 | 2A | 1B | 77 | 24 | 39 |
| Octal | 154 | 271 | 153 | 52 | 0 | 52 | 33 | 167 | 44 | 71 |
| Binary | 1101100 | 10111001 | 1101011 | 101010 | 0 | 101010 | 11011 | 1110111 | 100100 | 111001 |
Color Harmonies of #6CB96B
Complementary color
Monochromatic Colors of #6CB96B
Black with #6CB96B
Text Example
Text Example
White with #6CB96B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CB96B; }
p { color: rgb(108,185,107); }
H1.HeaderClassName
{
color: #6CB96B;
}
.AnyTagClassName
{
color: #6CB96B;
}
</style>
background-color css
<style>
a { background-color: #6CB96B; }
a { background-color: rgb(108,185,107); }
div.DivClassName
{
background-color: #6CB96B;
}
.BgClassName
{
background-color: #6CB96B;
}
</style>
border-color css
<style>
span { border-color: #6CB96B; }
span { border-color: rgb(108,185,107); }
td.TdClassName
{
border-color: #6CB96B;
}
.TagClassName
{
border-color: #6CB96B;
}
</style>