Shades of Olive Drab #708334
Tints of Olive Drab #708334
RGB
CMYK
RGB Variations
Color information
#708334 (or 0x708334) is known color: Olive Drab. HEX triplet: 70, 83 and 34. RGB value is (112,131,52). Sum of RGB (Red+Green+Blue) = 112+131+52=295 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.97% from 295); Green value is 131 (51.56% from 255 or 44.41% from 295); Blue value is 52 (20.70% from 255 or 17.63% from 295); Max value from RGB is 131 - color contains mainly: green. Hex color #708334 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708334 is #8F7CCB. Grayscale: #747474. Windows color (decimal): -9403596 or 3441520. OLE color: 3441520.
HSL color Cylindrical-coordinate representation of color #708334: hue angle of 74.43º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #708334 is Cyan = 0.15, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 112 | 131 | 52 | - |
| CMYK | 0.15 | 0 | 0.60 | 0.49 |
| HSL | 74.43º | 0.43% | 0.36% | - |
| HSV(B) | 74.43º | 0.6% | 0.51% | - |
| XYZ | 15.42 | 19.93 | 6.28 | - |
| YUV | 116.31 | 91.71 | 124.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 131 | 52 | 0.15 | 0 | 0.60 | 0.49 | 74.43 | 0.43 | 0.36 |
| Hex | 70 | 83 | 34 | F | 0 | 3C | 31 | 4A | 2B | 24 |
| Octal | 160 | 203 | 64 | 17 | 0 | 74 | 61 | 112 | 53 | 44 |
| Binary | 1110000 | 10000011 | 110100 | 1111 | 0 | 111100 | 110001 | 1001010 | 101011 | 100100 |
Color Harmonies of #708334
Complementary color
Monochromatic Colors of #708334
Black with #708334
Text Example
Text Example
White with #708334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708334; }
p { color: rgb(112,131,52); }
H1.HeaderClassName
{
color: #708334;
}
.AnyTagClassName
{
color: #708334;
}
</style>
background-color css
<style>
a { background-color: #708334; }
a { background-color: rgb(112,131,52); }
div.DivClassName
{
background-color: #708334;
}
.BgClassName
{
background-color: #708334;
}
</style>
border-color css
<style>
span { border-color: #708334; }
span { border-color: rgb(112,131,52); }
td.TdClassName
{
border-color: #708334;
}
.TagClassName
{
border-color: #708334;
}
</style>