Shades of Olivetone #707023
Tints of Olivetone #707023
RGB
CMYK
RGB Variations
Color information
#707023 (or 0x707023) is known color: Olivetone. HEX triplet: 70, 70 and 23. RGB value is (112,112,35). Sum of RGB (Red+Green+Blue) = 112+112+35=259 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.24% from 259); Green value is 112 (44.14% from 255 or 43.24% from 259); Blue value is 35 (14.06% from 255 or 13.51% from 259); Max value from RGB is 112 - color contains mainly: red, green. Hex color #707023 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707023 is #8F8FDC. Grayscale: #676767. Windows color (decimal): -9408477 or 2322544. OLE color: 2322544.
HSL color Cylindrical-coordinate representation of color #707023: hue angle of 60º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #707023 is Cyan = 0, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 112 | 35 | - |
| CMYK | 0 | 0 | 0.69 | 0.56 |
| HSL | 60º | 0.52% | 0.29% | - |
| HSV(B) | 60º | 0.69% | 0.44% | - |
| XYZ | 12.78 | 15.15 | 3.84 | - |
| YUV | 103.22 | 89.5 | 134.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 112 | 35 | 0 | 0 | 0.69 | 0.56 | 60 | 0.52 | 0.29 |
| Hex | 70 | 70 | 23 | 0 | 0 | 45 | 38 | 3C | 34 | 1D |
| Octal | 160 | 160 | 43 | 0 | 0 | 105 | 70 | 74 | 64 | 35 |
| Binary | 1110000 | 1110000 | 100011 | 0 | 0 | 1000101 | 111000 | 111100 | 110100 | 11101 |
Color Harmonies of #707023
Complementary color
Monochromatic Colors of #707023
Black with #707023
Text Example
Text Example
White with #707023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707023; }
p { color: rgb(112,112,35); }
H1.HeaderClassName
{
color: #707023;
}
.AnyTagClassName
{
color: #707023;
}
</style>
background-color css
<style>
a { background-color: #707023; }
a { background-color: rgb(112,112,35); }
div.DivClassName
{
background-color: #707023;
}
.BgClassName
{
background-color: #707023;
}
</style>
border-color css
<style>
span { border-color: #707023; }
span { border-color: rgb(112,112,35); }
td.TdClassName
{
border-color: #707023;
}
.TagClassName
{
border-color: #707023;
}
</style>