Shades of Olive Drab #728735
Tints of Olive Drab #728735
RGB
CMYK
RGB Variations
Color information
#728735 (or 0x728735) is known color: Olive Drab. HEX triplet: 72, 87 and 35. RGB value is (114,135,53). Sum of RGB (Red+Green+Blue) = 114+135+53=302 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.75% from 302); Green value is 135 (53.12% from 255 or 44.70% from 302); Blue value is 53 (21.09% from 255 or 17.55% from 302); Max value from RGB is 135 - color contains mainly: green. Hex color #728735 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728735 is #8D78CA. Grayscale: #777777. Windows color (decimal): -9271499 or 3508082. OLE color: 3508082.
HSL color Cylindrical-coordinate representation of color #728735: hue angle of 75.37º 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 #728735 is Cyan = 0.16, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 114 | 135 | 53 | - |
| CMYK | 0.16 | 0 | 0.61 | 0.47 |
| HSL | 75.37º | 0.44% | 0.37% | - |
| HSV(B) | 75.37º | 0.61% | 0.53% | - |
| XYZ | 16.25 | 21.16 | 6.6 | - |
| YUV | 119.37 | 90.54 | 124.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 135 | 53 | 0.16 | 0 | 0.61 | 0.47 | 75.37 | 0.44 | 0.37 |
| Hex | 72 | 87 | 35 | 10 | 0 | 3D | 2F | 4B | 2C | 25 |
| Octal | 162 | 207 | 65 | 20 | 0 | 75 | 57 | 113 | 54 | 45 |
| Binary | 1110010 | 10000111 | 110101 | 10000 | 0 | 111101 | 101111 | 1001011 | 101100 | 100101 |
Color Harmonies of #728735
Complementary color
Monochromatic Colors of #728735
Black with #728735
Text Example
Text Example
White with #728735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728735; }
p { color: rgb(114,135,53); }
H1.HeaderClassName
{
color: #728735;
}
.AnyTagClassName
{
color: #728735;
}
</style>
background-color css
<style>
a { background-color: #728735; }
a { background-color: rgb(114,135,53); }
div.DivClassName
{
background-color: #728735;
}
.BgClassName
{
background-color: #728735;
}
</style>
border-color css
<style>
span { border-color: #728735; }
span { border-color: rgb(114,135,53); }
td.TdClassName
{
border-color: #728735;
}
.TagClassName
{
border-color: #728735;
}
</style>