Shades of Olive Drab #729612
Tints of Olive Drab #729612
RGB
CMYK
RGB Variations
Color information
#729612 (or 0x729612) is known color: Olive Drab. HEX triplet: 72, 96 and 12. RGB value is (114,150,18). Sum of RGB (Red+Green+Blue) = 114+150+18=282 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.43% from 282); Green value is 150 (58.98% from 255 or 53.19% from 282); Blue value is 18 (7.42% from 255 or 6.38% from 282); Max value from RGB is 150 - color contains mainly: green. Hex color #729612 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #729612 is #8D69ED. Grayscale: #7C7C7C. Windows color (decimal): -9267694 or 1218162. OLE color: 1218162.
HSL color Cylindrical-coordinate representation of color #729612: hue angle of 76.36º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #729612 is Cyan = 0.24, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 114 | 150 | 18 | - |
| CMYK | 0.24 | 0 | 0.88 | 0.41 |
| HSL | 76.36º | 0.79% | 0.33% | - |
| HSV(B) | 76.36º | 0.88% | 0.59% | - |
| XYZ | 17.95 | 25.43 | 4.54 | - |
| YUV | 124.19 | 68.07 | 120.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 150 | 18 | 0.24 | 0 | 0.88 | 0.41 | 76.36 | 0.79 | 0.33 |
| Hex | 72 | 96 | 12 | 18 | 0 | 58 | 29 | 4C | 4F | 21 |
| Octal | 162 | 226 | 22 | 30 | 0 | 130 | 51 | 114 | 117 | 41 |
| Binary | 1110010 | 10010110 | 10010 | 11000 | 0 | 1011000 | 101001 | 1001100 | 1001111 | 100001 |
Color Harmonies of #729612
Complementary color
Monochromatic Colors of #729612
Black with #729612
Text Example
Text Example
White with #729612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729612; }
p { color: rgb(114,150,18); }
H1.HeaderClassName
{
color: #729612;
}
.AnyTagClassName
{
color: #729612;
}
</style>
background-color css
<style>
a { background-color: #729612; }
a { background-color: rgb(114,150,18); }
div.DivClassName
{
background-color: #729612;
}
.BgClassName
{
background-color: #729612;
}
</style>
border-color css
<style>
span { border-color: #729612; }
span { border-color: rgb(114,150,18); }
td.TdClassName
{
border-color: #729612;
}
.TagClassName
{
border-color: #729612;
}
</style>