Shades of Olivetone #70701B
Tints of Olivetone #70701B
RGB
CMYK
RGB Variations
Color information
#70701B (or 0x70701B) is known color: Olivetone. HEX triplet: 70, 70 and 1B. RGB value is (112,112,27). Sum of RGB (Red+Green+Blue) = 112+112+27=251 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.62% from 251); Green value is 112 (44.14% from 255 or 44.62% from 251); Blue value is 27 (10.94% from 255 or 10.76% from 251); Max value from RGB is 112 - color contains mainly: red, green. Hex color #70701B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70701B is #8F8FE4. Grayscale: #666666. Windows color (decimal): -9408485 or 1798256. OLE color: 1798256.
HSL color Cylindrical-coordinate representation of color #70701B: hue angle of 60º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #70701B is Cyan = 0, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 112 | 27 | - |
| CMYK | 0 | 0 | 0.76 | 0.56 |
| HSL | 60º | 0.61% | 0.27% | - |
| HSV(B) | 60º | 0.76% | 0.44% | - |
| XYZ | 12.67 | 15.11 | 3.29 | - |
| YUV | 102.31 | 85.5 | 134.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 112 | 27 | 0 | 0 | 0.76 | 0.56 | 60 | 0.61 | 0.27 |
| Hex | 70 | 70 | 1B | 0 | 0 | 4C | 38 | 3C | 3D | 1B |
| Octal | 160 | 160 | 33 | 0 | 0 | 114 | 70 | 74 | 75 | 33 |
| Binary | 1110000 | 1110000 | 11011 | 0 | 0 | 1001100 | 111000 | 111100 | 111101 | 11011 |
Color Harmonies of #70701B
Complementary color
Monochromatic Colors of #70701B
Black with #70701B
Text Example
Text Example
White with #70701B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70701B; }
p { color: rgb(112,112,27); }
H1.HeaderClassName
{
color: #70701B;
}
.AnyTagClassName
{
color: #70701B;
}
</style>
background-color css
<style>
a { background-color: #70701B; }
a { background-color: rgb(112,112,27); }
div.DivClassName
{
background-color: #70701B;
}
.BgClassName
{
background-color: #70701B;
}
</style>
border-color css
<style>
span { border-color: #70701B; }
span { border-color: rgb(112,112,27); }
td.TdClassName
{
border-color: #70701B;
}
.TagClassName
{
border-color: #70701B;
}
</style>