Shades of Olive #70680A
Tints of Olive #70680A
RGB
CMYK
RGB Variations
Color information
#70680A (or 0x70680A) is known color: Olive. HEX triplet: 70, 68 and 0A. RGB value is (112,104,10). Sum of RGB (Red+Green+Blue) = 112+104+10=226 (29% of max value = 765). Red value is 112 (44.14% from 255 or 49.56% from 226); Green value is 104 (41.02% from 255 or 46.02% from 226); Blue value is 10 (4.30% from 255 or 4.42% from 226); Max value from RGB is 112 - color contains mainly: red. Hex color #70680A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #70680A is #8F97F5. Grayscale: #606060. Windows color (decimal): -9410550 or 682096. OLE color: 682096.
HSL color Cylindrical-coordinate representation of color #70680A: hue angle of 55.29º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #70680A is Cyan = 0, Magento = 0.07, Yellow = 0.91 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 104 | 10 | - |
| CMYK | 0 | 0.07 | 0.91 | 0.56 |
| HSL | 55.29º | 0.84% | 0.24% | - |
| HSV(B) | 55.29º | 0.91% | 0.44% | - |
| XYZ | 11.69 | 13.37 | 2.25 | - |
| YUV | 95.68 | 79.65 | 139.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 104 | 10 | 0 | 0.07 | 0.91 | 0.56 | 55.29 | 0.84 | 0.24 |
| Hex | 70 | 68 | A | 0 | 7 | 5B | 38 | 37 | 54 | 18 |
| Octal | 160 | 150 | 12 | 0 | 7 | 133 | 70 | 67 | 124 | 30 |
| Binary | 1110000 | 1101000 | 1010 | 0 | 111 | 1011011 | 111000 | 110111 | 1010100 | 11000 |
Color Harmonies of #70680A
Complementary color
Monochromatic Colors of #70680A
Black with #70680A
Text Example
Text Example
White with #70680A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70680A; }
p { color: rgb(112,104,10); }
H1.HeaderClassName
{
color: #70680A;
}
.AnyTagClassName
{
color: #70680A;
}
</style>
background-color css
<style>
a { background-color: #70680A; }
a { background-color: rgb(112,104,10); }
div.DivClassName
{
background-color: #70680A;
}
.BgClassName
{
background-color: #70680A;
}
</style>
border-color css
<style>
span { border-color: #70680A; }
span { border-color: rgb(112,104,10); }
td.TdClassName
{
border-color: #70680A;
}
.TagClassName
{
border-color: #70680A;
}
</style>