Shades of Olive Drab #708D38
Tints of Olive Drab #708D38
RGB
CMYK
RGB Variations
Color information
#708D38 (or 0x708D38) is known color: Olive Drab. HEX triplet: 70, 8D and 38. RGB value is (112,141,56). Sum of RGB (Red+Green+Blue) = 112+141+56=309 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.25% from 309); Green value is 141 (55.47% from 255 or 45.63% from 309); Blue value is 56 (22.27% from 255 or 18.12% from 309); Max value from RGB is 141 - color contains mainly: green. Hex color #708D38 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708D38 is #8F72C7. Grayscale: #7A7A7A. Windows color (decimal): -9401032 or 3706224. OLE color: 3706224.
HSL color Cylindrical-coordinate representation of color #708D38: hue angle of 80.47º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #708D38 is Cyan = 0.21, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 112 | 141 | 56 | - |
| CMYK | 0.21 | 0 | 0.60 | 0.45 |
| HSL | 80.47º | 0.43% | 0.39% | - |
| HSV(B) | 80.47º | 0.6% | 0.55% | - |
| XYZ | 16.92 | 22.78 | 7.25 | - |
| YUV | 122.64 | 90.39 | 120.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 141 | 56 | 0.21 | 0 | 0.60 | 0.45 | 80.47 | 0.43 | 0.39 |
| Hex | 70 | 8D | 38 | 15 | 0 | 3C | 2D | 50 | 2B | 27 |
| Octal | 160 | 215 | 70 | 25 | 0 | 74 | 55 | 120 | 53 | 47 |
| Binary | 1110000 | 10001101 | 111000 | 10101 | 0 | 111100 | 101101 | 1010000 | 101011 | 100111 |
Color Harmonies of #708D38
Complementary color
Monochromatic Colors of #708D38
Black with #708D38
Text Example
Text Example
White with #708D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708D38; }
p { color: rgb(112,141,56); }
H1.HeaderClassName
{
color: #708D38;
}
.AnyTagClassName
{
color: #708D38;
}
</style>
background-color css
<style>
a { background-color: #708D38; }
a { background-color: rgb(112,141,56); }
div.DivClassName
{
background-color: #708D38;
}
.BgClassName
{
background-color: #708D38;
}
</style>
border-color css
<style>
span { border-color: #708D38; }
span { border-color: rgb(112,141,56); }
td.TdClassName
{
border-color: #708D38;
}
.TagClassName
{
border-color: #708D38;
}
</style>