Shades of Olive Drab #6D8432
Tints of Olive Drab #6D8432
RGB
CMYK
RGB Variations
Color information
#6D8432 (or 0x6D8432) is known color: Olive Drab. HEX triplet: 6D, 84 and 32. RGB value is (109,132,50). Sum of RGB (Red+Green+Blue) = 109+132+50=291 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.46% from 291); Green value is 132 (51.95% from 255 or 45.36% from 291); Blue value is 50 (19.92% from 255 or 17.18% from 291); Max value from RGB is 132 - color contains mainly: green. Hex color #6D8432 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D8432 is #927BCD. Grayscale: #747474. Windows color (decimal): -9599950 or 3310701. OLE color: 3310701.
HSL color Cylindrical-coordinate representation of color #6D8432: hue angle of 76.83º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6D8432 is Cyan = 0.17, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 109 | 132 | 50 | - |
| CMYK | 0.17 | 0 | 0.62 | 0.48 |
| HSL | 76.83º | 0.45% | 0.36% | - |
| HSV(B) | 76.83º | 0.62% | 0.52% | - |
| XYZ | 15.13 | 19.98 | 6.08 | - |
| YUV | 115.78 | 90.88 | 123.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 132 | 50 | 0.17 | 0 | 0.62 | 0.48 | 76.83 | 0.45 | 0.36 |
| Hex | 6D | 84 | 32 | 11 | 0 | 3E | 30 | 4D | 2D | 24 |
| Octal | 155 | 204 | 62 | 21 | 0 | 76 | 60 | 115 | 55 | 44 |
| Binary | 1101101 | 10000100 | 110010 | 10001 | 0 | 111110 | 110000 | 1001101 | 101101 | 100100 |
Color Harmonies of #6D8432
Complementary color
Monochromatic Colors of #6D8432
Black with #6D8432
Text Example
Text Example
White with #6D8432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D8432; }
p { color: rgb(109,132,50); }
H1.HeaderClassName
{
color: #6D8432;
}
.AnyTagClassName
{
color: #6D8432;
}
</style>
background-color css
<style>
a { background-color: #6D8432; }
a { background-color: rgb(109,132,50); }
div.DivClassName
{
background-color: #6D8432;
}
.BgClassName
{
background-color: #6D8432;
}
</style>
border-color css
<style>
span { border-color: #6D8432; }
span { border-color: rgb(109,132,50); }
td.TdClassName
{
border-color: #6D8432;
}
.TagClassName
{
border-color: #6D8432;
}
</style>