Shades of Olive Drab #729615
Tints of Olive Drab #729615
RGB
CMYK
RGB Variations
Color information
#729615 (or 0x729615) is known color: Olive Drab. HEX triplet: 72, 96 and 15. RGB value is (114,150,21). Sum of RGB (Red+Green+Blue) = 114+150+21=285 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40% from 285); Green value is 150 (58.98% from 255 or 52.63% from 285); Blue value is 21 (8.59% from 255 or 7.37% from 285); Max value from RGB is 150 - color contains mainly: green. Hex color #729615 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #729615 is #8D69EA. Grayscale: #7D7D7D. Windows color (decimal): -9267691 or 1414770. OLE color: 1414770.
HSL color Cylindrical-coordinate representation of color #729615: hue angle of 76.74º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #729615 is Cyan = 0.24, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 114 | 150 | 21 | - |
| CMYK | 0.24 | 0 | 0.86 | 0.41 |
| HSL | 76.74º | 0.75% | 0.34% | - |
| HSV(B) | 76.74º | 0.86% | 0.59% | - |
| XYZ | 17.98 | 25.44 | 4.67 | - |
| YUV | 124.53 | 69.57 | 120.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 150 | 21 | 0.24 | 0 | 0.86 | 0.41 | 76.74 | 0.75 | 0.34 |
| Hex | 72 | 96 | 15 | 18 | 0 | 56 | 29 | 4D | 4B | 22 |
| Octal | 162 | 226 | 25 | 30 | 0 | 126 | 51 | 115 | 113 | 42 |
| Binary | 1110010 | 10010110 | 10101 | 11000 | 0 | 1010110 | 101001 | 1001101 | 1001011 | 100010 |
Color Harmonies of #729615
Complementary color
Monochromatic Colors of #729615
Black with #729615
Text Example
Text Example
White with #729615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729615; }
p { color: rgb(114,150,21); }
H1.HeaderClassName
{
color: #729615;
}
.AnyTagClassName
{
color: #729615;
}
</style>
background-color css
<style>
a { background-color: #729615; }
a { background-color: rgb(114,150,21); }
div.DivClassName
{
background-color: #729615;
}
.BgClassName
{
background-color: #729615;
}
</style>
border-color css
<style>
span { border-color: #729615; }
span { border-color: rgb(114,150,21); }
td.TdClassName
{
border-color: #729615;
}
.TagClassName
{
border-color: #729615;
}
</style>