Shades of Olive Drab #728629
Tints of Olive Drab #728629
RGB
CMYK
RGB Variations
Color information
#728629 (or 0x728629) is known color: Olive Drab. HEX triplet: 72, 86 and 29. RGB value is (114,134,41). Sum of RGB (Red+Green+Blue) = 114+134+41=289 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.45% from 289); Green value is 134 (52.73% from 255 or 46.37% from 289); Blue value is 41 (16.41% from 255 or 14.19% from 289); Max value from RGB is 134 - color contains mainly: green. Hex color #728629 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728629 is #8D79D6. Grayscale: #757575. Windows color (decimal): -9271767 or 2721394. OLE color: 2721394.
HSL color Cylindrical-coordinate representation of color #728629: hue angle of 72.9º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #728629 is Cyan = 0.15, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 114 | 134 | 41 | - |
| CMYK | 0.15 | 0 | 0.69 | 0.47 |
| HSL | 72.9º | 0.53% | 0.34% | - |
| HSV(B) | 72.9º | 0.69% | 0.53% | - |
| XYZ | 15.86 | 20.79 | 5.27 | - |
| YUV | 117.42 | 84.87 | 125.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 134 | 41 | 0.15 | 0 | 0.69 | 0.47 | 72.9 | 0.53 | 0.34 |
| Hex | 72 | 86 | 29 | F | 0 | 45 | 2F | 49 | 35 | 22 |
| Octal | 162 | 206 | 51 | 17 | 0 | 105 | 57 | 111 | 65 | 42 |
| Binary | 1110010 | 10000110 | 101001 | 1111 | 0 | 1000101 | 101111 | 1001001 | 110101 | 100010 |
Color Harmonies of #728629
Complementary color
Monochromatic Colors of #728629
Black with #728629
Text Example
Text Example
White with #728629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728629; }
p { color: rgb(114,134,41); }
H1.HeaderClassName
{
color: #728629;
}
.AnyTagClassName
{
color: #728629;
}
</style>
background-color css
<style>
a { background-color: #728629; }
a { background-color: rgb(114,134,41); }
div.DivClassName
{
background-color: #728629;
}
.BgClassName
{
background-color: #728629;
}
</style>
border-color css
<style>
span { border-color: #728629; }
span { border-color: rgb(114,134,41); }
td.TdClassName
{
border-color: #728629;
}
.TagClassName
{
border-color: #728629;
}
</style>