Shades of Olive #706C0A
Tints of Olive #706C0A
RGB
CMYK
RGB Variations
Color information
#706C0A (or 0x706C0A) is known color: Olive. HEX triplet: 70, 6C and 0A. RGB value is (112,108,10). Sum of RGB (Red+Green+Blue) = 112+108+10=230 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.70% from 230); Green value is 108 (42.58% from 255 or 46.96% from 230); Blue value is 10 (4.30% from 255 or 4.35% from 230); Max value from RGB is 112 - color contains mainly: red. Hex color #706C0A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706C0A is #8F93F5. Grayscale: #626262. Windows color (decimal): -9409526 or 683120. OLE color: 683120.
HSL color Cylindrical-coordinate representation of color #706C0A: hue angle of 57.65º 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 #706C0A is Cyan = 0, Magento = 0.04, Yellow = 0.91 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 108 | 10 | - |
| CMYK | 0 | 0.04 | 0.91 | 0.56 |
| HSL | 57.65º | 0.84% | 0.24% | - |
| HSV(B) | 57.65º | 0.91% | 0.44% | - |
| XYZ | 12.1 | 14.19 | 2.39 | - |
| YUV | 98.02 | 78.33 | 137.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 108 | 10 | 0 | 0.04 | 0.91 | 0.56 | 57.65 | 0.84 | 0.24 |
| Hex | 70 | 6C | A | 0 | 4 | 5B | 38 | 3A | 54 | 18 |
| Octal | 160 | 154 | 12 | 0 | 4 | 133 | 70 | 72 | 124 | 30 |
| Binary | 1110000 | 1101100 | 1010 | 0 | 100 | 1011011 | 111000 | 111010 | 1010100 | 11000 |
Color Harmonies of #706C0A
Complementary color
Monochromatic Colors of #706C0A
Black with #706C0A
Text Example
Text Example
White with #706C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706C0A; }
p { color: rgb(112,108,10); }
H1.HeaderClassName
{
color: #706C0A;
}
.AnyTagClassName
{
color: #706C0A;
}
</style>
background-color css
<style>
a { background-color: #706C0A; }
a { background-color: rgb(112,108,10); }
div.DivClassName
{
background-color: #706C0A;
}
.BgClassName
{
background-color: #706C0A;
}
</style>
border-color css
<style>
span { border-color: #706C0A; }
span { border-color: rgb(112,108,10); }
td.TdClassName
{
border-color: #706C0A;
}
.TagClassName
{
border-color: #706C0A;
}
</style>