Shades of Olive Drab #708A32
Tints of Olive Drab #708A32
RGB
CMYK
RGB Variations
Color information
#708A32 (or 0x708A32) is known color: Olive Drab. HEX triplet: 70, 8A and 32. RGB value is (112,138,50). Sum of RGB (Red+Green+Blue) = 112+138+50=300 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.33% from 300); Green value is 138 (54.30% from 255 or 46% from 300); Blue value is 50 (19.92% from 255 or 16.67% from 300); Max value from RGB is 138 - color contains mainly: green. Hex color #708A32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708A32 is #8F75CD. Grayscale: #787878. Windows color (decimal): -9401806 or 3312240. OLE color: 3312240.
HSL color Cylindrical-coordinate representation of color #708A32: hue angle of 77.73º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #708A32 is Cyan = 0.19, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 112 | 138 | 50 | - |
| CMYK | 0.19 | 0 | 0.64 | 0.46 |
| HSL | 77.73º | 0.47% | 0.37% | - |
| HSV(B) | 77.73º | 0.64% | 0.54% | - |
| XYZ | 16.35 | 21.85 | 6.37 | - |
| YUV | 120.19 | 88.39 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 138 | 50 | 0.19 | 0 | 0.64 | 0.46 | 77.73 | 0.47 | 0.37 |
| Hex | 70 | 8A | 32 | 13 | 0 | 40 | 2E | 4E | 2F | 25 |
| Octal | 160 | 212 | 62 | 23 | 0 | 100 | 56 | 116 | 57 | 45 |
| Binary | 1110000 | 10001010 | 110010 | 10011 | 0 | 1000000 | 101110 | 1001110 | 101111 | 100101 |
Color Harmonies of #708A32
Complementary color
Monochromatic Colors of #708A32
Black with #708A32
Text Example
Text Example
White with #708A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708A32; }
p { color: rgb(112,138,50); }
H1.HeaderClassName
{
color: #708A32;
}
.AnyTagClassName
{
color: #708A32;
}
</style>
background-color css
<style>
a { background-color: #708A32; }
a { background-color: rgb(112,138,50); }
div.DivClassName
{
background-color: #708A32;
}
.BgClassName
{
background-color: #708A32;
}
</style>
border-color css
<style>
span { border-color: #708A32; }
span { border-color: rgb(112,138,50); }
td.TdClassName
{
border-color: #708A32;
}
.TagClassName
{
border-color: #708A32;
}
</style>