Shades of Olive Drab #6D8824
Tints of Olive Drab #6D8824
RGB
CMYK
RGB Variations
Color information
#6D8824 (or 0x6D8824) is known color: Olive Drab. HEX triplet: 6D, 88 and 24. RGB value is (109,136,36). Sum of RGB (Red+Green+Blue) = 109+136+36=281 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.79% from 281); Green value is 136 (53.52% from 255 or 48.40% from 281); Blue value is 36 (14.45% from 255 or 12.81% from 281); Max value from RGB is 136 - color contains mainly: green. Hex color #6D8824 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D8824 is #9277DB. Grayscale: #747474. Windows color (decimal): -9598940 or 2394221. OLE color: 2394221.
HSL color Cylindrical-coordinate representation of color #6D8824: hue angle of 76.2º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6D8824 is Cyan = 0.20, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 109 | 136 | 36 | - |
| CMYK | 0.20 | 0 | 0.74 | 0.47 |
| HSL | 76.2º | 0.58% | 0.34% | - |
| HSV(B) | 76.2º | 0.74% | 0.53% | - |
| XYZ | 15.43 | 20.99 | 4.91 | - |
| YUV | 116.53 | 82.55 | 122.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 136 | 36 | 0.20 | 0 | 0.74 | 0.47 | 76.2 | 0.58 | 0.34 |
| Hex | 6D | 88 | 24 | 14 | 0 | 4A | 2F | 4C | 3A | 22 |
| Octal | 155 | 210 | 44 | 24 | 0 | 112 | 57 | 114 | 72 | 42 |
| Binary | 1101101 | 10001000 | 100100 | 10100 | 0 | 1001010 | 101111 | 1001100 | 111010 | 100010 |
Color Harmonies of #6D8824
Complementary color
Monochromatic Colors of #6D8824
Black with #6D8824
Text Example
Text Example
White with #6D8824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D8824; }
p { color: rgb(109,136,36); }
H1.HeaderClassName
{
color: #6D8824;
}
.AnyTagClassName
{
color: #6D8824;
}
</style>
background-color css
<style>
a { background-color: #6D8824; }
a { background-color: rgb(109,136,36); }
div.DivClassName
{
background-color: #6D8824;
}
.BgClassName
{
background-color: #6D8824;
}
</style>
border-color css
<style>
span { border-color: #6D8824; }
span { border-color: rgb(109,136,36); }
td.TdClassName
{
border-color: #6D8824;
}
.TagClassName
{
border-color: #6D8824;
}
</style>