Shades of Olive Drab #729407
Tints of Olive Drab #729407
RGB
CMYK
RGB Variations
Color information
#729407 (or 0x729407) is known color: Olive Drab. HEX triplet: 72, 94 and 07. RGB value is (114,148,7). Sum of RGB (Red+Green+Blue) = 114+148+7=269 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.38% from 269); Green value is 148 (58.20% from 255 or 55.02% from 269); Blue value is 7 (3.12% from 255 or 2.60% from 269); Max value from RGB is 148 - color contains mainly: green. Hex color #729407 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #729407 is #8D6BF8. Grayscale: #7A7A7A. Windows color (decimal): -9268217 or 496754. OLE color: 496754.
HSL color Cylindrical-coordinate representation of color #729407: hue angle of 74.47º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #729407 is Cyan = 0.23, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 114 | 148 | 7 | - |
| CMYK | 0.23 | 0 | 0.95 | 0.42 |
| HSL | 74.47º | 0.91% | 0.3% | - |
| HSV(B) | 74.47º | 0.95% | 0.58% | - |
| XYZ | 17.57 | 24.77 | 4.06 | - |
| YUV | 121.76 | 63.24 | 122.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 148 | 7 | 0.23 | 0 | 0.95 | 0.42 | 74.47 | 0.91 | 0.3 |
| Hex | 72 | 94 | 7 | 17 | 0 | 5F | 2A | 4A | 5B | 1E |
| Octal | 162 | 224 | 7 | 27 | 0 | 137 | 52 | 112 | 133 | 36 |
| Binary | 1110010 | 10010100 | 111 | 10111 | 0 | 1011111 | 101010 | 1001010 | 1011011 | 11110 |
Color Harmonies of #729407
Complementary color
Monochromatic Colors of #729407
Black with #729407
Text Example
Text Example
White with #729407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729407; }
p { color: rgb(114,148,7); }
H1.HeaderClassName
{
color: #729407;
}
.AnyTagClassName
{
color: #729407;
}
</style>
background-color css
<style>
a { background-color: #729407; }
a { background-color: rgb(114,148,7); }
div.DivClassName
{
background-color: #729407;
}
.BgClassName
{
background-color: #729407;
}
</style>
border-color css
<style>
span { border-color: #729407; }
span { border-color: rgb(114,148,7); }
td.TdClassName
{
border-color: #729407;
}
.TagClassName
{
border-color: #729407;
}
</style>