Shades of Olivetone #707234
Tints of Olivetone #707234
RGB
CMYK
RGB Variations
Color information
#707234 (or 0x707234) is known color: Olivetone. HEX triplet: 70, 72 and 34. RGB value is (112,114,52). Sum of RGB (Red+Green+Blue) = 112+114+52=278 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.29% from 278); Green value is 114 (44.92% from 255 or 41.01% from 278); Blue value is 52 (20.70% from 255 or 18.71% from 278); Max value from RGB is 114 - color contains mainly: green. Hex color #707234 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707234 is #8F8DCB. Grayscale: #6A6A6A. Windows color (decimal): -9407948 or 3437168. OLE color: 3437168.
HSL color Cylindrical-coordinate representation of color #707234: hue angle of 61.94º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #707234 is Cyan = 0.02, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 112 | 114 | 52 | - |
| CMYK | 0.02 | 0 | 0.54 | 0.55 |
| HSL | 61.94º | 0.37% | 0.33% | - |
| HSV(B) | 61.94º | 0.54% | 0.45% | - |
| XYZ | 13.32 | 15.73 | 5.58 | - |
| YUV | 106.33 | 97.34 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 114 | 52 | 0.02 | 0 | 0.54 | 0.55 | 61.94 | 0.37 | 0.33 |
| Hex | 70 | 72 | 34 | 2 | 0 | 36 | 37 | 3E | 25 | 21 |
| Octal | 160 | 162 | 64 | 2 | 0 | 66 | 67 | 76 | 45 | 41 |
| Binary | 1110000 | 1110010 | 110100 | 10 | 0 | 110110 | 110111 | 111110 | 100101 | 100001 |
Color Harmonies of #707234
Complementary color
Monochromatic Colors of #707234
Black with #707234
Text Example
Text Example
White with #707234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707234; }
p { color: rgb(112,114,52); }
H1.HeaderClassName
{
color: #707234;
}
.AnyTagClassName
{
color: #707234;
}
</style>
background-color css
<style>
a { background-color: #707234; }
a { background-color: rgb(112,114,52); }
div.DivClassName
{
background-color: #707234;
}
.BgClassName
{
background-color: #707234;
}
</style>
border-color css
<style>
span { border-color: #707234; }
span { border-color: rgb(112,114,52); }
td.TdClassName
{
border-color: #707234;
}
.TagClassName
{
border-color: #707234;
}
</style>