Shades of Olive Drab #728835
Tints of Olive Drab #728835
RGB
CMYK
RGB Variations
Color information
#728835 (or 0x728835) is known color: Olive Drab. HEX triplet: 72, 88 and 35. RGB value is (114,136,53). Sum of RGB (Red+Green+Blue) = 114+136+53=303 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.62% from 303); Green value is 136 (53.52% from 255 or 44.88% from 303); Blue value is 53 (21.09% from 255 or 17.49% from 303); Max value from RGB is 136 - color contains mainly: green. Hex color #728835 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728835 is #8D77CA. Grayscale: #787878. Windows color (decimal): -9271243 or 3508338. OLE color: 3508338.
HSL color Cylindrical-coordinate representation of color #728835: hue angle of 75.9º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #728835 is Cyan = 0.16, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 114 | 136 | 53 | - |
| CMYK | 0.16 | 0 | 0.61 | 0.47 |
| HSL | 75.9º | 0.44% | 0.37% | - |
| HSV(B) | 75.9º | 0.61% | 0.53% | - |
| XYZ | 16.39 | 21.44 | 6.64 | - |
| YUV | 119.96 | 90.21 | 123.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 136 | 53 | 0.16 | 0 | 0.61 | 0.47 | 75.9 | 0.44 | 0.37 |
| Hex | 72 | 88 | 35 | 10 | 0 | 3D | 2F | 4C | 2C | 25 |
| Octal | 162 | 210 | 65 | 20 | 0 | 75 | 57 | 114 | 54 | 45 |
| Binary | 1110010 | 10001000 | 110101 | 10000 | 0 | 111101 | 101111 | 1001100 | 101100 | 100101 |
Color Harmonies of #728835
Complementary color
Monochromatic Colors of #728835
Black with #728835
Text Example
Text Example
White with #728835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728835; }
p { color: rgb(114,136,53); }
H1.HeaderClassName
{
color: #728835;
}
.AnyTagClassName
{
color: #728835;
}
</style>
background-color css
<style>
a { background-color: #728835; }
a { background-color: rgb(114,136,53); }
div.DivClassName
{
background-color: #728835;
}
.BgClassName
{
background-color: #728835;
}
</style>
border-color css
<style>
span { border-color: #728835; }
span { border-color: rgb(114,136,53); }
td.TdClassName
{
border-color: #728835;
}
.TagClassName
{
border-color: #728835;
}
</style>