Shades of Olive Drab #708238
Tints of Olive Drab #708238
RGB
CMYK
RGB Variations
Color information
#708238 (or 0x708238) is known color: Olive Drab. HEX triplet: 70, 82 and 38. RGB value is (112,130,56). Sum of RGB (Red+Green+Blue) = 112+130+56=298 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.58% from 298); Green value is 130 (51.17% from 255 or 43.62% from 298); Blue value is 56 (22.27% from 255 or 18.79% from 298); Max value from RGB is 130 - color contains mainly: green. Hex color #708238 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708238 is #8F7DC7. Grayscale: #747474. Windows color (decimal): -9403848 or 3703408. OLE color: 3703408.
HSL color Cylindrical-coordinate representation of color #708238: hue angle of 74.59º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #708238 is Cyan = 0.14, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 112 | 130 | 56 | - |
| CMYK | 0.14 | 0 | 0.57 | 0.49 |
| HSL | 74.59º | 0.4% | 0.36% | - |
| HSV(B) | 74.59º | 0.57% | 0.51% | - |
| XYZ | 15.38 | 19.7 | 6.73 | - |
| YUV | 116.18 | 94.04 | 125.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 130 | 56 | 0.14 | 0 | 0.57 | 0.49 | 74.59 | 0.4 | 0.36 |
| Hex | 70 | 82 | 38 | E | 0 | 39 | 31 | 4B | 28 | 24 |
| Octal | 160 | 202 | 70 | 16 | 0 | 71 | 61 | 113 | 50 | 44 |
| Binary | 1110000 | 10000010 | 111000 | 1110 | 0 | 111001 | 110001 | 1001011 | 101000 | 100100 |
Color Harmonies of #708238
Complementary color
Monochromatic Colors of #708238
Black with #708238
Text Example
Text Example
White with #708238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708238; }
p { color: rgb(112,130,56); }
H1.HeaderClassName
{
color: #708238;
}
.AnyTagClassName
{
color: #708238;
}
</style>
background-color css
<style>
a { background-color: #708238; }
a { background-color: rgb(112,130,56); }
div.DivClassName
{
background-color: #708238;
}
.BgClassName
{
background-color: #708238;
}
</style>
border-color css
<style>
span { border-color: #708238; }
span { border-color: rgb(112,130,56); }
td.TdClassName
{
border-color: #708238;
}
.TagClassName
{
border-color: #708238;
}
</style>