Shades of Olivetone #707117
Tints of Olivetone #707117
RGB
CMYK
RGB Variations
Color information
#707117 (or 0x707117) is known color: Olivetone. HEX triplet: 70, 71 and 17. RGB value is (112,113,23). Sum of RGB (Red+Green+Blue) = 112+113+23=248 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.16% from 248); Green value is 113 (44.53% from 255 or 45.56% from 248); Blue value is 23 (9.38% from 255 or 9.27% from 248); Max value from RGB is 113 - color contains mainly: green. Hex color #707117 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #707117 is #8F8EE8. Grayscale: #666666. Windows color (decimal): -9408233 or 1536368. OLE color: 1536368.
HSL color Cylindrical-coordinate representation of color #707117: hue angle of 60.67º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #707117 is Cyan = 0.01, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 113 | 23 | - |
| CMYK | 0.01 | 0 | 0.80 | 0.56 |
| HSL | 60.67º | 0.66% | 0.27% | - |
| HSV(B) | 60.67º | 0.8% | 0.44% | - |
| XYZ | 12.74 | 15.32 | 3.1 | - |
| YUV | 102.44 | 83.17 | 134.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 113 | 23 | 0.01 | 0 | 0.80 | 0.56 | 60.67 | 0.66 | 0.27 |
| Hex | 70 | 71 | 17 | 1 | 0 | 50 | 38 | 3D | 42 | 1B |
| Octal | 160 | 161 | 27 | 1 | 0 | 120 | 70 | 75 | 102 | 33 |
| Binary | 1110000 | 1110001 | 10111 | 1 | 0 | 1010000 | 111000 | 111101 | 1000010 | 11011 |
Color Harmonies of #707117
Complementary color
Monochromatic Colors of #707117
Black with #707117
Text Example
Text Example
White with #707117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707117; }
p { color: rgb(112,113,23); }
H1.HeaderClassName
{
color: #707117;
}
.AnyTagClassName
{
color: #707117;
}
</style>
background-color css
<style>
a { background-color: #707117; }
a { background-color: rgb(112,113,23); }
div.DivClassName
{
background-color: #707117;
}
.BgClassName
{
background-color: #707117;
}
</style>
border-color css
<style>
span { border-color: #707117; }
span { border-color: rgb(112,113,23); }
td.TdClassName
{
border-color: #707117;
}
.TagClassName
{
border-color: #707117;
}
</style>