Shades of Fern #6DAC65
Tints of Fern #6DAC65
RGB
CMYK
RGB Variations
Color information
#6DAC65 (or 0x6DAC65) is known color: Fern. HEX triplet: 6D, AC and 65. RGB value is (109,172,101). Sum of RGB (Red+Green+Blue) = 109+172+101=382 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.53% from 382); Green value is 172 (67.58% from 255 or 45.03% from 382); Blue value is 101 (39.84% from 255 or 26.44% from 382); Max value from RGB is 172 - color contains mainly: green. Hex color #6DAC65 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6DAC65 is #92539A. Grayscale: #919191. Windows color (decimal): -9589659 or 6663277. OLE color: 6663277.
HSL color Cylindrical-coordinate representation of color #6DAC65: hue angle of 113.24º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6DAC65 is Cyan = 0.37, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 109 | 172 | 101 | - |
| CMYK | 0.37 | 0 | 0.41 | 0.33 |
| HSL | 113.24º | 0.3% | 0.54% | - |
| HSV(B) | 113.24º | 0.41% | 0.67% | - |
| XYZ | 23.41 | 33.7 | 17.58 | - |
| YUV | 145.07 | 103.13 | 102.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 172 | 101 | 0.37 | 0 | 0.41 | 0.33 | 113.24 | 0.3 | 0.54 |
| Hex | 6D | AC | 65 | 25 | 0 | 29 | 21 | 71 | 1E | 36 |
| Octal | 155 | 254 | 145 | 45 | 0 | 51 | 41 | 161 | 36 | 66 |
| Binary | 1101101 | 10101100 | 1100101 | 100101 | 0 | 101001 | 100001 | 1110001 | 11110 | 110110 |
Color Harmonies of #6DAC65
Complementary color
Monochromatic Colors of #6DAC65
Black with #6DAC65
Text Example
Text Example
White with #6DAC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DAC65; }
p { color: rgb(109,172,101); }
H1.HeaderClassName
{
color: #6DAC65;
}
.AnyTagClassName
{
color: #6DAC65;
}
</style>
background-color css
<style>
a { background-color: #6DAC65; }
a { background-color: rgb(109,172,101); }
div.DivClassName
{
background-color: #6DAC65;
}
.BgClassName
{
background-color: #6DAC65;
}
</style>
border-color css
<style>
span { border-color: #6DAC65; }
span { border-color: rgb(109,172,101); }
td.TdClassName
{
border-color: #6DAC65;
}
.TagClassName
{
border-color: #6DAC65;
}
</style>