Shades of Olivetone #707330
Tints of Olivetone #707330
RGB
CMYK
RGB Variations
Color information
#707330 (or 0x707330) is known color: Olivetone. HEX triplet: 70, 73 and 30. RGB value is (112,115,48). Sum of RGB (Red+Green+Blue) = 112+115+48=275 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.73% from 275); Green value is 115 (45.31% from 255 or 41.82% from 275); Blue value is 48 (19.14% from 255 or 17.45% from 275); Max value from RGB is 115 - color contains mainly: green. Hex color #707330 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707330 is #8F8CCF. Grayscale: #6A6A6A. Windows color (decimal): -9407696 or 3175280. OLE color: 3175280.
HSL color Cylindrical-coordinate representation of color #707330: hue angle of 62.69º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #707330 is Cyan = 0.03, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 112 | 115 | 48 | - |
| CMYK | 0.03 | 0 | 0.58 | 0.55 |
| HSL | 62.69º | 0.41% | 0.32% | - |
| HSV(B) | 62.69º | 0.58% | 0.45% | - |
| XYZ | 13.35 | 15.92 | 5.17 | - |
| YUV | 106.47 | 95.01 | 131.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 115 | 48 | 0.03 | 0 | 0.58 | 0.55 | 62.69 | 0.41 | 0.32 |
| Hex | 70 | 73 | 30 | 3 | 0 | 3A | 37 | 3F | 29 | 20 |
| Octal | 160 | 163 | 60 | 3 | 0 | 72 | 67 | 77 | 51 | 40 |
| Binary | 1110000 | 1110011 | 110000 | 11 | 0 | 111010 | 110111 | 111111 | 101001 | 100000 |
Color Harmonies of #707330
Complementary color
Monochromatic Colors of #707330
Black with #707330
Text Example
Text Example
White with #707330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707330; }
p { color: rgb(112,115,48); }
H1.HeaderClassName
{
color: #707330;
}
.AnyTagClassName
{
color: #707330;
}
</style>
background-color css
<style>
a { background-color: #707330; }
a { background-color: rgb(112,115,48); }
div.DivClassName
{
background-color: #707330;
}
.BgClassName
{
background-color: #707330;
}
</style>
border-color css
<style>
span { border-color: #707330; }
span { border-color: rgb(112,115,48); }
td.TdClassName
{
border-color: #707330;
}
.TagClassName
{
border-color: #707330;
}
</style>