Shades of Olivetone #707017
Tints of Olivetone #707017
RGB
CMYK
RGB Variations
Color information
#707017 (or 0x707017) is known color: Olivetone. HEX triplet: 70, 70 and 17. RGB value is (112,112,23). Sum of RGB (Red+Green+Blue) = 112+112+23=247 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.34% from 247); Green value is 112 (44.14% from 255 or 45.34% from 247); Blue value is 23 (9.38% from 255 or 9.31% from 247); Max value from RGB is 112 - color contains mainly: red, green. Hex color #707017 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #707017 is #8F8FE8. Grayscale: #666666. Windows color (decimal): -9408489 or 1536112. OLE color: 1536112.
HSL color Cylindrical-coordinate representation of color #707017: hue angle of 60º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #707017 is Cyan = 0, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 112 | 23 | - |
| CMYK | 0 | 0 | 0.79 | 0.56 |
| HSL | 60º | 0.66% | 0.26% | - |
| HSV(B) | 60º | 0.79% | 0.44% | - |
| XYZ | 12.63 | 15.09 | 3.06 | - |
| YUV | 101.85 | 83.5 | 135.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 112 | 23 | 0 | 0 | 0.79 | 0.56 | 60 | 0.66 | 0.26 |
| Hex | 70 | 70 | 17 | 0 | 0 | 4F | 38 | 3C | 42 | 1A |
| Octal | 160 | 160 | 27 | 0 | 0 | 117 | 70 | 74 | 102 | 32 |
| Binary | 1110000 | 1110000 | 10111 | 0 | 0 | 1001111 | 111000 | 111100 | 1000010 | 11010 |
Color Harmonies of #707017
Complementary color
Monochromatic Colors of #707017
Black with #707017
Text Example
Text Example
White with #707017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707017; }
p { color: rgb(112,112,23); }
H1.HeaderClassName
{
color: #707017;
}
.AnyTagClassName
{
color: #707017;
}
</style>
background-color css
<style>
a { background-color: #707017; }
a { background-color: rgb(112,112,23); }
div.DivClassName
{
background-color: #707017;
}
.BgClassName
{
background-color: #707017;
}
</style>
border-color css
<style>
span { border-color: #707017; }
span { border-color: rgb(112,112,23); }
td.TdClassName
{
border-color: #707017;
}
.TagClassName
{
border-color: #707017;
}
</style>