Shades of Olive #708A08
Tints of Olive #708A08
RGB
CMYK
RGB Variations
Color information
#708A08 (or 0x708A08) is known color: Olive. HEX triplet: 70, 8A and 08. RGB value is (112,138,8). Sum of RGB (Red+Green+Blue) = 112+138+8=258 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.41% from 258); Green value is 138 (54.30% from 255 or 53.49% from 258); Blue value is 8 (3.52% from 255 or 3.10% from 258); Max value from RGB is 138 - color contains mainly: green. Hex color #708A08 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #708A08 is #8F75F7. Grayscale: #737373. Windows color (decimal): -9401848 or 559728. OLE color: 559728.
HSL color Cylindrical-coordinate representation of color #708A08: hue angle of 72º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #708A08 is Cyan = 0.19, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 112 | 138 | 8 | - |
| CMYK | 0.19 | 0 | 0.94 | 0.46 |
| HSL | 72º | 0.89% | 0.29% | - |
| HSV(B) | 72º | 0.94% | 0.54% | - |
| XYZ | 15.81 | 21.64 | 3.57 | - |
| YUV | 115.41 | 67.39 | 125.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 138 | 8 | 0.19 | 0 | 0.94 | 0.46 | 72 | 0.89 | 0.29 |
| Hex | 70 | 8A | 8 | 13 | 0 | 5E | 2E | 48 | 59 | 1D |
| Octal | 160 | 212 | 10 | 23 | 0 | 136 | 56 | 110 | 131 | 35 |
| Binary | 1110000 | 10001010 | 1000 | 10011 | 0 | 1011110 | 101110 | 1001000 | 1011001 | 11101 |
Color Harmonies of #708A08
Complementary color
Monochromatic Colors of #708A08
Black with #708A08
Text Example
Text Example
White with #708A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708A08; }
p { color: rgb(112,138,8); }
H1.HeaderClassName
{
color: #708A08;
}
.AnyTagClassName
{
color: #708A08;
}
</style>
background-color css
<style>
a { background-color: #708A08; }
a { background-color: rgb(112,138,8); }
div.DivClassName
{
background-color: #708A08;
}
.BgClassName
{
background-color: #708A08;
}
</style>
border-color css
<style>
span { border-color: #708A08; }
span { border-color: rgb(112,138,8); }
td.TdClassName
{
border-color: #708A08;
}
.TagClassName
{
border-color: #708A08;
}
</style>