Shades of Olive Drab #708A13
Tints of Olive Drab #708A13
RGB
CMYK
RGB Variations
Color information
#708A13 (or 0x708A13) is known color: Olive Drab. HEX triplet: 70, 8A and 13. RGB value is (112,138,19). Sum of RGB (Red+Green+Blue) = 112+138+19=269 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.64% from 269); Green value is 138 (54.30% from 255 or 51.30% from 269); Blue value is 19 (7.81% from 255 or 7.06% from 269); Max value from RGB is 138 - color contains mainly: green. Hex color #708A13 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #708A13 is #8F75EC. Grayscale: #757575. Windows color (decimal): -9401837 or 1280624. OLE color: 1280624.
HSL color Cylindrical-coordinate representation of color #708A13: hue angle of 73.11º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #708A13 is Cyan = 0.19, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 112 | 138 | 19 | - |
| CMYK | 0.19 | 0 | 0.86 | 0.46 |
| HSL | 73.11º | 0.76% | 0.31% | - |
| HSV(B) | 73.11º | 0.86% | 0.54% | - |
| XYZ | 15.89 | 21.67 | 3.96 | - |
| YUV | 116.66 | 72.89 | 124.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 138 | 19 | 0.19 | 0 | 0.86 | 0.46 | 73.11 | 0.76 | 0.31 |
| Hex | 70 | 8A | 13 | 13 | 0 | 56 | 2E | 49 | 4C | 1F |
| Octal | 160 | 212 | 23 | 23 | 0 | 126 | 56 | 111 | 114 | 37 |
| Binary | 1110000 | 10001010 | 10011 | 10011 | 0 | 1010110 | 101110 | 1001001 | 1001100 | 11111 |
Color Harmonies of #708A13
Complementary color
Monochromatic Colors of #708A13
Black with #708A13
Text Example
Text Example
White with #708A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708A13; }
p { color: rgb(112,138,19); }
H1.HeaderClassName
{
color: #708A13;
}
.AnyTagClassName
{
color: #708A13;
}
</style>
background-color css
<style>
a { background-color: #708A13; }
a { background-color: rgb(112,138,19); }
div.DivClassName
{
background-color: #708A13;
}
.BgClassName
{
background-color: #708A13;
}
</style>
border-color css
<style>
span { border-color: #708A13; }
span { border-color: rgb(112,138,19); }
td.TdClassName
{
border-color: #708A13;
}
.TagClassName
{
border-color: #708A13;
}
</style>