Shades of Olive Drab #708733
Tints of Olive Drab #708733
RGB
CMYK
RGB Variations
Color information
#708733 (or 0x708733) is known color: Olive Drab. HEX triplet: 70, 87 and 33. RGB value is (112,135,51). Sum of RGB (Red+Green+Blue) = 112+135+51=298 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.58% from 298); Green value is 135 (53.12% from 255 or 45.30% from 298); Blue value is 51 (20.31% from 255 or 17.11% from 298); Max value from RGB is 135 - color contains mainly: green. Hex color #708733 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708733 is #8F78CC. Grayscale: #767676. Windows color (decimal): -9402573 or 3377008. OLE color: 3377008.
HSL color Cylindrical-coordinate representation of color #708733: hue angle of 76.43º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #708733 is Cyan = 0.17, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 112 | 135 | 51 | - |
| CMYK | 0.17 | 0 | 0.62 | 0.47 |
| HSL | 76.43º | 0.45% | 0.36% | - |
| HSV(B) | 76.43º | 0.62% | 0.53% | - |
| XYZ | 15.94 | 21.01 | 6.35 | - |
| YUV | 118.55 | 89.88 | 123.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 135 | 51 | 0.17 | 0 | 0.62 | 0.47 | 76.43 | 0.45 | 0.36 |
| Hex | 70 | 87 | 33 | 11 | 0 | 3E | 2F | 4C | 2D | 24 |
| Octal | 160 | 207 | 63 | 21 | 0 | 76 | 57 | 114 | 55 | 44 |
| Binary | 1110000 | 10000111 | 110011 | 10001 | 0 | 111110 | 101111 | 1001100 | 101101 | 100100 |
Color Harmonies of #708733
Complementary color
Monochromatic Colors of #708733
Black with #708733
Text Example
Text Example
White with #708733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708733; }
p { color: rgb(112,135,51); }
H1.HeaderClassName
{
color: #708733;
}
.AnyTagClassName
{
color: #708733;
}
</style>
background-color css
<style>
a { background-color: #708733; }
a { background-color: rgb(112,135,51); }
div.DivClassName
{
background-color: #708733;
}
.BgClassName
{
background-color: #708733;
}
</style>
border-color css
<style>
span { border-color: #708733; }
span { border-color: rgb(112,135,51); }
td.TdClassName
{
border-color: #708733;
}
.TagClassName
{
border-color: #708733;
}
</style>