Shades of Fern #6CA46A
Tints of Fern #6CA46A
RGB
CMYK
RGB Variations
Color information
#6CA46A (or 0x6CA46A) is known color: Fern. HEX triplet: 6C, A4 and 6A. RGB value is (108,164,106). Sum of RGB (Red+Green+Blue) = 108+164+106=378 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.57% from 378); Green value is 164 (64.45% from 255 or 43.39% from 378); Blue value is 106 (41.80% from 255 or 28.04% from 378); Max value from RGB is 164 - color contains mainly: green. Hex color #6CA46A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6CA46A is #935B95. Grayscale: #8C8C8C. Windows color (decimal): -9657238 or 6988908. OLE color: 6988908.
HSL color Cylindrical-coordinate representation of color #6CA46A: hue angle of 117.93º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6CA46A is Cyan = 0.34, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 108 | 164 | 106 | - |
| CMYK | 0.34 | 0 | 0.35 | 0.36 |
| HSL | 117.93º | 0.24% | 0.53% | - |
| HSV(B) | 117.93º | 0.35% | 0.64% | - |
| XYZ | 22.06 | 30.78 | 18.41 | - |
| YUV | 140.64 | 108.45 | 104.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 164 | 106 | 0.34 | 0 | 0.35 | 0.36 | 117.93 | 0.24 | 0.53 |
| Hex | 6C | A4 | 6A | 22 | 0 | 23 | 24 | 76 | 18 | 35 |
| Octal | 154 | 244 | 152 | 42 | 0 | 43 | 44 | 166 | 30 | 65 |
| Binary | 1101100 | 10100100 | 1101010 | 100010 | 0 | 100011 | 100100 | 1110110 | 11000 | 110101 |
Color Harmonies of #6CA46A
Complementary color
Monochromatic Colors of #6CA46A
Black with #6CA46A
Text Example
Text Example
White with #6CA46A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CA46A; }
p { color: rgb(108,164,106); }
H1.HeaderClassName
{
color: #6CA46A;
}
.AnyTagClassName
{
color: #6CA46A;
}
</style>
background-color css
<style>
a { background-color: #6CA46A; }
a { background-color: rgb(108,164,106); }
div.DivClassName
{
background-color: #6CA46A;
}
.BgClassName
{
background-color: #6CA46A;
}
</style>
border-color css
<style>
span { border-color: #6CA46A; }
span { border-color: rgb(108,164,106); }
td.TdClassName
{
border-color: #6CA46A;
}
.TagClassName
{
border-color: #6CA46A;
}
</style>