Shades of Olive Drab #6D9A18
Tints of Olive Drab #6D9A18
RGB
CMYK
RGB Variations
Color information
#6D9A18 (or 0x6D9A18) is known color: Olive Drab. HEX triplet: 6D, 9A and 18. RGB value is (109,154,24). Sum of RGB (Red+Green+Blue) = 109+154+24=287 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.98% from 287); Green value is 154 (60.55% from 255 or 53.66% from 287); Blue value is 24 (9.77% from 255 or 8.36% from 287); Max value from RGB is 154 - color contains mainly: green. Hex color #6D9A18 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6D9A18 is #9265E7. Grayscale: #7E7E7E. Windows color (decimal): -9594344 or 1612397. OLE color: 1612397.
HSL color Cylindrical-coordinate representation of color #6D9A18: hue angle of 80.77º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6D9A18 is Cyan = 0.29, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 109 | 154 | 24 | - |
| CMYK | 0.29 | 0 | 0.84 | 0.40 |
| HSL | 80.77º | 0.73% | 0.35% | - |
| HSV(B) | 80.77º | 0.84% | 0.6% | - |
| XYZ | 18.03 | 26.43 | 5.02 | - |
| YUV | 125.73 | 70.59 | 116.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 154 | 24 | 0.29 | 0 | 0.84 | 0.40 | 80.77 | 0.73 | 0.35 |
| Hex | 6D | 9A | 18 | 1D | 0 | 54 | 28 | 51 | 49 | 23 |
| Octal | 155 | 232 | 30 | 35 | 0 | 124 | 50 | 121 | 111 | 43 |
| Binary | 1101101 | 10011010 | 11000 | 11101 | 0 | 1010100 | 101000 | 1010001 | 1001001 | 100011 |
Color Harmonies of #6D9A18
Complementary color
Monochromatic Colors of #6D9A18
Black with #6D9A18
Text Example
Text Example
White with #6D9A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D9A18; }
p { color: rgb(109,154,24); }
H1.HeaderClassName
{
color: #6D9A18;
}
.AnyTagClassName
{
color: #6D9A18;
}
</style>
background-color css
<style>
a { background-color: #6D9A18; }
a { background-color: rgb(109,154,24); }
div.DivClassName
{
background-color: #6D9A18;
}
.BgClassName
{
background-color: #6D9A18;
}
</style>
border-color css
<style>
span { border-color: #6D9A18; }
span { border-color: rgb(109,154,24); }
td.TdClassName
{
border-color: #6D9A18;
}
.TagClassName
{
border-color: #6D9A18;
}
</style>