Shades of Olive Drab #708328
Tints of Olive Drab #708328
RGB
CMYK
RGB Variations
Color information
#708328 (or 0x708328) is known color: Olive Drab. HEX triplet: 70, 83 and 28. RGB value is (112,131,40). Sum of RGB (Red+Green+Blue) = 112+131+40=283 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.58% from 283); Green value is 131 (51.56% from 255 or 46.29% from 283); Blue value is 40 (16.02% from 255 or 14.13% from 283); Max value from RGB is 131 - color contains mainly: green. Hex color #708328 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708328 is #8F7CD7. Grayscale: #737373. Windows color (decimal): -9403608 or 2655088. OLE color: 2655088.
HSL color Cylindrical-coordinate representation of color #708328: hue angle of 72.53º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #708328 is Cyan = 0.15, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 112 | 131 | 40 | - |
| CMYK | 0.15 | 0 | 0.69 | 0.49 |
| HSL | 72.53º | 0.53% | 0.34% | - |
| HSV(B) | 72.53º | 0.69% | 0.51% | - |
| XYZ | 15.18 | 19.83 | 5.04 | - |
| YUV | 114.95 | 85.71 | 125.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 131 | 40 | 0.15 | 0 | 0.69 | 0.49 | 72.53 | 0.53 | 0.34 |
| Hex | 70 | 83 | 28 | F | 0 | 45 | 31 | 49 | 35 | 22 |
| Octal | 160 | 203 | 50 | 17 | 0 | 105 | 61 | 111 | 65 | 42 |
| Binary | 1110000 | 10000011 | 101000 | 1111 | 0 | 1000101 | 110001 | 1001001 | 110101 | 100010 |
Color Harmonies of #708328
Complementary color
Monochromatic Colors of #708328
Black with #708328
Text Example
Text Example
White with #708328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708328; }
p { color: rgb(112,131,40); }
H1.HeaderClassName
{
color: #708328;
}
.AnyTagClassName
{
color: #708328;
}
</style>
background-color css
<style>
a { background-color: #708328; }
a { background-color: rgb(112,131,40); }
div.DivClassName
{
background-color: #708328;
}
.BgClassName
{
background-color: #708328;
}
</style>
border-color css
<style>
span { border-color: #708328; }
span { border-color: rgb(112,131,40); }
td.TdClassName
{
border-color: #708328;
}
.TagClassName
{
border-color: #708328;
}
</style>