Shades of Fern #6CAA66
Tints of Fern #6CAA66
RGB
CMYK
RGB Variations
Color information
#6CAA66 (or 0x6CAA66) is known color: Fern. HEX triplet: 6C, AA and 66. RGB value is (108,170,102). Sum of RGB (Red+Green+Blue) = 108+170+102=380 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.42% from 380); Green value is 170 (66.80% from 255 or 44.74% from 380); Blue value is 102 (40.23% from 255 or 26.84% from 380); Max value from RGB is 170 - color contains mainly: green. Hex color #6CAA66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6CAA66 is #935599. Grayscale: #8F8F8F. Windows color (decimal): -9655706 or 6728300. OLE color: 6728300.
HSL color Cylindrical-coordinate representation of color #6CAA66: hue angle of 114.71º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6CAA66 is Cyan = 0.36, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 108 | 170 | 102 | - |
| CMYK | 0.36 | 0 | 0.4 | 0.33 |
| HSL | 114.71º | 0.29% | 0.53% | - |
| HSV(B) | 114.71º | 0.4% | 0.67% | - |
| XYZ | 22.96 | 32.9 | 17.71 | - |
| YUV | 143.71 | 104.46 | 102.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 170 | 102 | 0.36 | 0 | 0.4 | 0.33 | 114.71 | 0.29 | 0.53 |
| Hex | 6C | AA | 66 | 24 | 0 | 28 | 21 | 73 | 1D | 35 |
| Octal | 154 | 252 | 146 | 44 | 0 | 50 | 41 | 163 | 35 | 65 |
| Binary | 1101100 | 10101010 | 1100110 | 100100 | 0 | 101000 | 100001 | 1110011 | 11101 | 110101 |
Color Harmonies of #6CAA66
Complementary color
Monochromatic Colors of #6CAA66
Black with #6CAA66
Text Example
Text Example
White with #6CAA66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CAA66; }
p { color: rgb(108,170,102); }
H1.HeaderClassName
{
color: #6CAA66;
}
.AnyTagClassName
{
color: #6CAA66;
}
</style>
background-color css
<style>
a { background-color: #6CAA66; }
a { background-color: rgb(108,170,102); }
div.DivClassName
{
background-color: #6CAA66;
}
.BgClassName
{
background-color: #6CAA66;
}
</style>
border-color css
<style>
span { border-color: #6CAA66; }
span { border-color: rgb(108,170,102); }
td.TdClassName
{
border-color: #6CAA66;
}
.TagClassName
{
border-color: #6CAA66;
}
</style>