Shades of Olive #70780A
Tints of Olive #70780A
RGB
CMYK
RGB Variations
Color information
#70780A (or 0x70780A) is known color: Olive. HEX triplet: 70, 78 and 0A. RGB value is (112,120,10). Sum of RGB (Red+Green+Blue) = 112+120+10=242 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.28% from 242); Green value is 120 (47.27% from 255 or 49.59% from 242); Blue value is 10 (4.30% from 255 or 4.13% from 242); Max value from RGB is 120 - color contains mainly: green. Hex color #70780A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #70780A is #8F87F5. Grayscale: #696969. Windows color (decimal): -9406454 or 686192. OLE color: 686192.
HSL color Cylindrical-coordinate representation of color #70780A: hue angle of 64.36º degrees, saturation: 0.85, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #70780A is Cyan = 0.07, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 112 | 120 | 10 | - |
| CMYK | 0.07 | 0 | 0.92 | 0.53 |
| HSL | 64.36º | 0.85% | 0.25% | - |
| HSV(B) | 64.36º | 0.92% | 0.47% | - |
| XYZ | 13.45 | 16.9 | 2.84 | - |
| YUV | 105.07 | 74.35 | 132.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 120 | 10 | 0.07 | 0 | 0.92 | 0.53 | 64.36 | 0.85 | 0.25 |
| Hex | 70 | 78 | A | 7 | 0 | 5C | 35 | 40 | 55 | 19 |
| Octal | 160 | 170 | 12 | 7 | 0 | 134 | 65 | 100 | 125 | 31 |
| Binary | 1110000 | 1111000 | 1010 | 111 | 0 | 1011100 | 110101 | 1000000 | 1010101 | 11001 |
Color Harmonies of #70780A
Complementary color
Monochromatic Colors of #70780A
Black with #70780A
Text Example
Text Example
White with #70780A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70780A; }
p { color: rgb(112,120,10); }
H1.HeaderClassName
{
color: #70780A;
}
.AnyTagClassName
{
color: #70780A;
}
</style>
background-color css
<style>
a { background-color: #70780A; }
a { background-color: rgb(112,120,10); }
div.DivClassName
{
background-color: #70780A;
}
.BgClassName
{
background-color: #70780A;
}
</style>
border-color css
<style>
span { border-color: #70780A; }
span { border-color: rgb(112,120,10); }
td.TdClassName
{
border-color: #70780A;
}
.TagClassName
{
border-color: #70780A;
}
</style>