Shades of Olivetone #70690B
Tints of Olivetone #70690B
RGB
CMYK
RGB Variations
Color information
#70690B (or 0x70690B) is known color: Olivetone. HEX triplet: 70, 69 and 0B. RGB value is (112,105,11). Sum of RGB (Red+Green+Blue) = 112+105+11=228 (30% of max value = 765). Red value is 112 (44.14% from 255 or 49.12% from 228); Green value is 105 (41.41% from 255 or 46.05% from 228); Blue value is 11 (4.69% from 255 or 4.82% from 228); Max value from RGB is 112 - color contains mainly: red. Hex color #70690B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #70690B is #8F96F4. Grayscale: #606060. Windows color (decimal): -9410293 or 747888. OLE color: 747888.
HSL color Cylindrical-coordinate representation of color #70690B: hue angle of 55.84º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #70690B is Cyan = 0, Magento = 0.06, Yellow = 0.90 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 105 | 11 | - |
| CMYK | 0 | 0.06 | 0.90 | 0.56 |
| HSL | 55.84º | 0.82% | 0.24% | - |
| HSV(B) | 55.84º | 0.9% | 0.44% | - |
| XYZ | 11.79 | 13.57 | 2.31 | - |
| YUV | 96.38 | 79.82 | 139.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 105 | 11 | 0 | 0.06 | 0.90 | 0.56 | 55.84 | 0.82 | 0.24 |
| Hex | 70 | 69 | B | 0 | 6 | 5A | 38 | 38 | 52 | 18 |
| Octal | 160 | 151 | 13 | 0 | 6 | 132 | 70 | 70 | 122 | 30 |
| Binary | 1110000 | 1101001 | 1011 | 0 | 110 | 1011010 | 111000 | 111000 | 1010010 | 11000 |
Color Harmonies of #70690B
Complementary color
Monochromatic Colors of #70690B
Black with #70690B
Text Example
Text Example
White with #70690B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70690B; }
p { color: rgb(112,105,11); }
H1.HeaderClassName
{
color: #70690B;
}
.AnyTagClassName
{
color: #70690B;
}
</style>
background-color css
<style>
a { background-color: #70690B; }
a { background-color: rgb(112,105,11); }
div.DivClassName
{
background-color: #70690B;
}
.BgClassName
{
background-color: #70690B;
}
</style>
border-color css
<style>
span { border-color: #70690B; }
span { border-color: rgb(112,105,11); }
td.TdClassName
{
border-color: #70690B;
}
.TagClassName
{
border-color: #70690B;
}
</style>