Shades of Olive Drab #728F29
Tints of Olive Drab #728F29
RGB
CMYK
RGB Variations
Color information
#728F29 (or 0x728F29) is known color: Olive Drab. HEX triplet: 72, 8F and 29. RGB value is (114,143,41). Sum of RGB (Red+Green+Blue) = 114+143+41=298 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.26% from 298); Green value is 143 (56.25% from 255 or 47.99% from 298); Blue value is 41 (16.41% from 255 or 13.76% from 298); Max value from RGB is 143 - color contains mainly: green. Hex color #728F29 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728F29 is #8D70D6. Grayscale: #7B7B7B. Windows color (decimal): -9269463 or 2723698. OLE color: 2723698.
HSL color Cylindrical-coordinate representation of color #728F29: hue angle of 77.06º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #728F29 is Cyan = 0.20, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 114 | 143 | 41 | - |
| CMYK | 0.20 | 0 | 0.71 | 0.44 |
| HSL | 77.06º | 0.55% | 0.36% | - |
| HSV(B) | 77.06º | 0.71% | 0.56% | - |
| XYZ | 17.16 | 23.38 | 5.71 | - |
| YUV | 122.7 | 81.89 | 121.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 143 | 41 | 0.20 | 0 | 0.71 | 0.44 | 77.06 | 0.55 | 0.36 |
| Hex | 72 | 8F | 29 | 14 | 0 | 47 | 2C | 4D | 37 | 24 |
| Octal | 162 | 217 | 51 | 24 | 0 | 107 | 54 | 115 | 67 | 44 |
| Binary | 1110010 | 10001111 | 101001 | 10100 | 0 | 1000111 | 101100 | 1001101 | 110111 | 100100 |
Color Harmonies of #728F29
Complementary color
Monochromatic Colors of #728F29
Black with #728F29
Text Example
Text Example
White with #728F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728F29; }
p { color: rgb(114,143,41); }
H1.HeaderClassName
{
color: #728F29;
}
.AnyTagClassName
{
color: #728F29;
}
</style>
background-color css
<style>
a { background-color: #728F29; }
a { background-color: rgb(114,143,41); }
div.DivClassName
{
background-color: #728F29;
}
.BgClassName
{
background-color: #728F29;
}
</style>
border-color css
<style>
span { border-color: #728F29; }
span { border-color: rgb(114,143,41); }
td.TdClassName
{
border-color: #728F29;
}
.TagClassName
{
border-color: #728F29;
}
</style>