Shades of Olive #706607
Tints of Olive #706607
RGB
CMYK
RGB Variations
Color information
#706607 (or 0x706607) is known color: Olive. HEX triplet: 70, 66 and 07. RGB value is (112,102,7). Sum of RGB (Red+Green+Blue) = 112+102+7=221 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.68% from 221); Green value is 102 (40.23% from 255 or 46.15% from 221); Blue value is 7 (3.12% from 255 or 3.17% from 221); Max value from RGB is 112 - color contains mainly: red. Hex color #706607 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706607 is #8F99F8. Grayscale: #5E5E5E. Windows color (decimal): -9411065 or 484976. OLE color: 484976.
HSL color Cylindrical-coordinate representation of color #706607: hue angle of 54.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 #706607 is Cyan = 0, Magento = 0.09, Yellow = 0.94 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 102 | 7 | - |
| CMYK | 0 | 0.09 | 0.94 | 0.56 |
| HSL | 54.29º | 0.88% | 0.23% | - |
| HSV(B) | 54.29º | 0.94% | 0.44% | - |
| XYZ | 11.47 | 12.96 | 2.1 | - |
| YUV | 94.16 | 78.81 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 102 | 7 | 0 | 0.09 | 0.94 | 0.56 | 54.29 | 0.88 | 0.23 |
| Hex | 70 | 66 | 7 | 0 | 9 | 5E | 38 | 36 | 58 | 17 |
| Octal | 160 | 146 | 7 | 0 | 11 | 136 | 70 | 66 | 130 | 27 |
| Binary | 1110000 | 1100110 | 111 | 0 | 1001 | 1011110 | 111000 | 110110 | 1011000 | 10111 |
Color Harmonies of #706607
Complementary color
Monochromatic Colors of #706607
Black with #706607
Text Example
Text Example
White with #706607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706607; }
p { color: rgb(112,102,7); }
H1.HeaderClassName
{
color: #706607;
}
.AnyTagClassName
{
color: #706607;
}
</style>
background-color css
<style>
a { background-color: #706607; }
a { background-color: rgb(112,102,7); }
div.DivClassName
{
background-color: #706607;
}
.BgClassName
{
background-color: #706607;
}
</style>
border-color css
<style>
span { border-color: #706607; }
span { border-color: rgb(112,102,7); }
td.TdClassName
{
border-color: #706607;
}
.TagClassName
{
border-color: #706607;
}
</style>