Shades of Olive #717809
Tints of Olive #717809
RGB
CMYK
RGB Variations
Color information
#717809 (or 0x717809) is known color: Olive. HEX triplet: 71, 78 and 09. RGB value is (113,120,9). Sum of RGB (Red+Green+Blue) = 113+120+9=242 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.69% from 242); Green value is 120 (47.27% from 255 or 49.59% from 242); Blue value is 9 (3.91% from 255 or 3.72% from 242); Max value from RGB is 120 - color contains mainly: green. Hex color #717809 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #717809 is #8E87F6. Grayscale: #696969. Windows color (decimal): -9340919 or 620657. OLE color: 620657.
HSL color Cylindrical-coordinate representation of color #717809: hue angle of 63.78º 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 #717809 is Cyan = 0.06, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 113 | 120 | 9 | - |
| CMYK | 0.06 | 0 | 0.92 | 0.53 |
| HSL | 63.78º | 0.86% | 0.25% | - |
| HSV(B) | 63.78º | 0.93% | 0.47% | - |
| XYZ | 13.58 | 16.96 | 2.82 | - |
| YUV | 105.25 | 73.68 | 133.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 120 | 9 | 0.06 | 0 | 0.92 | 0.53 | 63.78 | 0.86 | 0.25 |
| Hex | 71 | 78 | 9 | 6 | 0 | 5C | 35 | 40 | 56 | 19 |
| Octal | 161 | 170 | 11 | 6 | 0 | 134 | 65 | 100 | 126 | 31 |
| Binary | 1110001 | 1111000 | 1001 | 110 | 0 | 1011100 | 110101 | 1000000 | 1010110 | 11001 |
Color Harmonies of #717809
Complementary color
Monochromatic Colors of #717809
Black with #717809
Text Example
Text Example
White with #717809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717809; }
p { color: rgb(113,120,9); }
H1.HeaderClassName
{
color: #717809;
}
.AnyTagClassName
{
color: #717809;
}
</style>
background-color css
<style>
a { background-color: #717809; }
a { background-color: rgb(113,120,9); }
div.DivClassName
{
background-color: #717809;
}
.BgClassName
{
background-color: #717809;
}
</style>
border-color css
<style>
span { border-color: #717809; }
span { border-color: rgb(113,120,9); }
td.TdClassName
{
border-color: #717809;
}
.TagClassName
{
border-color: #717809;
}
</style>