Shades of Olivetone #706728
Tints of Olivetone #706728
RGB
CMYK
RGB Variations
Color information
#706728 (or 0x706728) is known color: Olivetone. HEX triplet: 70, 67 and 28. RGB value is (112,103,40). Sum of RGB (Red+Green+Blue) = 112+103+40=255 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.92% from 255); Green value is 103 (40.62% from 255 or 40.39% from 255); Blue value is 40 (16.02% from 255 or 15.69% from 255); Max value from RGB is 112 - color contains mainly: red. Hex color #706728 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706728 is #8F98D7. Grayscale: #626262. Windows color (decimal): -9410776 or 2647920. OLE color: 2647920.
HSL color Cylindrical-coordinate representation of color #706728: hue angle of 52.5º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #706728 is Cyan = 0, Magento = 0.08, Yellow = 0.64 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 103 | 40 | - |
| CMYK | 0 | 0.08 | 0.64 | 0.56 |
| HSL | 52.5º | 0.47% | 0.3% | - |
| HSV(B) | 52.5º | 0.64% | 0.44% | - |
| XYZ | 11.92 | 13.3 | 3.95 | - |
| YUV | 98.51 | 94.98 | 137.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 103 | 40 | 0 | 0.08 | 0.64 | 0.56 | 52.5 | 0.47 | 0.3 |
| Hex | 70 | 67 | 28 | 0 | 8 | 40 | 38 | 34 | 2F | 1E |
| Octal | 160 | 147 | 50 | 0 | 10 | 100 | 70 | 64 | 57 | 36 |
| Binary | 1110000 | 1100111 | 101000 | 0 | 1000 | 1000000 | 111000 | 110100 | 101111 | 11110 |
Color Harmonies of #706728
Complementary color
Monochromatic Colors of #706728
Black with #706728
Text Example
Text Example
White with #706728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706728; }
p { color: rgb(112,103,40); }
H1.HeaderClassName
{
color: #706728;
}
.AnyTagClassName
{
color: #706728;
}
</style>
background-color css
<style>
a { background-color: #706728; }
a { background-color: rgb(112,103,40); }
div.DivClassName
{
background-color: #706728;
}
.BgClassName
{
background-color: #706728;
}
</style>
border-color css
<style>
span { border-color: #706728; }
span { border-color: rgb(112,103,40); }
td.TdClassName
{
border-color: #706728;
}
.TagClassName
{
border-color: #706728;
}
</style>