Shades of Fern #6CA46C
Tints of Fern #6CA46C
RGB
CMYK
RGB Variations
Color information
#6CA46C (or 0x6CA46C) is known color: Fern. HEX triplet: 6C, A4 and 6C. RGB value is (108,164,108). Sum of RGB (Red+Green+Blue) = 108+164+108=380 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.42% from 380); Green value is 164 (64.45% from 255 or 43.16% from 380); Blue value is 108 (42.58% from 255 or 28.42% from 380); Max value from RGB is 164 - color contains mainly: green. Hex color #6CA46C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6CA46C is #935B93. Grayscale: #8D8D8D. Windows color (decimal): -9657236 or 7119980. OLE color: 7119980.
HSL color Cylindrical-coordinate representation of color #6CA46C: hue angle of 120º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6CA46C is Cyan = 0.34, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 108 | 164 | 108 | - |
| CMYK | 0.34 | 0 | 0.34 | 0.36 |
| HSL | 120º | 0.24% | 0.53% | - |
| HSV(B) | 120º | 0.34% | 0.64% | - |
| XYZ | 22.17 | 30.82 | 18.97 | - |
| YUV | 140.87 | 109.45 | 104.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 164 | 108 | 0.34 | 0 | 0.34 | 0.36 | 120 | 0.24 | 0.53 |
| Hex | 6C | A4 | 6C | 22 | 0 | 22 | 24 | 78 | 18 | 35 |
| Octal | 154 | 244 | 154 | 42 | 0 | 42 | 44 | 170 | 30 | 65 |
| Binary | 1101100 | 10100100 | 1101100 | 100010 | 0 | 100010 | 100100 | 1111000 | 11000 | 110101 |
Color Harmonies of #6CA46C
Complementary color
Monochromatic Colors of #6CA46C
Black with #6CA46C
Text Example
Text Example
White with #6CA46C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CA46C; }
p { color: rgb(108,164,108); }
H1.HeaderClassName
{
color: #6CA46C;
}
.AnyTagClassName
{
color: #6CA46C;
}
</style>
background-color css
<style>
a { background-color: #6CA46C; }
a { background-color: rgb(108,164,108); }
div.DivClassName
{
background-color: #6CA46C;
}
.BgClassName
{
background-color: #6CA46C;
}
</style>
border-color css
<style>
span { border-color: #6CA46C; }
span { border-color: rgb(108,164,108); }
td.TdClassName
{
border-color: #6CA46C;
}
.TagClassName
{
border-color: #6CA46C;
}
</style>