Shades of Olive #70780D
Tints of Olive #70780D
RGB
CMYK
RGB Variations
Color information
#70780D (or 0x70780D) is known color: Olive. HEX triplet: 70, 78 and 0D. RGB value is (112,120,13). Sum of RGB (Red+Green+Blue) = 112+120+13=245 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.71% from 245); Green value is 120 (47.27% from 255 or 48.98% from 245); Blue value is 13 (5.47% from 255 or 5.31% from 245); Max value from RGB is 120 - color contains mainly: green. Hex color #70780D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #70780D is #8F87F2. Grayscale: #696969. Windows color (decimal): -9406451 or 882800. OLE color: 882800.
HSL color Cylindrical-coordinate representation of color #70780D: hue angle of 64.49º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #70780D is Cyan = 0.07, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 112 | 120 | 13 | - |
| CMYK | 0.07 | 0 | 0.89 | 0.53 |
| HSL | 64.49º | 0.8% | 0.26% | - |
| HSV(B) | 64.49º | 0.89% | 0.47% | - |
| XYZ | 13.47 | 16.91 | 2.93 | - |
| YUV | 105.41 | 75.85 | 132.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 120 | 13 | 0.07 | 0 | 0.89 | 0.53 | 64.49 | 0.8 | 0.26 |
| Hex | 70 | 78 | D | 7 | 0 | 59 | 35 | 40 | 50 | 1A |
| Octal | 160 | 170 | 15 | 7 | 0 | 131 | 65 | 100 | 120 | 32 |
| Binary | 1110000 | 1111000 | 1101 | 111 | 0 | 1011001 | 110101 | 1000000 | 1010000 | 11010 |
Color Harmonies of #70780D
Complementary color
Monochromatic Colors of #70780D
Black with #70780D
Text Example
Text Example
White with #70780D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70780D; }
p { color: rgb(112,120,13); }
H1.HeaderClassName
{
color: #70780D;
}
.AnyTagClassName
{
color: #70780D;
}
</style>
background-color css
<style>
a { background-color: #70780D; }
a { background-color: rgb(112,120,13); }
div.DivClassName
{
background-color: #70780D;
}
.BgClassName
{
background-color: #70780D;
}
</style>
border-color css
<style>
span { border-color: #70780D; }
span { border-color: rgb(112,120,13); }
td.TdClassName
{
border-color: #70780D;
}
.TagClassName
{
border-color: #70780D;
}
</style>