Shades of Olive #70800D
Tints of Olive #70800D
RGB
CMYK
RGB Variations
Color information
#70800D (or 0x70800D) is known color: Olive. HEX triplet: 70, 80 and 0D. RGB value is (112,128,13). Sum of RGB (Red+Green+Blue) = 112+128+13=253 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.27% from 253); Green value is 128 (50.39% from 255 or 50.59% from 253); Blue value is 13 (5.47% from 255 or 5.14% from 253); Max value from RGB is 128 - color contains mainly: green. Hex color #70800D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #70800D is #8F7FF2. Grayscale: #6E6E6E. Windows color (decimal): -9404403 or 884848. OLE color: 884848.
HSL color Cylindrical-coordinate representation of color #70800D: hue angle of 68.35º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #70800D is Cyan = 0.12, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 112 | 128 | 13 | - |
| CMYK | 0.12 | 0 | 0.90 | 0.50 |
| HSL | 68.35º | 0.82% | 0.28% | - |
| HSV(B) | 68.35º | 0.9% | 0.5% | - |
| XYZ | 14.47 | 18.91 | 3.27 | - |
| YUV | 110.11 | 73.2 | 129.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 128 | 13 | 0.12 | 0 | 0.90 | 0.50 | 68.35 | 0.82 | 0.28 |
| Hex | 70 | 80 | D | C | 0 | 5A | 32 | 44 | 52 | 1C |
| Octal | 160 | 200 | 15 | 14 | 0 | 132 | 62 | 104 | 122 | 34 |
| Binary | 1110000 | 10000000 | 1101 | 1100 | 0 | 1011010 | 110010 | 1000100 | 1010010 | 11100 |
Color Harmonies of #70800D
Complementary color
Monochromatic Colors of #70800D
Black with #70800D
Text Example
Text Example
White with #70800D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70800D; }
p { color: rgb(112,128,13); }
H1.HeaderClassName
{
color: #70800D;
}
.AnyTagClassName
{
color: #70800D;
}
</style>
background-color css
<style>
a { background-color: #70800D; }
a { background-color: rgb(112,128,13); }
div.DivClassName
{
background-color: #70800D;
}
.BgClassName
{
background-color: #70800D;
}
</style>
border-color css
<style>
span { border-color: #70800D; }
span { border-color: rgb(112,128,13); }
td.TdClassName
{
border-color: #70800D;
}
.TagClassName
{
border-color: #70800D;
}
</style>