Shades of Olive Drab #6D8829
Tints of Olive Drab #6D8829
RGB
CMYK
RGB Variations
Color information
#6D8829 (or 0x6D8829) is known color: Olive Drab. HEX triplet: 6D, 88 and 29. RGB value is (109,136,41). Sum of RGB (Red+Green+Blue) = 109+136+41=286 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.11% from 286); Green value is 136 (53.52% from 255 or 47.55% from 286); Blue value is 41 (16.41% from 255 or 14.34% from 286); Max value from RGB is 136 - color contains mainly: green. Hex color #6D8829 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D8829 is #9277D6. Grayscale: #757575. Windows color (decimal): -9598935 or 2721901. OLE color: 2721901.
HSL color Cylindrical-coordinate representation of color #6D8829: hue angle of 77.05º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6D8829 is Cyan = 0.20, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 109 | 136 | 41 | - |
| CMYK | 0.20 | 0 | 0.70 | 0.47 |
| HSL | 77.05º | 0.54% | 0.35% | - |
| HSV(B) | 77.05º | 0.7% | 0.53% | - |
| XYZ | 15.51 | 21.02 | 5.34 | - |
| YUV | 117.1 | 85.05 | 122.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 136 | 41 | 0.20 | 0 | 0.70 | 0.47 | 77.05 | 0.54 | 0.35 |
| Hex | 6D | 88 | 29 | 14 | 0 | 46 | 2F | 4D | 36 | 23 |
| Octal | 155 | 210 | 51 | 24 | 0 | 106 | 57 | 115 | 66 | 43 |
| Binary | 1101101 | 10001000 | 101001 | 10100 | 0 | 1000110 | 101111 | 1001101 | 110110 | 100011 |
Color Harmonies of #6D8829
Complementary color
Monochromatic Colors of #6D8829
Black with #6D8829
Text Example
Text Example
White with #6D8829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D8829; }
p { color: rgb(109,136,41); }
H1.HeaderClassName
{
color: #6D8829;
}
.AnyTagClassName
{
color: #6D8829;
}
</style>
background-color css
<style>
a { background-color: #6D8829; }
a { background-color: rgb(109,136,41); }
div.DivClassName
{
background-color: #6D8829;
}
.BgClassName
{
background-color: #6D8829;
}
</style>
border-color css
<style>
span { border-color: #6D8829; }
span { border-color: rgb(109,136,41); }
td.TdClassName
{
border-color: #6D8829;
}
.TagClassName
{
border-color: #6D8829;
}
</style>