Shades of Olive #717908
Tints of Olive #717908
RGB
CMYK
RGB Variations
Color information
#717908 (or 0x717908) is known color: Olive. HEX triplet: 71, 79 and 08. RGB value is (113,121,8). Sum of RGB (Red+Green+Blue) = 113+121+8=242 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.69% from 242); Green value is 121 (47.66% from 255 or 50% from 242); Blue value is 8 (3.52% from 255 or 3.31% from 242); Max value from RGB is 121 - color contains mainly: green. Hex color #717908 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #717908 is #8E86F7. Grayscale: #6A6A6A. Windows color (decimal): -9340664 or 555377. OLE color: 555377.
HSL color Cylindrical-coordinate representation of color #717908: hue angle of 64.25º degrees, saturation: 0.88, 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 #717908 is Cyan = 0.07, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 113 | 121 | 8 | - |
| CMYK | 0.07 | 0 | 0.93 | 0.53 |
| HSL | 64.25º | 0.88% | 0.25% | - |
| HSV(B) | 64.25º | 0.93% | 0.47% | - |
| XYZ | 13.69 | 17.2 | 2.83 | - |
| YUV | 105.73 | 72.85 | 133.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 121 | 8 | 0.07 | 0 | 0.93 | 0.53 | 64.25 | 0.88 | 0.25 |
| Hex | 71 | 79 | 8 | 7 | 0 | 5D | 35 | 40 | 58 | 19 |
| Octal | 161 | 171 | 10 | 7 | 0 | 135 | 65 | 100 | 130 | 31 |
| Binary | 1110001 | 1111001 | 1000 | 111 | 0 | 1011101 | 110101 | 1000000 | 1011000 | 11001 |
Color Harmonies of #717908
Complementary color
Monochromatic Colors of #717908
Black with #717908
Text Example
Text Example
White with #717908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717908; }
p { color: rgb(113,121,8); }
H1.HeaderClassName
{
color: #717908;
}
.AnyTagClassName
{
color: #717908;
}
</style>
background-color css
<style>
a { background-color: #717908; }
a { background-color: rgb(113,121,8); }
div.DivClassName
{
background-color: #717908;
}
.BgClassName
{
background-color: #717908;
}
</style>
border-color css
<style>
span { border-color: #717908; }
span { border-color: rgb(113,121,8); }
td.TdClassName
{
border-color: #717908;
}
.TagClassName
{
border-color: #717908;
}
</style>