Shades of Olive Drab #729117
Tints of Olive Drab #729117
RGB
CMYK
RGB Variations
Color information
#729117 (or 0x729117) is known color: Olive Drab. HEX triplet: 72, 91 and 17. RGB value is (114,145,23). Sum of RGB (Red+Green+Blue) = 114+145+23=282 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.43% from 282); Green value is 145 (57.03% from 255 or 51.42% from 282); Blue value is 23 (9.38% from 255 or 8.16% from 282); Max value from RGB is 145 - color contains mainly: green. Hex color #729117 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #729117 is #8D6EE8. Grayscale: #7A7A7A. Windows color (decimal): -9268969 or 1544562. OLE color: 1544562.
HSL color Cylindrical-coordinate representation of color #729117: hue angle of 75.25º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #729117 is Cyan = 0.21, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 114 | 145 | 23 | - |
| CMYK | 0.21 | 0 | 0.84 | 0.43 |
| HSL | 75.25º | 0.73% | 0.33% | - |
| HSV(B) | 75.25º | 0.84% | 0.57% | - |
| XYZ | 17.22 | 23.89 | 4.51 | - |
| YUV | 121.82 | 72.23 | 122.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 145 | 23 | 0.21 | 0 | 0.84 | 0.43 | 75.25 | 0.73 | 0.33 |
| Hex | 72 | 91 | 17 | 15 | 0 | 54 | 2B | 4B | 49 | 21 |
| Octal | 162 | 221 | 27 | 25 | 0 | 124 | 53 | 113 | 111 | 41 |
| Binary | 1110010 | 10010001 | 10111 | 10101 | 0 | 1010100 | 101011 | 1001011 | 1001001 | 100001 |
Color Harmonies of #729117
Complementary color
Monochromatic Colors of #729117
Black with #729117
Text Example
Text Example
White with #729117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729117; }
p { color: rgb(114,145,23); }
H1.HeaderClassName
{
color: #729117;
}
.AnyTagClassName
{
color: #729117;
}
</style>
background-color css
<style>
a { background-color: #729117; }
a { background-color: rgb(114,145,23); }
div.DivClassName
{
background-color: #729117;
}
.BgClassName
{
background-color: #729117;
}
</style>
border-color css
<style>
span { border-color: #729117; }
span { border-color: rgb(114,145,23); }
td.TdClassName
{
border-color: #729117;
}
.TagClassName
{
border-color: #729117;
}
</style>