Shades of Olive #717C08
Tints of Olive #717C08
RGB
CMYK
RGB Variations
Color information
#717C08 (or 0x717C08) is known color: Olive. HEX triplet: 71, 7C and 08. RGB value is (113,124,8). Sum of RGB (Red+Green+Blue) = 113+124+8=245 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.12% from 245); Green value is 124 (48.83% from 255 or 50.61% from 245); Blue value is 8 (3.52% from 255 or 3.27% from 245); Max value from RGB is 124 - color contains mainly: green. Hex color #717C08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #717C08 is #8E83F7. Grayscale: #6B6B6B. Windows color (decimal): -9339896 or 556145. OLE color: 556145.
HSL color Cylindrical-coordinate representation of color #717C08: hue angle of 65.69º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #717C08 is Cyan = 0.09, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 113 | 124 | 8 | - |
| CMYK | 0.09 | 0 | 0.94 | 0.51 |
| HSL | 65.69º | 0.88% | 0.26% | - |
| HSV(B) | 65.69º | 0.94% | 0.49% | - |
| XYZ | 14.06 | 17.94 | 2.95 | - |
| YUV | 107.49 | 71.86 | 131.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 124 | 8 | 0.09 | 0 | 0.94 | 0.51 | 65.69 | 0.88 | 0.26 |
| Hex | 71 | 7C | 8 | 9 | 0 | 5E | 33 | 42 | 58 | 1A |
| Octal | 161 | 174 | 10 | 11 | 0 | 136 | 63 | 102 | 130 | 32 |
| Binary | 1110001 | 1111100 | 1000 | 1001 | 0 | 1011110 | 110011 | 1000010 | 1011000 | 11010 |
Color Harmonies of #717C08
Complementary color
Monochromatic Colors of #717C08
Black with #717C08
Text Example
Text Example
White with #717C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717C08; }
p { color: rgb(113,124,8); }
H1.HeaderClassName
{
color: #717C08;
}
.AnyTagClassName
{
color: #717C08;
}
</style>
background-color css
<style>
a { background-color: #717C08; }
a { background-color: rgb(113,124,8); }
div.DivClassName
{
background-color: #717C08;
}
.BgClassName
{
background-color: #717C08;
}
</style>
border-color css
<style>
span { border-color: #717C08; }
span { border-color: rgb(113,124,8); }
td.TdClassName
{
border-color: #717C08;
}
.TagClassName
{
border-color: #717C08;
}
</style>