Shades of Olive #706A06
Tints of Olive #706A06
RGB
CMYK
RGB Variations
Color information
#706A06 (or 0x706A06) is known color: Olive. HEX triplet: 70, 6A and 06. RGB value is (112,106,6). Sum of RGB (Red+Green+Blue) = 112+106+6=224 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50% from 224); Green value is 106 (41.80% from 255 or 47.32% from 224); Blue value is 6 (2.73% from 255 or 2.68% from 224); Max value from RGB is 112 - color contains mainly: red. Hex color #706A06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706A06 is #8F95F9. Grayscale: #606060. Windows color (decimal): -9410042 or 420464. OLE color: 420464.
HSL color Cylindrical-coordinate representation of color #706A06: hue angle of 56.6º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #706A06 is Cyan = 0, Magento = 0.05, Yellow = 0.95 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 106 | 6 | - |
| CMYK | 0 | 0.05 | 0.95 | 0.56 |
| HSL | 56.6º | 0.9% | 0.23% | - |
| HSV(B) | 56.6º | 0.95% | 0.44% | - |
| XYZ | 11.87 | 13.77 | 2.2 | - |
| YUV | 96.39 | 76.99 | 139.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 106 | 6 | 0 | 0.05 | 0.95 | 0.56 | 56.6 | 0.9 | 0.23 |
| Hex | 70 | 6A | 6 | 0 | 5 | 5F | 38 | 39 | 5A | 17 |
| Octal | 160 | 152 | 6 | 0 | 5 | 137 | 70 | 71 | 132 | 27 |
| Binary | 1110000 | 1101010 | 110 | 0 | 101 | 1011111 | 111000 | 111001 | 1011010 | 10111 |
Color Harmonies of #706A06
Complementary color
Monochromatic Colors of #706A06
Black with #706A06
Text Example
Text Example
White with #706A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706A06; }
p { color: rgb(112,106,6); }
H1.HeaderClassName
{
color: #706A06;
}
.AnyTagClassName
{
color: #706A06;
}
</style>
background-color css
<style>
a { background-color: #706A06; }
a { background-color: rgb(112,106,6); }
div.DivClassName
{
background-color: #706A06;
}
.BgClassName
{
background-color: #706A06;
}
</style>
border-color css
<style>
span { border-color: #706A06; }
span { border-color: rgb(112,106,6); }
td.TdClassName
{
border-color: #706A06;
}
.TagClassName
{
border-color: #706A06;
}
</style>