Shades of Olive #707309
Tints of Olive #707309
RGB
CMYK
RGB Variations
Color information
#707309 (or 0x707309) is known color: Olive. HEX triplet: 70, 73 and 09. RGB value is (112,115,9). Sum of RGB (Red+Green+Blue) = 112+115+9=236 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.46% from 236); Green value is 115 (45.31% from 255 or 48.73% from 236); Blue value is 9 (3.91% from 255 or 3.81% from 236); Max value from RGB is 115 - color contains mainly: green. Hex color #707309 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #707309 is #8F8CF6. Grayscale: #666666. Windows color (decimal): -9407735 or 619376. OLE color: 619376.
HSL color Cylindrical-coordinate representation of color #707309: hue angle of 61.7º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #707309 is Cyan = 0.03, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 112 | 115 | 9 | - |
| CMYK | 0.03 | 0 | 0.92 | 0.55 |
| HSL | 61.7º | 0.85% | 0.24% | - |
| HSV(B) | 61.7º | 0.92% | 0.45% | - |
| XYZ | 12.86 | 15.73 | 2.62 | - |
| YUV | 102.02 | 75.51 | 135.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 115 | 9 | 0.03 | 0 | 0.92 | 0.55 | 61.7 | 0.85 | 0.24 |
| Hex | 70 | 73 | 9 | 3 | 0 | 5C | 37 | 3E | 55 | 18 |
| Octal | 160 | 163 | 11 | 3 | 0 | 134 | 67 | 76 | 125 | 30 |
| Binary | 1110000 | 1110011 | 1001 | 11 | 0 | 1011100 | 110111 | 111110 | 1010101 | 11000 |
Color Harmonies of #707309
Complementary color
Monochromatic Colors of #707309
Black with #707309
Text Example
Text Example
White with #707309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707309; }
p { color: rgb(112,115,9); }
H1.HeaderClassName
{
color: #707309;
}
.AnyTagClassName
{
color: #707309;
}
</style>
background-color css
<style>
a { background-color: #707309; }
a { background-color: rgb(112,115,9); }
div.DivClassName
{
background-color: #707309;
}
.BgClassName
{
background-color: #707309;
}
</style>
border-color css
<style>
span { border-color: #707309; }
span { border-color: rgb(112,115,9); }
td.TdClassName
{
border-color: #707309;
}
.TagClassName
{
border-color: #707309;
}
</style>