Shades of Olive Drab #708B19
Tints of Olive Drab #708B19
RGB
CMYK
RGB Variations
Color information
#708B19 (or 0x708B19) is known color: Olive Drab. HEX triplet: 70, 8B and 19. RGB value is (112,139,25). Sum of RGB (Red+Green+Blue) = 112+139+25=276 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.58% from 276); Green value is 139 (54.69% from 255 or 50.36% from 276); Blue value is 25 (10.16% from 255 or 9.06% from 276); Max value from RGB is 139 - color contains mainly: green. Hex color #708B19 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #708B19 is #8F74E6. Grayscale: #767676. Windows color (decimal): -9401575 or 1674096. OLE color: 1674096.
HSL color Cylindrical-coordinate representation of color #708B19: hue angle of 74.21º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #708B19 is Cyan = 0.19, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 112 | 139 | 25 | - |
| CMYK | 0.19 | 0 | 0.82 | 0.45 |
| HSL | 74.21º | 0.7% | 0.32% | - |
| HSV(B) | 74.21º | 0.82% | 0.55% | - |
| XYZ | 16.09 | 21.98 | 4.31 | - |
| YUV | 117.93 | 75.55 | 123.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 139 | 25 | 0.19 | 0 | 0.82 | 0.45 | 74.21 | 0.7 | 0.32 |
| Hex | 70 | 8B | 19 | 13 | 0 | 52 | 2D | 4A | 46 | 20 |
| Octal | 160 | 213 | 31 | 23 | 0 | 122 | 55 | 112 | 106 | 40 |
| Binary | 1110000 | 10001011 | 11001 | 10011 | 0 | 1010010 | 101101 | 1001010 | 1000110 | 100000 |
Color Harmonies of #708B19
Complementary color
Monochromatic Colors of #708B19
Black with #708B19
Text Example
Text Example
White with #708B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708B19; }
p { color: rgb(112,139,25); }
H1.HeaderClassName
{
color: #708B19;
}
.AnyTagClassName
{
color: #708B19;
}
</style>
background-color css
<style>
a { background-color: #708B19; }
a { background-color: rgb(112,139,25); }
div.DivClassName
{
background-color: #708B19;
}
.BgClassName
{
background-color: #708B19;
}
</style>
border-color css
<style>
span { border-color: #708B19; }
span { border-color: rgb(112,139,25); }
td.TdClassName
{
border-color: #708B19;
}
.TagClassName
{
border-color: #708B19;
}
</style>