Shades of Olive Drab #708A2B
Tints of Olive Drab #708A2B
RGB
CMYK
RGB Variations
Color information
#708A2B (or 0x708A2B) is known color: Olive Drab. HEX triplet: 70, 8A and 2B. RGB value is (112,138,43). Sum of RGB (Red+Green+Blue) = 112+138+43=293 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.23% from 293); Green value is 138 (54.30% from 255 or 47.10% from 293); Blue value is 43 (17.19% from 255 or 14.68% from 293); Max value from RGB is 138 - color contains mainly: green. Hex color #708A2B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708A2B is #8F75D4. Grayscale: #777777. Windows color (decimal): -9401813 or 2853488. OLE color: 2853488.
HSL color Cylindrical-coordinate representation of color #708A2B: hue angle of 76.42º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #708A2B is Cyan = 0.19, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 112 | 138 | 43 | - |
| CMYK | 0.19 | 0 | 0.69 | 0.46 |
| HSL | 76.42º | 0.52% | 0.35% | - |
| HSV(B) | 76.42º | 0.69% | 0.54% | - |
| XYZ | 16.21 | 21.8 | 5.64 | - |
| YUV | 119.4 | 84.89 | 122.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 138 | 43 | 0.19 | 0 | 0.69 | 0.46 | 76.42 | 0.52 | 0.35 |
| Hex | 70 | 8A | 2B | 13 | 0 | 45 | 2E | 4C | 34 | 23 |
| Octal | 160 | 212 | 53 | 23 | 0 | 105 | 56 | 114 | 64 | 43 |
| Binary | 1110000 | 10001010 | 101011 | 10011 | 0 | 1000101 | 101110 | 1001100 | 110100 | 100011 |
Color Harmonies of #708A2B
Complementary color
Monochromatic Colors of #708A2B
Black with #708A2B
Text Example
Text Example
White with #708A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708A2B; }
p { color: rgb(112,138,43); }
H1.HeaderClassName
{
color: #708A2B;
}
.AnyTagClassName
{
color: #708A2B;
}
</style>
background-color css
<style>
a { background-color: #708A2B; }
a { background-color: rgb(112,138,43); }
div.DivClassName
{
background-color: #708A2B;
}
.BgClassName
{
background-color: #708A2B;
}
</style>
border-color css
<style>
span { border-color: #708A2B; }
span { border-color: rgb(112,138,43); }
td.TdClassName
{
border-color: #708A2B;
}
.TagClassName
{
border-color: #708A2B;
}
</style>