Shades of Olive Drab #708F26
Tints of Olive Drab #708F26
RGB
CMYK
RGB Variations
Color information
#708F26 (or 0x708F26) is known color: Olive Drab. HEX triplet: 70, 8F and 26. RGB value is (112,143,38). Sum of RGB (Red+Green+Blue) = 112+143+38=293 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.23% from 293); Green value is 143 (56.25% from 255 or 48.81% from 293); Blue value is 38 (15.23% from 255 or 12.97% from 293); Max value from RGB is 143 - color contains mainly: green. Hex color #708F26 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708F26 is #8F70D9. Grayscale: #7A7A7A. Windows color (decimal): -9400538 or 2527088. OLE color: 2527088.
HSL color Cylindrical-coordinate representation of color #708F26: hue angle of 77.71º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #708F26 is Cyan = 0.22, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 112 | 143 | 38 | - |
| CMYK | 0.22 | 0 | 0.73 | 0.44 |
| HSL | 77.71º | 0.58% | 0.35% | - |
| HSV(B) | 77.71º | 0.73% | 0.56% | - |
| XYZ | 16.85 | 23.23 | 5.43 | - |
| YUV | 121.76 | 80.73 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 143 | 38 | 0.22 | 0 | 0.73 | 0.44 | 77.71 | 0.58 | 0.35 |
| Hex | 70 | 8F | 26 | 16 | 0 | 49 | 2C | 4E | 3A | 23 |
| Octal | 160 | 217 | 46 | 26 | 0 | 111 | 54 | 116 | 72 | 43 |
| Binary | 1110000 | 10001111 | 100110 | 10110 | 0 | 1001001 | 101100 | 1001110 | 111010 | 100011 |
Color Harmonies of #708F26
Complementary color
Monochromatic Colors of #708F26
Black with #708F26
Text Example
Text Example
White with #708F26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708F26; }
p { color: rgb(112,143,38); }
H1.HeaderClassName
{
color: #708F26;
}
.AnyTagClassName
{
color: #708F26;
}
</style>
background-color css
<style>
a { background-color: #708F26; }
a { background-color: rgb(112,143,38); }
div.DivClassName
{
background-color: #708F26;
}
.BgClassName
{
background-color: #708F26;
}
</style>
border-color css
<style>
span { border-color: #708F26; }
span { border-color: rgb(112,143,38); }
td.TdClassName
{
border-color: #708F26;
}
.TagClassName
{
border-color: #708F26;
}
</style>