Shades of Olivetone #70721B
Tints of Olivetone #70721B
RGB
CMYK
RGB Variations
Color information
#70721B (or 0x70721B) is known color: Olivetone. HEX triplet: 70, 72 and 1B. RGB value is (112,114,27). Sum of RGB (Red+Green+Blue) = 112+114+27=253 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.27% from 253); Green value is 114 (44.92% from 255 or 45.06% from 253); Blue value is 27 (10.94% from 255 or 10.67% from 253); Max value from RGB is 114 - color contains mainly: green. Hex color #70721B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70721B is #8F8DE4. Grayscale: #676767. Windows color (decimal): -9407973 or 1798768. OLE color: 1798768.
HSL color Cylindrical-coordinate representation of color #70721B: hue angle of 61.38º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #70721B is Cyan = 0.02, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 112 | 114 | 27 | - |
| CMYK | 0.02 | 0 | 0.76 | 0.55 |
| HSL | 61.38º | 0.62% | 0.28% | - |
| HSV(B) | 61.38º | 0.76% | 0.45% | - |
| XYZ | 12.9 | 15.56 | 3.36 | - |
| YUV | 103.48 | 84.84 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 114 | 27 | 0.02 | 0 | 0.76 | 0.55 | 61.38 | 0.62 | 0.28 |
| Hex | 70 | 72 | 1B | 2 | 0 | 4C | 37 | 3D | 3E | 1C |
| Octal | 160 | 162 | 33 | 2 | 0 | 114 | 67 | 75 | 76 | 34 |
| Binary | 1110000 | 1110010 | 11011 | 10 | 0 | 1001100 | 110111 | 111101 | 111110 | 11100 |
Color Harmonies of #70721B
Complementary color
Monochromatic Colors of #70721B
Black with #70721B
Text Example
Text Example
White with #70721B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70721B; }
p { color: rgb(112,114,27); }
H1.HeaderClassName
{
color: #70721B;
}
.AnyTagClassName
{
color: #70721B;
}
</style>
background-color css
<style>
a { background-color: #70721B; }
a { background-color: rgb(112,114,27); }
div.DivClassName
{
background-color: #70721B;
}
.BgClassName
{
background-color: #70721B;
}
</style>
border-color css
<style>
span { border-color: #70721B; }
span { border-color: rgb(112,114,27); }
td.TdClassName
{
border-color: #70721B;
}
.TagClassName
{
border-color: #70721B;
}
</style>