Shades of Olivetone #706318
Tints of Olivetone #706318
RGB
CMYK
RGB Variations
Color information
#706318 (or 0x706318) is known color: Olivetone. HEX triplet: 70, 63 and 18. RGB value is (112,99,24). Sum of RGB (Red+Green+Blue) = 112+99+24=235 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.66% from 235); Green value is 99 (39.06% from 255 or 42.13% from 235); Blue value is 24 (9.77% from 255 or 10.21% from 235); Max value from RGB is 112 - color contains mainly: red. Hex color #706318 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706318 is #8F9CE7. Grayscale: #5E5E5E. Windows color (decimal): -9411816 or 1598320. OLE color: 1598320.
HSL color Cylindrical-coordinate representation of color #706318: hue angle of 51.14º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #706318 is Cyan = 0, Magento = 0.12, Yellow = 0.79 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 99 | 24 | - |
| CMYK | 0 | 0.12 | 0.79 | 0.56 |
| HSL | 51.14º | 0.65% | 0.27% | - |
| HSV(B) | 51.14º | 0.79% | 0.44% | - |
| XYZ | 11.31 | 12.43 | 2.67 | - |
| YUV | 94.34 | 88.31 | 140.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 99 | 24 | 0 | 0.12 | 0.79 | 0.56 | 51.14 | 0.65 | 0.27 |
| Hex | 70 | 63 | 18 | 0 | C | 4F | 38 | 33 | 41 | 1B |
| Octal | 160 | 143 | 30 | 0 | 14 | 117 | 70 | 63 | 101 | 33 |
| Binary | 1110000 | 1100011 | 11000 | 0 | 1100 | 1001111 | 111000 | 110011 | 1000001 | 11011 |
Color Harmonies of #706318
Complementary color
Monochromatic Colors of #706318
Black with #706318
Text Example
Text Example
White with #706318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706318; }
p { color: rgb(112,99,24); }
H1.HeaderClassName
{
color: #706318;
}
.AnyTagClassName
{
color: #706318;
}
</style>
background-color css
<style>
a { background-color: #706318; }
a { background-color: rgb(112,99,24); }
div.DivClassName
{
background-color: #706318;
}
.BgClassName
{
background-color: #706318;
}
</style>
border-color css
<style>
span { border-color: #706318; }
span { border-color: rgb(112,99,24); }
td.TdClassName
{
border-color: #706318;
}
.TagClassName
{
border-color: #706318;
}
</style>