Shades of Olive #717C07
Tints of Olive #717C07
RGB
CMYK
RGB Variations
Color information
#717C07 (or 0x717C07) is known color: Olive. HEX triplet: 71, 7C and 07. RGB value is (113,124,7). Sum of RGB (Red+Green+Blue) = 113+124+7=244 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.31% from 244); Green value is 124 (48.83% from 255 or 50.82% from 244); Blue value is 7 (3.12% from 255 or 2.87% from 244); Max value from RGB is 124 - color contains mainly: green. Hex color #717C07 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #717C07 is #8E83F8. Grayscale: #6B6B6B. Windows color (decimal): -9339897 or 490609. OLE color: 490609.
HSL color Cylindrical-coordinate representation of color #717C07: hue angle of 65.64º degrees, saturation: 0.89, 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 #717C07 is Cyan = 0.09, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 113 | 124 | 7 | - |
| CMYK | 0.09 | 0 | 0.94 | 0.51 |
| HSL | 65.64º | 0.89% | 0.26% | - |
| HSV(B) | 65.64º | 0.94% | 0.49% | - |
| XYZ | 14.06 | 17.94 | 2.92 | - |
| YUV | 107.37 | 71.36 | 132.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 124 | 7 | 0.09 | 0 | 0.94 | 0.51 | 65.64 | 0.89 | 0.26 |
| Hex | 71 | 7C | 7 | 9 | 0 | 5E | 33 | 42 | 59 | 1A |
| Octal | 161 | 174 | 7 | 11 | 0 | 136 | 63 | 102 | 131 | 32 |
| Binary | 1110001 | 1111100 | 111 | 1001 | 0 | 1011110 | 110011 | 1000010 | 1011001 | 11010 |
Color Harmonies of #717C07
Complementary color
Monochromatic Colors of #717C07
Black with #717C07
Text Example
Text Example
White with #717C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717C07; }
p { color: rgb(113,124,7); }
H1.HeaderClassName
{
color: #717C07;
}
.AnyTagClassName
{
color: #717C07;
}
</style>
background-color css
<style>
a { background-color: #717C07; }
a { background-color: rgb(113,124,7); }
div.DivClassName
{
background-color: #717C07;
}
.BgClassName
{
background-color: #717C07;
}
</style>
border-color css
<style>
span { border-color: #717C07; }
span { border-color: rgb(113,124,7); }
td.TdClassName
{
border-color: #717C07;
}
.TagClassName
{
border-color: #717C07;
}
</style>