Shades of Olivetone #70701D
Tints of Olivetone #70701D
RGB
CMYK
RGB Variations
Color information
#70701D (or 0x70701D) is known color: Olivetone. HEX triplet: 70, 70 and 1D. RGB value is (112,112,29). Sum of RGB (Red+Green+Blue) = 112+112+29=253 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.27% from 253); Green value is 112 (44.14% from 255 or 44.27% from 253); Blue value is 29 (11.72% from 255 or 11.46% from 253); Max value from RGB is 112 - color contains mainly: red, green. Hex color #70701D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70701D is #8F8FE2. Grayscale: #666666. Windows color (decimal): -9408483 or 1929328. OLE color: 1929328.
HSL color Cylindrical-coordinate representation of color #70701D: hue angle of 60º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #70701D is Cyan = 0, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 112 | 29 | - |
| CMYK | 0 | 0 | 0.74 | 0.56 |
| HSL | 60º | 0.59% | 0.28% | - |
| HSV(B) | 60º | 0.74% | 0.44% | - |
| XYZ | 12.7 | 15.12 | 3.41 | - |
| YUV | 102.54 | 86.5 | 134.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 112 | 29 | 0 | 0 | 0.74 | 0.56 | 60 | 0.59 | 0.28 |
| Hex | 70 | 70 | 1D | 0 | 0 | 4A | 38 | 3C | 3B | 1C |
| Octal | 160 | 160 | 35 | 0 | 0 | 112 | 70 | 74 | 73 | 34 |
| Binary | 1110000 | 1110000 | 11101 | 0 | 0 | 1001010 | 111000 | 111100 | 111011 | 11100 |
Color Harmonies of #70701D
Complementary color
Monochromatic Colors of #70701D
Black with #70701D
Text Example
Text Example
White with #70701D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70701D; }
p { color: rgb(112,112,29); }
H1.HeaderClassName
{
color: #70701D;
}
.AnyTagClassName
{
color: #70701D;
}
</style>
background-color css
<style>
a { background-color: #70701D; }
a { background-color: rgb(112,112,29); }
div.DivClassName
{
background-color: #70701D;
}
.BgClassName
{
background-color: #70701D;
}
</style>
border-color css
<style>
span { border-color: #70701D; }
span { border-color: rgb(112,112,29); }
td.TdClassName
{
border-color: #70701D;
}
.TagClassName
{
border-color: #70701D;
}
</style>