Shades of Olive Drab #708A1C
Tints of Olive Drab #708A1C
RGB
CMYK
RGB Variations
Color information
#708A1C (or 0x708A1C) is known color: Olive Drab. HEX triplet: 70, 8A and 1C. RGB value is (112,138,28). Sum of RGB (Red+Green+Blue) = 112+138+28=278 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.29% from 278); Green value is 138 (54.30% from 255 or 49.64% from 278); Blue value is 28 (11.33% from 255 or 10.07% from 278); Max value from RGB is 138 - color contains mainly: green. Hex color #708A1C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708A1C is #8F75E3. Grayscale: #767676. Windows color (decimal): -9401828 or 1870448. OLE color: 1870448.
HSL color Cylindrical-coordinate representation of color #708A1C: hue angle of 74.18º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #708A1C is Cyan = 0.19, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 112 | 138 | 28 | - |
| CMYK | 0.19 | 0 | 0.80 | 0.46 |
| HSL | 74.18º | 0.66% | 0.33% | - |
| HSV(B) | 74.18º | 0.8% | 0.54% | - |
| XYZ | 15.98 | 21.71 | 4.45 | - |
| YUV | 117.69 | 77.39 | 123.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 138 | 28 | 0.19 | 0 | 0.80 | 0.46 | 74.18 | 0.66 | 0.33 |
| Hex | 70 | 8A | 1C | 13 | 0 | 50 | 2E | 4A | 42 | 21 |
| Octal | 160 | 212 | 34 | 23 | 0 | 120 | 56 | 112 | 102 | 41 |
| Binary | 1110000 | 10001010 | 11100 | 10011 | 0 | 1010000 | 101110 | 1001010 | 1000010 | 100001 |
Color Harmonies of #708A1C
Complementary color
Monochromatic Colors of #708A1C
Black with #708A1C
Text Example
Text Example
White with #708A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708A1C; }
p { color: rgb(112,138,28); }
H1.HeaderClassName
{
color: #708A1C;
}
.AnyTagClassName
{
color: #708A1C;
}
</style>
background-color css
<style>
a { background-color: #708A1C; }
a { background-color: rgb(112,138,28); }
div.DivClassName
{
background-color: #708A1C;
}
.BgClassName
{
background-color: #708A1C;
}
</style>
border-color css
<style>
span { border-color: #708A1C; }
span { border-color: rgb(112,138,28); }
td.TdClassName
{
border-color: #708A1C;
}
.TagClassName
{
border-color: #708A1C;
}
</style>