Shades of Olivetone #707324
Tints of Olivetone #707324
RGB
CMYK
RGB Variations
Color information
#707324 (or 0x707324) is known color: Olivetone. HEX triplet: 70, 73 and 24. RGB value is (112,115,36). Sum of RGB (Red+Green+Blue) = 112+115+36=263 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.59% from 263); Green value is 115 (45.31% from 255 or 43.73% from 263); Blue value is 36 (14.45% from 255 or 13.69% from 263); Max value from RGB is 115 - color contains mainly: green. Hex color #707324 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707324 is #8F8CDB. Grayscale: #696969. Windows color (decimal): -9407708 or 2388848. OLE color: 2388848.
HSL color Cylindrical-coordinate representation of color #707324: hue angle of 62.28º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #707324 is Cyan = 0.03, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 112 | 115 | 36 | - |
| CMYK | 0.03 | 0 | 0.69 | 0.55 |
| HSL | 62.28º | 0.52% | 0.3% | - |
| HSV(B) | 62.28º | 0.69% | 0.45% | - |
| XYZ | 13.13 | 15.83 | 4.03 | - |
| YUV | 105.1 | 89.01 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 115 | 36 | 0.03 | 0 | 0.69 | 0.55 | 62.28 | 0.52 | 0.3 |
| Hex | 70 | 73 | 24 | 3 | 0 | 45 | 37 | 3E | 34 | 1E |
| Octal | 160 | 163 | 44 | 3 | 0 | 105 | 67 | 76 | 64 | 36 |
| Binary | 1110000 | 1110011 | 100100 | 11 | 0 | 1000101 | 110111 | 111110 | 110100 | 11110 |
Color Harmonies of #707324
Complementary color
Monochromatic Colors of #707324
Black with #707324
Text Example
Text Example
White with #707324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707324; }
p { color: rgb(112,115,36); }
H1.HeaderClassName
{
color: #707324;
}
.AnyTagClassName
{
color: #707324;
}
</style>
background-color css
<style>
a { background-color: #707324; }
a { background-color: rgb(112,115,36); }
div.DivClassName
{
background-color: #707324;
}
.BgClassName
{
background-color: #707324;
}
</style>
border-color css
<style>
span { border-color: #707324; }
span { border-color: rgb(112,115,36); }
td.TdClassName
{
border-color: #707324;
}
.TagClassName
{
border-color: #707324;
}
</style>