Shades of Olive #707809
Tints of Olive #707809
RGB
CMYK
RGB Variations
Color information
#707809 (or 0x707809) is known color: Olive. HEX triplet: 70, 78 and 09. RGB value is (112,120,9). Sum of RGB (Red+Green+Blue) = 112+120+9=241 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.47% from 241); Green value is 120 (47.27% from 255 or 49.79% from 241); Blue value is 9 (3.91% from 255 or 3.73% from 241); Max value from RGB is 120 - color contains mainly: green. Hex color #707809 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #707809 is #8F87F6. Grayscale: #696969. Windows color (decimal): -9406455 or 620656. OLE color: 620656.
HSL color Cylindrical-coordinate representation of color #707809: hue angle of 64.32º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #707809 is Cyan = 0.07, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 112 | 120 | 9 | - |
| CMYK | 0.07 | 0 | 0.92 | 0.53 |
| HSL | 64.32º | 0.86% | 0.25% | - |
| HSV(B) | 64.32º | 0.93% | 0.47% | - |
| XYZ | 13.45 | 16.9 | 2.81 | - |
| YUV | 104.95 | 73.85 | 133.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 120 | 9 | 0.07 | 0 | 0.92 | 0.53 | 64.32 | 0.86 | 0.25 |
| Hex | 70 | 78 | 9 | 7 | 0 | 5C | 35 | 40 | 56 | 19 |
| Octal | 160 | 170 | 11 | 7 | 0 | 134 | 65 | 100 | 126 | 31 |
| Binary | 1110000 | 1111000 | 1001 | 111 | 0 | 1011100 | 110101 | 1000000 | 1010110 | 11001 |
Color Harmonies of #707809
Complementary color
Monochromatic Colors of #707809
Black with #707809
Text Example
Text Example
White with #707809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707809; }
p { color: rgb(112,120,9); }
H1.HeaderClassName
{
color: #707809;
}
.AnyTagClassName
{
color: #707809;
}
</style>
background-color css
<style>
a { background-color: #707809; }
a { background-color: rgb(112,120,9); }
div.DivClassName
{
background-color: #707809;
}
.BgClassName
{
background-color: #707809;
}
</style>
border-color css
<style>
span { border-color: #707809; }
span { border-color: rgb(112,120,9); }
td.TdClassName
{
border-color: #707809;
}
.TagClassName
{
border-color: #707809;
}
</style>