Shades of Olivetone #707123
Tints of Olivetone #707123
RGB
CMYK
RGB Variations
Color information
#707123 (or 0x707123) is known color: Olivetone. HEX triplet: 70, 71 and 23. RGB value is (112,113,35). Sum of RGB (Red+Green+Blue) = 112+113+35=260 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.08% from 260); Green value is 113 (44.53% from 255 or 43.46% from 260); Blue value is 35 (14.06% from 255 or 13.46% from 260); Max value from RGB is 113 - color contains mainly: green. Hex color #707123 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707123 is #8F8EDC. Grayscale: #686868. Windows color (decimal): -9408221 or 2322800. OLE color: 2322800.
HSL color Cylindrical-coordinate representation of color #707123: hue angle of 60.77º degrees, saturation: 0.53, 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 #707123 is Cyan = 0.01, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 113 | 35 | - |
| CMYK | 0.01 | 0 | 0.69 | 0.56 |
| HSL | 60.77º | 0.53% | 0.29% | - |
| HSV(B) | 60.77º | 0.69% | 0.44% | - |
| XYZ | 12.89 | 15.38 | 3.88 | - |
| YUV | 103.81 | 89.17 | 133.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 113 | 35 | 0.01 | 0 | 0.69 | 0.56 | 60.77 | 0.53 | 0.29 |
| Hex | 70 | 71 | 23 | 1 | 0 | 45 | 38 | 3D | 35 | 1D |
| Octal | 160 | 161 | 43 | 1 | 0 | 105 | 70 | 75 | 65 | 35 |
| Binary | 1110000 | 1110001 | 100011 | 1 | 0 | 1000101 | 111000 | 111101 | 110101 | 11101 |
Color Harmonies of #707123
Complementary color
Monochromatic Colors of #707123
Black with #707123
Text Example
Text Example
White with #707123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707123; }
p { color: rgb(112,113,35); }
H1.HeaderClassName
{
color: #707123;
}
.AnyTagClassName
{
color: #707123;
}
</style>
background-color css
<style>
a { background-color: #707123; }
a { background-color: rgb(112,113,35); }
div.DivClassName
{
background-color: #707123;
}
.BgClassName
{
background-color: #707123;
}
</style>
border-color css
<style>
span { border-color: #707123; }
span { border-color: rgb(112,113,35); }
td.TdClassName
{
border-color: #707123;
}
.TagClassName
{
border-color: #707123;
}
</style>