Shades of Olivetone #706721
Tints of Olivetone #706721
RGB
CMYK
RGB Variations
Color information
#706721 (or 0x706721) is known color: Olivetone. HEX triplet: 70, 67 and 21. RGB value is (112,103,33). Sum of RGB (Red+Green+Blue) = 112+103+33=248 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.16% from 248); Green value is 103 (40.62% from 255 or 41.53% from 248); Blue value is 33 (13.28% from 255 or 13.31% from 248); Max value from RGB is 112 - color contains mainly: red. Hex color #706721 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706721 is #8F98DE. Grayscale: #626262. Windows color (decimal): -9410783 or 2189168. OLE color: 2189168.
HSL color Cylindrical-coordinate representation of color #706721: hue angle of 53.16º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #706721 is Cyan = 0, Magento = 0.08, Yellow = 0.71 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 103 | 33 | - |
| CMYK | 0 | 0.08 | 0.71 | 0.56 |
| HSL | 53.16º | 0.54% | 0.28% | - |
| HSV(B) | 53.16º | 0.71% | 0.44% | - |
| XYZ | 11.81 | 13.26 | 3.38 | - |
| YUV | 97.71 | 91.48 | 138.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 103 | 33 | 0 | 0.08 | 0.71 | 0.56 | 53.16 | 0.54 | 0.28 |
| Hex | 70 | 67 | 21 | 0 | 8 | 47 | 38 | 35 | 36 | 1C |
| Octal | 160 | 147 | 41 | 0 | 10 | 107 | 70 | 65 | 66 | 34 |
| Binary | 1110000 | 1100111 | 100001 | 0 | 1000 | 1000111 | 111000 | 110101 | 110110 | 11100 |
Color Harmonies of #706721
Complementary color
Monochromatic Colors of #706721
Black with #706721
Text Example
Text Example
White with #706721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706721; }
p { color: rgb(112,103,33); }
H1.HeaderClassName
{
color: #706721;
}
.AnyTagClassName
{
color: #706721;
}
</style>
background-color css
<style>
a { background-color: #706721; }
a { background-color: rgb(112,103,33); }
div.DivClassName
{
background-color: #706721;
}
.BgClassName
{
background-color: #706721;
}
</style>
border-color css
<style>
span { border-color: #706721; }
span { border-color: rgb(112,103,33); }
td.TdClassName
{
border-color: #706721;
}
.TagClassName
{
border-color: #706721;
}
</style>