Shades of Olive #706A05
Tints of Olive #706A05
RGB
CMYK
RGB Variations
Color information
#706A05 (or 0x706A05) is known color: Olive. HEX triplet: 70, 6A and 05. RGB value is (112,106,5). Sum of RGB (Red+Green+Blue) = 112+106+5=223 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.22% from 223); Green value is 106 (41.80% from 255 or 47.53% from 223); Blue value is 5 (2.34% from 255 or 2.24% from 223); Max value from RGB is 112 - color contains mainly: red. Hex color #706A05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706A05 is #8F95FA. Grayscale: #606060. Windows color (decimal): -9410043 or 354928. OLE color: 354928.
HSL color Cylindrical-coordinate representation of color #706A05: hue angle of 56.64º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #706A05 is Cyan = 0, Magento = 0.05, Yellow = 0.96 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 106 | 5 | - |
| CMYK | 0 | 0.05 | 0.96 | 0.56 |
| HSL | 56.64º | 0.91% | 0.23% | - |
| HSV(B) | 56.64º | 0.96% | 0.44% | - |
| XYZ | 11.86 | 13.76 | 2.17 | - |
| YUV | 96.28 | 76.49 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 106 | 5 | 0 | 0.05 | 0.96 | 0.56 | 56.64 | 0.91 | 0.23 |
| Hex | 70 | 6A | 5 | 0 | 5 | 60 | 38 | 39 | 5B | 17 |
| Octal | 160 | 152 | 5 | 0 | 5 | 140 | 70 | 71 | 133 | 27 |
| Binary | 1110000 | 1101010 | 101 | 0 | 101 | 1100000 | 111000 | 111001 | 1011011 | 10111 |
Color Harmonies of #706A05
Complementary color
Monochromatic Colors of #706A05
Black with #706A05
Text Example
Text Example
White with #706A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706A05; }
p { color: rgb(112,106,5); }
H1.HeaderClassName
{
color: #706A05;
}
.AnyTagClassName
{
color: #706A05;
}
</style>
background-color css
<style>
a { background-color: #706A05; }
a { background-color: rgb(112,106,5); }
div.DivClassName
{
background-color: #706A05;
}
.BgClassName
{
background-color: #706A05;
}
</style>
border-color css
<style>
span { border-color: #706A05; }
span { border-color: rgb(112,106,5); }
td.TdClassName
{
border-color: #706A05;
}
.TagClassName
{
border-color: #706A05;
}
</style>