Shades of Olive Drab #729A1D
Tints of Olive Drab #729A1D
RGB
CMYK
RGB Variations
Color information
#729A1D (or 0x729A1D) is known color: Olive Drab. HEX triplet: 72, 9A and 1D. RGB value is (114,154,29). Sum of RGB (Red+Green+Blue) = 114+154+29=297 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.38% from 297); Green value is 154 (60.55% from 255 or 51.85% from 297); Blue value is 29 (11.72% from 255 or 9.76% from 297); Max value from RGB is 154 - color contains mainly: green. Hex color #729A1D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #729A1D is #8D65E2. Grayscale: #808080. Windows color (decimal): -9266659 or 1940082. OLE color: 1940082.
HSL color Cylindrical-coordinate representation of color #729A1D: hue angle of 79.2º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #729A1D is Cyan = 0.26, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 114 | 154 | 29 | - |
| CMYK | 0.26 | 0 | 0.81 | 0.40 |
| HSL | 79.2º | 0.68% | 0.36% | - |
| HSV(B) | 79.2º | 0.81% | 0.6% | - |
| XYZ | 18.72 | 26.78 | 5.34 | - |
| YUV | 127.79 | 72.25 | 118.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 154 | 29 | 0.26 | 0 | 0.81 | 0.40 | 79.2 | 0.68 | 0.36 |
| Hex | 72 | 9A | 1D | 1A | 0 | 51 | 28 | 4F | 44 | 24 |
| Octal | 162 | 232 | 35 | 32 | 0 | 121 | 50 | 117 | 104 | 44 |
| Binary | 1110010 | 10011010 | 11101 | 11010 | 0 | 1010001 | 101000 | 1001111 | 1000100 | 100100 |
Color Harmonies of #729A1D
Complementary color
Monochromatic Colors of #729A1D
Black with #729A1D
Text Example
Text Example
White with #729A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729A1D; }
p { color: rgb(114,154,29); }
H1.HeaderClassName
{
color: #729A1D;
}
.AnyTagClassName
{
color: #729A1D;
}
</style>
background-color css
<style>
a { background-color: #729A1D; }
a { background-color: rgb(114,154,29); }
div.DivClassName
{
background-color: #729A1D;
}
.BgClassName
{
background-color: #729A1D;
}
</style>
border-color css
<style>
span { border-color: #729A1D; }
span { border-color: rgb(114,154,29); }
td.TdClassName
{
border-color: #729A1D;
}
.TagClassName
{
border-color: #729A1D;
}
</style>