Shades of Fern #6DAB64
Tints of Fern #6DAB64
RGB
CMYK
RGB Variations
Color information
#6DAB64 (or 0x6DAB64) is known color: Fern. HEX triplet: 6D, AB and 64. RGB value is (109,171,100). Sum of RGB (Red+Green+Blue) = 109+171+100=380 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.68% from 380); Green value is 171 (67.19% from 255 or 45% from 380); Blue value is 100 (39.45% from 255 or 26.32% from 380); Max value from RGB is 171 - color contains mainly: green. Hex color #6DAB64 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6DAB64 is #92549B. Grayscale: #909090. Windows color (decimal): -9589916 or 6597485. OLE color: 6597485.
HSL color Cylindrical-coordinate representation of color #6DAB64: hue angle of 112.39º 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 #6DAB64 is Cyan = 0.36, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 109 | 171 | 100 | - |
| CMYK | 0.36 | 0 | 0.42 | 0.33 |
| HSL | 112.39º | 0.3% | 0.53% | - |
| HSV(B) | 112.39º | 0.42% | 0.67% | - |
| XYZ | 23.17 | 33.3 | 17.26 | - |
| YUV | 144.37 | 102.96 | 102.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 171 | 100 | 0.36 | 0 | 0.42 | 0.33 | 112.39 | 0.3 | 0.53 |
| Hex | 6D | AB | 64 | 24 | 0 | 2A | 21 | 70 | 1E | 35 |
| Octal | 155 | 253 | 144 | 44 | 0 | 52 | 41 | 160 | 36 | 65 |
| Binary | 1101101 | 10101011 | 1100100 | 100100 | 0 | 101010 | 100001 | 1110000 | 11110 | 110101 |
Color Harmonies of #6DAB64
Complementary color
Monochromatic Colors of #6DAB64
Black with #6DAB64
Text Example
Text Example
White with #6DAB64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DAB64; }
p { color: rgb(109,171,100); }
H1.HeaderClassName
{
color: #6DAB64;
}
.AnyTagClassName
{
color: #6DAB64;
}
</style>
background-color css
<style>
a { background-color: #6DAB64; }
a { background-color: rgb(109,171,100); }
div.DivClassName
{
background-color: #6DAB64;
}
.BgClassName
{
background-color: #6DAB64;
}
</style>
border-color css
<style>
span { border-color: #6DAB64; }
span { border-color: rgb(109,171,100); }
td.TdClassName
{
border-color: #6DAB64;
}
.TagClassName
{
border-color: #6DAB64;
}
</style>