Shades of Fern #6DAC64
Tints of Fern #6DAC64
RGB
CMYK
RGB Variations
Color information
#6DAC64 (or 0x6DAC64) is known color: Fern. HEX triplet: 6D, AC and 64. RGB value is (109,172,100). Sum of RGB (Red+Green+Blue) = 109+172+100=381 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.61% from 381); Green value is 172 (67.58% from 255 or 45.14% from 381); Blue value is 100 (39.45% from 255 or 26.25% from 381); Max value from RGB is 172 - color contains mainly: green. Hex color #6DAC64 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6DAC64 is #92539B. Grayscale: #919191. Windows color (decimal): -9589660 or 6597741. OLE color: 6597741.
HSL color Cylindrical-coordinate representation of color #6DAC64: hue angle of 112.5º 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 #6DAC64 is Cyan = 0.37, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 109 | 172 | 100 | - |
| CMYK | 0.37 | 0 | 0.42 | 0.33 |
| HSL | 112.5º | 0.3% | 0.53% | - |
| HSV(B) | 112.5º | 0.42% | 0.67% | - |
| XYZ | 23.36 | 33.68 | 17.33 | - |
| YUV | 144.96 | 102.63 | 102.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 172 | 100 | 0.37 | 0 | 0.42 | 0.33 | 112.5 | 0.3 | 0.53 |
| Hex | 6D | AC | 64 | 25 | 0 | 2A | 21 | 70 | 1E | 35 |
| Octal | 155 | 254 | 144 | 45 | 0 | 52 | 41 | 160 | 36 | 65 |
| Binary | 1101101 | 10101100 | 1100100 | 100101 | 0 | 101010 | 100001 | 1110000 | 11110 | 110101 |
Color Harmonies of #6DAC64
Complementary color
Monochromatic Colors of #6DAC64
Black with #6DAC64
Text Example
Text Example
White with #6DAC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DAC64; }
p { color: rgb(109,172,100); }
H1.HeaderClassName
{
color: #6DAC64;
}
.AnyTagClassName
{
color: #6DAC64;
}
</style>
background-color css
<style>
a { background-color: #6DAC64; }
a { background-color: rgb(109,172,100); }
div.DivClassName
{
background-color: #6DAC64;
}
.BgClassName
{
background-color: #6DAC64;
}
</style>
border-color css
<style>
span { border-color: #6DAC64; }
span { border-color: rgb(109,172,100); }
td.TdClassName
{
border-color: #6DAC64;
}
.TagClassName
{
border-color: #6DAC64;
}
</style>