Shades of Fern #6CA86C
Tints of Fern #6CA86C
RGB
CMYK
RGB Variations
Color information
#6CA86C (or 0x6CA86C) is known color: Fern. HEX triplet: 6C, A8 and 6C. RGB value is (108,168,108). Sum of RGB (Red+Green+Blue) = 108+168+108=384 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.12% from 384); Green value is 168 (66.02% from 255 or 43.75% from 384); Blue value is 108 (42.58% from 255 or 28.12% from 384); Max value from RGB is 168 - color contains mainly: green. Hex color #6CA86C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6CA86C is #935793. Grayscale: #8F8F8F. Windows color (decimal): -9656212 or 7121004. OLE color: 7121004.
HSL color Cylindrical-coordinate representation of color #6CA86C: hue angle of 120º degrees, saturation: 0.26, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6CA86C is Cyan = 0.36, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 108 | 168 | 108 | - |
| CMYK | 0.36 | 0 | 0.36 | 0.34 |
| HSL | 120º | 0.26% | 0.54% | - |
| HSV(B) | 120º | 0.36% | 0.66% | - |
| XYZ | 22.89 | 32.28 | 19.21 | - |
| YUV | 143.22 | 108.12 | 102.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 168 | 108 | 0.36 | 0 | 0.36 | 0.34 | 120 | 0.26 | 0.54 |
| Hex | 6C | A8 | 6C | 24 | 0 | 24 | 22 | 78 | 1A | 36 |
| Octal | 154 | 250 | 154 | 44 | 0 | 44 | 42 | 170 | 32 | 66 |
| Binary | 1101100 | 10101000 | 1101100 | 100100 | 0 | 100100 | 100010 | 1111000 | 11010 | 110110 |
Color Harmonies of #6CA86C
Complementary color
Monochromatic Colors of #6CA86C
Black with #6CA86C
Text Example
Text Example
White with #6CA86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CA86C; }
p { color: rgb(108,168,108); }
H1.HeaderClassName
{
color: #6CA86C;
}
.AnyTagClassName
{
color: #6CA86C;
}
</style>
background-color css
<style>
a { background-color: #6CA86C; }
a { background-color: rgb(108,168,108); }
div.DivClassName
{
background-color: #6CA86C;
}
.BgClassName
{
background-color: #6CA86C;
}
</style>
border-color css
<style>
span { border-color: #6CA86C; }
span { border-color: rgb(108,168,108); }
td.TdClassName
{
border-color: #6CA86C;
}
.TagClassName
{
border-color: #6CA86C;
}
</style>