Shades of Olive #706B05
Tints of Olive #706B05
RGB
CMYK
RGB Variations
Color information
#706B05 (or 0x706B05) is known color: Olive. HEX triplet: 70, 6B and 05. RGB value is (112,107,5). Sum of RGB (Red+Green+Blue) = 112+107+5=224 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50% from 224); Green value is 107 (42.19% from 255 or 47.77% from 224); Blue value is 5 (2.34% from 255 or 2.23% from 224); Max value from RGB is 112 - color contains mainly: red. Hex color #706B05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706B05 is #8F94FA. Grayscale: #616161. Windows color (decimal): -9409787 or 355184. OLE color: 355184.
HSL color Cylindrical-coordinate representation of color #706B05: hue angle of 57.2º 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 #706B05 is Cyan = 0, Magento = 0.04, Yellow = 0.96 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 107 | 5 | - |
| CMYK | 0 | 0.04 | 0.96 | 0.56 |
| HSL | 57.2º | 0.91% | 0.23% | - |
| HSV(B) | 57.2º | 0.96% | 0.44% | - |
| XYZ | 11.97 | 13.97 | 2.21 | - |
| YUV | 96.87 | 76.16 | 138.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 107 | 5 | 0 | 0.04 | 0.96 | 0.56 | 57.2 | 0.91 | 0.23 |
| Hex | 70 | 6B | 5 | 0 | 4 | 60 | 38 | 39 | 5B | 17 |
| Octal | 160 | 153 | 5 | 0 | 4 | 140 | 70 | 71 | 133 | 27 |
| Binary | 1110000 | 1101011 | 101 | 0 | 100 | 1100000 | 111000 | 111001 | 1011011 | 10111 |
Color Harmonies of #706B05
Complementary color
Monochromatic Colors of #706B05
Black with #706B05
Text Example
Text Example
White with #706B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706B05; }
p { color: rgb(112,107,5); }
H1.HeaderClassName
{
color: #706B05;
}
.AnyTagClassName
{
color: #706B05;
}
</style>
background-color css
<style>
a { background-color: #706B05; }
a { background-color: rgb(112,107,5); }
div.DivClassName
{
background-color: #706B05;
}
.BgClassName
{
background-color: #706B05;
}
</style>
border-color css
<style>
span { border-color: #706B05; }
span { border-color: rgb(112,107,5); }
td.TdClassName
{
border-color: #706B05;
}
.TagClassName
{
border-color: #706B05;
}
</style>