Shades of Olive Drab #708A15
Tints of Olive Drab #708A15
RGB
CMYK
RGB Variations
Color information
#708A15 (or 0x708A15) is known color: Olive Drab. HEX triplet: 70, 8A and 15. RGB value is (112,138,21). Sum of RGB (Red+Green+Blue) = 112+138+21=271 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.33% from 271); Green value is 138 (54.30% from 255 or 50.92% from 271); Blue value is 21 (8.59% from 255 or 7.75% from 271); Max value from RGB is 138 - color contains mainly: green. Hex color #708A15 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #708A15 is #8F75EA. Grayscale: #757575. Windows color (decimal): -9401835 or 1411696. OLE color: 1411696.
HSL color Cylindrical-coordinate representation of color #708A15: hue angle of 73.33º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #708A15 is Cyan = 0.19, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 112 | 138 | 21 | - |
| CMYK | 0.19 | 0 | 0.85 | 0.46 |
| HSL | 73.33º | 0.74% | 0.31% | - |
| HSV(B) | 73.33º | 0.85% | 0.54% | - |
| XYZ | 15.91 | 21.68 | 4.05 | - |
| YUV | 116.89 | 73.89 | 124.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 138 | 21 | 0.19 | 0 | 0.85 | 0.46 | 73.33 | 0.74 | 0.31 |
| Hex | 70 | 8A | 15 | 13 | 0 | 55 | 2E | 49 | 4A | 1F |
| Octal | 160 | 212 | 25 | 23 | 0 | 125 | 56 | 111 | 112 | 37 |
| Binary | 1110000 | 10001010 | 10101 | 10011 | 0 | 1010101 | 101110 | 1001001 | 1001010 | 11111 |
Color Harmonies of #708A15
Complementary color
Monochromatic Colors of #708A15
Black with #708A15
Text Example
Text Example
White with #708A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708A15; }
p { color: rgb(112,138,21); }
H1.HeaderClassName
{
color: #708A15;
}
.AnyTagClassName
{
color: #708A15;
}
</style>
background-color css
<style>
a { background-color: #708A15; }
a { background-color: rgb(112,138,21); }
div.DivClassName
{
background-color: #708A15;
}
.BgClassName
{
background-color: #708A15;
}
</style>
border-color css
<style>
span { border-color: #708A15; }
span { border-color: rgb(112,138,21); }
td.TdClassName
{
border-color: #708A15;
}
.TagClassName
{
border-color: #708A15;
}
</style>