Shades of Olivetone #706717
Tints of Olivetone #706717
RGB
CMYK
RGB Variations
Color information
#706717 (or 0x706717) is known color: Olivetone. HEX triplet: 70, 67 and 17. RGB value is (112,103,23). Sum of RGB (Red+Green+Blue) = 112+103+23=238 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.06% from 238); Green value is 103 (40.62% from 255 or 43.28% from 238); Blue value is 23 (9.38% from 255 or 9.66% from 238); Max value from RGB is 112 - color contains mainly: red. Hex color #706717 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706717 is #8F98E8. Grayscale: #606060. Windows color (decimal): -9410793 or 1533808. OLE color: 1533808.
HSL color Cylindrical-coordinate representation of color #706717: hue angle of 53.93º 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 #706717 is Cyan = 0, Magento = 0.08, Yellow = 0.79 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 103 | 23 | - |
| CMYK | 0 | 0.08 | 0.79 | 0.56 |
| HSL | 53.93º | 0.66% | 0.26% | - |
| HSV(B) | 53.93º | 0.79% | 0.44% | - |
| XYZ | 11.69 | 13.21 | 2.74 | - |
| YUV | 96.57 | 86.48 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 103 | 23 | 0 | 0.08 | 0.79 | 0.56 | 53.93 | 0.66 | 0.26 |
| Hex | 70 | 67 | 17 | 0 | 8 | 4F | 38 | 36 | 42 | 1A |
| Octal | 160 | 147 | 27 | 0 | 10 | 117 | 70 | 66 | 102 | 32 |
| Binary | 1110000 | 1100111 | 10111 | 0 | 1000 | 1001111 | 111000 | 110110 | 1000010 | 11010 |
Color Harmonies of #706717
Complementary color
Monochromatic Colors of #706717
Black with #706717
Text Example
Text Example
White with #706717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706717; }
p { color: rgb(112,103,23); }
H1.HeaderClassName
{
color: #706717;
}
.AnyTagClassName
{
color: #706717;
}
</style>
background-color css
<style>
a { background-color: #706717; }
a { background-color: rgb(112,103,23); }
div.DivClassName
{
background-color: #706717;
}
.BgClassName
{
background-color: #706717;
}
</style>
border-color css
<style>
span { border-color: #706717; }
span { border-color: rgb(112,103,23); }
td.TdClassName
{
border-color: #706717;
}
.TagClassName
{
border-color: #706717;
}
</style>