Shades of Olivetone #707329
Tints of Olivetone #707329
RGB
CMYK
RGB Variations
Color information
#707329 (or 0x707329) is known color: Olivetone. HEX triplet: 70, 73 and 29. RGB value is (112,115,41). Sum of RGB (Red+Green+Blue) = 112+115+41=268 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.79% from 268); Green value is 115 (45.31% from 255 or 42.91% from 268); Blue value is 41 (16.41% from 255 or 15.30% from 268); Max value from RGB is 115 - color contains mainly: green. Hex color #707329 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707329 is #8F8CD6. Grayscale: #696969. Windows color (decimal): -9407703 or 2716528. OLE color: 2716528.
HSL color Cylindrical-coordinate representation of color #707329: hue angle of 62.43º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #707329 is Cyan = 0.03, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 112 | 115 | 41 | - |
| CMYK | 0.03 | 0 | 0.64 | 0.55 |
| HSL | 62.43º | 0.47% | 0.31% | - |
| HSV(B) | 62.43º | 0.64% | 0.45% | - |
| XYZ | 13.21 | 15.87 | 4.46 | - |
| YUV | 105.67 | 91.51 | 132.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 115 | 41 | 0.03 | 0 | 0.64 | 0.55 | 62.43 | 0.47 | 0.31 |
| Hex | 70 | 73 | 29 | 3 | 0 | 40 | 37 | 3E | 2F | 1F |
| Octal | 160 | 163 | 51 | 3 | 0 | 100 | 67 | 76 | 57 | 37 |
| Binary | 1110000 | 1110011 | 101001 | 11 | 0 | 1000000 | 110111 | 111110 | 101111 | 11111 |
Color Harmonies of #707329
Complementary color
Monochromatic Colors of #707329
Black with #707329
Text Example
Text Example
White with #707329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707329; }
p { color: rgb(112,115,41); }
H1.HeaderClassName
{
color: #707329;
}
.AnyTagClassName
{
color: #707329;
}
</style>
background-color css
<style>
a { background-color: #707329; }
a { background-color: rgb(112,115,41); }
div.DivClassName
{
background-color: #707329;
}
.BgClassName
{
background-color: #707329;
}
</style>
border-color css
<style>
span { border-color: #707329; }
span { border-color: rgb(112,115,41); }
td.TdClassName
{
border-color: #707329;
}
.TagClassName
{
border-color: #707329;
}
</style>