Shades of Olive Drab #6D9324
Tints of Olive Drab #6D9324
RGB
CMYK
RGB Variations
Color information
#6D9324 (or 0x6D9324) is known color: Olive Drab. HEX triplet: 6D, 93 and 24. RGB value is (109,147,36). Sum of RGB (Red+Green+Blue) = 109+147+36=292 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.33% from 292); Green value is 147 (57.81% from 255 or 50.34% from 292); Blue value is 36 (14.45% from 255 or 12.33% from 292); Max value from RGB is 147 - color contains mainly: green. Hex color #6D9324 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D9324 is #926CDB. Grayscale: #7B7B7B. Windows color (decimal): -9596124 or 2397037. OLE color: 2397037.
HSL color Cylindrical-coordinate representation of color #6D9324: hue angle of 80.54º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6D9324 is Cyan = 0.26, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 109 | 147 | 36 | - |
| CMYK | 0.26 | 0 | 0.76 | 0.42 |
| HSL | 80.54º | 0.61% | 0.36% | - |
| HSV(B) | 80.54º | 0.76% | 0.58% | - |
| XYZ | 17.06 | 24.25 | 5.45 | - |
| YUV | 122.98 | 78.91 | 118.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 147 | 36 | 0.26 | 0 | 0.76 | 0.42 | 80.54 | 0.61 | 0.36 |
| Hex | 6D | 93 | 24 | 1A | 0 | 4C | 2A | 51 | 3D | 24 |
| Octal | 155 | 223 | 44 | 32 | 0 | 114 | 52 | 121 | 75 | 44 |
| Binary | 1101101 | 10010011 | 100100 | 11010 | 0 | 1001100 | 101010 | 1010001 | 111101 | 100100 |
Color Harmonies of #6D9324
Complementary color
Monochromatic Colors of #6D9324
Black with #6D9324
Text Example
Text Example
White with #6D9324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D9324; }
p { color: rgb(109,147,36); }
H1.HeaderClassName
{
color: #6D9324;
}
.AnyTagClassName
{
color: #6D9324;
}
</style>
background-color css
<style>
a { background-color: #6D9324; }
a { background-color: rgb(109,147,36); }
div.DivClassName
{
background-color: #6D9324;
}
.BgClassName
{
background-color: #6D9324;
}
</style>
border-color css
<style>
span { border-color: #6D9324; }
span { border-color: rgb(109,147,36); }
td.TdClassName
{
border-color: #6D9324;
}
.TagClassName
{
border-color: #6D9324;
}
</style>