Shades of Olivetone #70670B
Tints of Olivetone #70670B
RGB
CMYK
RGB Variations
Color information
#70670B (or 0x70670B) is known color: Olivetone. HEX triplet: 70, 67 and 0B. RGB value is (112,103,11). Sum of RGB (Red+Green+Blue) = 112+103+11=226 (29% of max value = 765). Red value is 112 (44.14% from 255 or 49.56% from 226); Green value is 103 (40.62% from 255 or 45.58% from 226); Blue value is 11 (4.69% from 255 or 4.87% from 226); Max value from RGB is 112 - color contains mainly: red. Hex color #70670B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #70670B is #8F98F4. Grayscale: #5F5F5F. Windows color (decimal): -9410805 or 747376. OLE color: 747376.
HSL color Cylindrical-coordinate representation of color #70670B: hue angle of 54.65º 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 #70670B is Cyan = 0, Magento = 0.08, Yellow = 0.90 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 103 | 11 | - |
| CMYK | 0 | 0.08 | 0.90 | 0.56 |
| HSL | 54.65º | 0.82% | 0.24% | - |
| HSV(B) | 54.65º | 0.9% | 0.44% | - |
| XYZ | 11.59 | 13.17 | 2.25 | - |
| YUV | 95.2 | 80.48 | 139.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 103 | 11 | 0 | 0.08 | 0.90 | 0.56 | 54.65 | 0.82 | 0.24 |
| Hex | 70 | 67 | B | 0 | 8 | 5A | 38 | 37 | 52 | 18 |
| Octal | 160 | 147 | 13 | 0 | 10 | 132 | 70 | 67 | 122 | 30 |
| Binary | 1110000 | 1100111 | 1011 | 0 | 1000 | 1011010 | 111000 | 110111 | 1010010 | 11000 |
Color Harmonies of #70670B
Complementary color
Monochromatic Colors of #70670B
Black with #70670B
Text Example
Text Example
White with #70670B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70670B; }
p { color: rgb(112,103,11); }
H1.HeaderClassName
{
color: #70670B;
}
.AnyTagClassName
{
color: #70670B;
}
</style>
background-color css
<style>
a { background-color: #70670B; }
a { background-color: rgb(112,103,11); }
div.DivClassName
{
background-color: #70670B;
}
.BgClassName
{
background-color: #70670B;
}
</style>
border-color css
<style>
span { border-color: #70670B; }
span { border-color: rgb(112,103,11); }
td.TdClassName
{
border-color: #70670B;
}
.TagClassName
{
border-color: #70670B;
}
</style>