Shades of Olivetone #707334
Tints of Olivetone #707334
RGB
CMYK
RGB Variations
Color information
#707334 (or 0x707334) is known color: Olivetone. HEX triplet: 70, 73 and 34. RGB value is (112,115,52). Sum of RGB (Red+Green+Blue) = 112+115+52=279 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.14% from 279); Green value is 115 (45.31% from 255 or 41.22% from 279); Blue value is 52 (20.70% from 255 or 18.64% from 279); Max value from RGB is 115 - color contains mainly: green. Hex color #707334 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707334 is #8F8CCB. Grayscale: #6B6B6B. Windows color (decimal): -9407692 or 3437424. OLE color: 3437424.
HSL color Cylindrical-coordinate representation of color #707334: hue angle of 62.86º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #707334 is Cyan = 0.03, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 112 | 115 | 52 | - |
| CMYK | 0.03 | 0 | 0.55 | 0.55 |
| HSL | 62.86º | 0.38% | 0.33% | - |
| HSV(B) | 62.86º | 0.55% | 0.45% | - |
| XYZ | 13.43 | 15.95 | 5.62 | - |
| YUV | 106.92 | 97.01 | 131.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 115 | 52 | 0.03 | 0 | 0.55 | 0.55 | 62.86 | 0.38 | 0.33 |
| Hex | 70 | 73 | 34 | 3 | 0 | 37 | 37 | 3F | 26 | 21 |
| Octal | 160 | 163 | 64 | 3 | 0 | 67 | 67 | 77 | 46 | 41 |
| Binary | 1110000 | 1110011 | 110100 | 11 | 0 | 110111 | 110111 | 111111 | 100110 | 100001 |
Color Harmonies of #707334
Complementary color
Monochromatic Colors of #707334
Black with #707334
Text Example
Text Example
White with #707334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707334; }
p { color: rgb(112,115,52); }
H1.HeaderClassName
{
color: #707334;
}
.AnyTagClassName
{
color: #707334;
}
</style>
background-color css
<style>
a { background-color: #707334; }
a { background-color: rgb(112,115,52); }
div.DivClassName
{
background-color: #707334;
}
.BgClassName
{
background-color: #707334;
}
</style>
border-color css
<style>
span { border-color: #707334; }
span { border-color: rgb(112,115,52); }
td.TdClassName
{
border-color: #707334;
}
.TagClassName
{
border-color: #707334;
}
</style>