Shades of Olive #717D00
Tints of Olive #717D00
RGB
CMYK
RGB Variations
Color information
#717D00 (or 0x717D00) is known color: Olive. HEX triplet: 71, 7D and 00. RGB value is (113,125,0). Sum of RGB (Red+Green+Blue) = 113+125+0=238 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.48% from 238); Green value is 125 (49.22% from 255 or 52.52% from 238); Blue value is 0 (0.39% from 255 or 0% from 238); Max value from RGB is 125 - color contains mainly: green. Hex color #717D00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #717D00 is #8E82FF. Grayscale: #6B6B6B. Windows color (decimal): -9339648 or 32113. OLE color: 32113.
HSL color Cylindrical-coordinate representation of color #717D00: hue angle of 65.76º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #717D00 is Cyan = 0.10, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 113 | 125 | 0 | - |
| CMYK | 0.10 | 0 | 1 | 0.51 |
| HSL | 65.76º | 1% | 0.25% | - |
| HSV(B) | 65.76º | 1% | 0.49% | - |
| XYZ | 14.14 | 18.18 | 2.76 | - |
| YUV | 107.16 | 67.52 | 132.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 125 | 0 | 0.10 | 0 | 1 | 0.51 | 65.76 | 1 | 0.25 |
| Hex | 71 | 7D | 0 | A | 0 | 64 | 33 | 42 | 64 | 19 |
| Octal | 161 | 175 | 0 | 12 | 0 | 144 | 63 | 102 | 144 | 31 |
| Binary | 1110001 | 1111101 | 0 | 1010 | 0 | 1100100 | 110011 | 1000010 | 1100100 | 11001 |
Color Harmonies of #717D00
Complementary color
Monochromatic Colors of #717D00
Black with #717D00
Text Example
Text Example
White with #717D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717D00; }
p { color: rgb(113,125,0); }
H1.HeaderClassName
{
color: #717D00;
}
.AnyTagClassName
{
color: #717D00;
}
</style>
background-color css
<style>
a { background-color: #717D00; }
a { background-color: rgb(113,125,0); }
div.DivClassName
{
background-color: #717D00;
}
.BgClassName
{
background-color: #717D00;
}
</style>
border-color css
<style>
span { border-color: #717D00; }
span { border-color: rgb(113,125,0); }
td.TdClassName
{
border-color: #717D00;
}
.TagClassName
{
border-color: #717D00;
}
</style>