Shades of Olivetone #70690D
Tints of Olivetone #70690D
RGB
CMYK
RGB Variations
Color information
#70690D (or 0x70690D) is known color: Olivetone. HEX triplet: 70, 69 and 0D. RGB value is (112,105,13). Sum of RGB (Red+Green+Blue) = 112+105+13=230 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.70% from 230); Green value is 105 (41.41% from 255 or 45.65% from 230); Blue value is 13 (5.47% from 255 or 5.65% from 230); Max value from RGB is 112 - color contains mainly: red. Hex color #70690D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #70690D is #8F96F2. Grayscale: #606060. Windows color (decimal): -9410291 or 878960. OLE color: 878960.
HSL color Cylindrical-coordinate representation of color #70690D: hue angle of 55.76º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #70690D is Cyan = 0, Magento = 0.06, Yellow = 0.88 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 105 | 13 | - |
| CMYK | 0 | 0.06 | 0.88 | 0.56 |
| HSL | 55.76º | 0.79% | 0.25% | - |
| HSV(B) | 55.76º | 0.88% | 0.44% | - |
| XYZ | 11.81 | 13.58 | 2.38 | - |
| YUV | 96.61 | 80.82 | 138.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 105 | 13 | 0 | 0.06 | 0.88 | 0.56 | 55.76 | 0.79 | 0.25 |
| Hex | 70 | 69 | D | 0 | 6 | 58 | 38 | 38 | 4F | 19 |
| Octal | 160 | 151 | 15 | 0 | 6 | 130 | 70 | 70 | 117 | 31 |
| Binary | 1110000 | 1101001 | 1101 | 0 | 110 | 1011000 | 111000 | 111000 | 1001111 | 11001 |
Color Harmonies of #70690D
Complementary color
Monochromatic Colors of #70690D
Black with #70690D
Text Example
Text Example
White with #70690D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70690D; }
p { color: rgb(112,105,13); }
H1.HeaderClassName
{
color: #70690D;
}
.AnyTagClassName
{
color: #70690D;
}
</style>
background-color css
<style>
a { background-color: #70690D; }
a { background-color: rgb(112,105,13); }
div.DivClassName
{
background-color: #70690D;
}
.BgClassName
{
background-color: #70690D;
}
</style>
border-color css
<style>
span { border-color: #70690D; }
span { border-color: rgb(112,105,13); }
td.TdClassName
{
border-color: #70690D;
}
.TagClassName
{
border-color: #70690D;
}
</style>