Shades of Olive #706D07
Tints of Olive #706D07
RGB
CMYK
RGB Variations
Color information
#706D07 (or 0x706D07) is known color: Olive. HEX triplet: 70, 6D and 07. RGB value is (112,109,7). Sum of RGB (Red+Green+Blue) = 112+109+7=228 (30% of max value = 765). Red value is 112 (44.14% from 255 or 49.12% from 228); Green value is 109 (42.97% from 255 or 47.81% from 228); Blue value is 7 (3.12% from 255 or 3.07% from 228); Max value from RGB is 112 - color contains mainly: red. Hex color #706D07 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706D07 is #8F92F8. Grayscale: #626262. Windows color (decimal): -9409273 or 486768. OLE color: 486768.
HSL color Cylindrical-coordinate representation of color #706D07: hue angle of 58.29º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #706D07 is Cyan = 0, Magento = 0.03, Yellow = 0.94 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 109 | 7 | - |
| CMYK | 0 | 0.03 | 0.94 | 0.56 |
| HSL | 58.29º | 0.88% | 0.23% | - |
| HSV(B) | 58.29º | 0.94% | 0.44% | - |
| XYZ | 12.19 | 14.4 | 2.34 | - |
| YUV | 98.27 | 76.49 | 137.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 109 | 7 | 0 | 0.03 | 0.94 | 0.56 | 58.29 | 0.88 | 0.23 |
| Hex | 70 | 6D | 7 | 0 | 3 | 5E | 38 | 3A | 58 | 17 |
| Octal | 160 | 155 | 7 | 0 | 3 | 136 | 70 | 72 | 130 | 27 |
| Binary | 1110000 | 1101101 | 111 | 0 | 11 | 1011110 | 111000 | 111010 | 1011000 | 10111 |
Color Harmonies of #706D07
Complementary color
Monochromatic Colors of #706D07
Black with #706D07
Text Example
Text Example
White with #706D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706D07; }
p { color: rgb(112,109,7); }
H1.HeaderClassName
{
color: #706D07;
}
.AnyTagClassName
{
color: #706D07;
}
</style>
background-color css
<style>
a { background-color: #706D07; }
a { background-color: rgb(112,109,7); }
div.DivClassName
{
background-color: #706D07;
}
.BgClassName
{
background-color: #706D07;
}
</style>
border-color css
<style>
span { border-color: #706D07; }
span { border-color: rgb(112,109,7); }
td.TdClassName
{
border-color: #706D07;
}
.TagClassName
{
border-color: #706D07;
}
</style>