Shades of Fern #6CAB64
Tints of Fern #6CAB64
RGB
CMYK
RGB Variations
Color information
#6CAB64 (or 0x6CAB64) is known color: Fern. HEX triplet: 6C, AB and 64. RGB value is (108,171,100). Sum of RGB (Red+Green+Blue) = 108+171+100=379 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.50% from 379); Green value is 171 (67.19% from 255 or 45.12% from 379); Blue value is 100 (39.45% from 255 or 26.39% from 379); Max value from RGB is 171 - color contains mainly: green. Hex color #6CAB64 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6CAB64 is #93549B. Grayscale: #909090. Windows color (decimal): -9655452 or 6597484. OLE color: 6597484.
HSL color Cylindrical-coordinate representation of color #6CAB64: hue angle of 113.24º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6CAB64 is Cyan = 0.37, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 108 | 171 | 100 | - |
| CMYK | 0.37 | 0 | 0.42 | 0.33 |
| HSL | 113.24º | 0.3% | 0.53% | - |
| HSV(B) | 113.24º | 0.42% | 0.67% | - |
| XYZ | 23.05 | 33.23 | 17.26 | - |
| YUV | 144.07 | 103.13 | 102.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 171 | 100 | 0.37 | 0 | 0.42 | 0.33 | 113.24 | 0.3 | 0.53 |
| Hex | 6C | AB | 64 | 25 | 0 | 2A | 21 | 71 | 1E | 35 |
| Octal | 154 | 253 | 144 | 45 | 0 | 52 | 41 | 161 | 36 | 65 |
| Binary | 1101100 | 10101011 | 1100100 | 100101 | 0 | 101010 | 100001 | 1110001 | 11110 | 110101 |
Color Harmonies of #6CAB64
Complementary color
Monochromatic Colors of #6CAB64
Black with #6CAB64
Text Example
Text Example
White with #6CAB64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CAB64; }
p { color: rgb(108,171,100); }
H1.HeaderClassName
{
color: #6CAB64;
}
.AnyTagClassName
{
color: #6CAB64;
}
</style>
background-color css
<style>
a { background-color: #6CAB64; }
a { background-color: rgb(108,171,100); }
div.DivClassName
{
background-color: #6CAB64;
}
.BgClassName
{
background-color: #6CAB64;
}
</style>
border-color css
<style>
span { border-color: #6CAB64; }
span { border-color: rgb(108,171,100); }
td.TdClassName
{
border-color: #6CAB64;
}
.TagClassName
{
border-color: #6CAB64;
}
</style>