Shades of Fern #6CB36C
Tints of Fern #6CB36C
RGB
CMYK
RGB Variations
Color information
#6CB36C (or 0x6CB36C) is known color: Fern. HEX triplet: 6C, B3 and 6C. RGB value is (108,179,108). Sum of RGB (Red+Green+Blue) = 108+179+108=395 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27.34% from 395); Green value is 179 (70.31% from 255 or 45.32% from 395); Blue value is 108 (42.58% from 255 or 27.34% from 395); Max value from RGB is 179 - color contains mainly: green. Hex color #6CB36C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CB36C is #934C93. Grayscale: #959595. Windows color (decimal): -9653396 or 7123820. OLE color: 7123820.
HSL color Cylindrical-coordinate representation of color #6CB36C: hue angle of 120º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6CB36C is Cyan = 0.40, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 108 | 179 | 108 | - |
| CMYK | 0.40 | 0 | 0.40 | 0.30 |
| HSL | 120º | 0.32% | 0.56% | - |
| HSV(B) | 120º | 0.4% | 0.7% | - |
| XYZ | 25.01 | 36.51 | 19.92 | - |
| YUV | 149.68 | 104.48 | 98.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 179 | 108 | 0.40 | 0 | 0.40 | 0.30 | 120 | 0.32 | 0.56 |
| Hex | 6C | B3 | 6C | 28 | 0 | 28 | 1E | 78 | 20 | 38 |
| Octal | 154 | 263 | 154 | 50 | 0 | 50 | 36 | 170 | 40 | 70 |
| Binary | 1101100 | 10110011 | 1101100 | 101000 | 0 | 101000 | 11110 | 1111000 | 100000 | 111000 |
Color Harmonies of #6CB36C
Complementary color
Monochromatic Colors of #6CB36C
Black with #6CB36C
Text Example
Text Example
White with #6CB36C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CB36C; }
p { color: rgb(108,179,108); }
H1.HeaderClassName
{
color: #6CB36C;
}
.AnyTagClassName
{
color: #6CB36C;
}
</style>
background-color css
<style>
a { background-color: #6CB36C; }
a { background-color: rgb(108,179,108); }
div.DivClassName
{
background-color: #6CB36C;
}
.BgClassName
{
background-color: #6CB36C;
}
</style>
border-color css
<style>
span { border-color: #6CB36C; }
span { border-color: rgb(108,179,108); }
td.TdClassName
{
border-color: #6CB36C;
}
.TagClassName
{
border-color: #6CB36C;
}
</style>