Shades of Olive Drab #729008
Tints of Olive Drab #729008
RGB
CMYK
RGB Variations
Color information
#729008 (or 0x729008) is known color: Olive Drab. HEX triplet: 72, 90 and 08. RGB value is (114,144,8). Sum of RGB (Red+Green+Blue) = 114+144+8=266 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.86% from 266); Green value is 144 (56.64% from 255 or 54.14% from 266); Blue value is 8 (3.52% from 255 or 3.01% from 266); Max value from RGB is 144 - color contains mainly: green. Hex color #729008 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #729008 is #8D6FF7. Grayscale: #787878. Windows color (decimal): -9269240 or 561266. OLE color: 561266.
HSL color Cylindrical-coordinate representation of color #729008: hue angle of 73.24º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #729008 is Cyan = 0.21, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 114 | 144 | 8 | - |
| CMYK | 0.21 | 0 | 0.94 | 0.44 |
| HSL | 73.24º | 0.89% | 0.3% | - |
| HSV(B) | 73.24º | 0.94% | 0.56% | - |
| XYZ | 16.96 | 23.54 | 3.88 | - |
| YUV | 119.53 | 65.06 | 124.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 144 | 8 | 0.21 | 0 | 0.94 | 0.44 | 73.24 | 0.89 | 0.3 |
| Hex | 72 | 90 | 8 | 15 | 0 | 5E | 2C | 49 | 59 | 1E |
| Octal | 162 | 220 | 10 | 25 | 0 | 136 | 54 | 111 | 131 | 36 |
| Binary | 1110010 | 10010000 | 1000 | 10101 | 0 | 1011110 | 101100 | 1001001 | 1011001 | 11110 |
Color Harmonies of #729008
Complementary color
Monochromatic Colors of #729008
Black with #729008
Text Example
Text Example
White with #729008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729008; }
p { color: rgb(114,144,8); }
H1.HeaderClassName
{
color: #729008;
}
.AnyTagClassName
{
color: #729008;
}
</style>
background-color css
<style>
a { background-color: #729008; }
a { background-color: rgb(114,144,8); }
div.DivClassName
{
background-color: #729008;
}
.BgClassName
{
background-color: #729008;
}
</style>
border-color css
<style>
span { border-color: #729008; }
span { border-color: rgb(114,144,8); }
td.TdClassName
{
border-color: #729008;
}
.TagClassName
{
border-color: #729008;
}
</style>