Shades of Olive #717C01
Tints of Olive #717C01
RGB
CMYK
RGB Variations
Color information
#717C01 (or 0x717C01) is known color: Olive. HEX triplet: 71, 7C and 01. RGB value is (113,124,1). Sum of RGB (Red+Green+Blue) = 113+124+1=238 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.48% from 238); Green value is 124 (48.83% from 255 or 52.10% from 238); Blue value is 1 (0.78% from 255 or 0.42% from 238); Max value from RGB is 124 - color contains mainly: green. Hex color #717C01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #717C01 is #8E83FE. Grayscale: #6B6B6B. Windows color (decimal): -9339903 or 97393. OLE color: 97393.
HSL color Cylindrical-coordinate representation of color #717C01: hue angle of 65.37º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #717C01 is Cyan = 0.09, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 113 | 124 | 1 | - |
| CMYK | 0.09 | 0 | 0.99 | 0.51 |
| HSL | 65.37º | 0.98% | 0.25% | - |
| HSV(B) | 65.37º | 0.99% | 0.49% | - |
| XYZ | 14.02 | 17.93 | 2.75 | - |
| YUV | 106.69 | 68.36 | 132.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 124 | 1 | 0.09 | 0 | 0.99 | 0.51 | 65.37 | 0.98 | 0.25 |
| Hex | 71 | 7C | 1 | 9 | 0 | 63 | 33 | 41 | 62 | 19 |
| Octal | 161 | 174 | 1 | 11 | 0 | 143 | 63 | 101 | 142 | 31 |
| Binary | 1110001 | 1111100 | 1 | 1001 | 0 | 1100011 | 110011 | 1000001 | 1100010 | 11001 |
Color Harmonies of #717C01
Complementary color
Monochromatic Colors of #717C01
Black with #717C01
Text Example
Text Example
White with #717C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717C01; }
p { color: rgb(113,124,1); }
H1.HeaderClassName
{
color: #717C01;
}
.AnyTagClassName
{
color: #717C01;
}
</style>
background-color css
<style>
a { background-color: #717C01; }
a { background-color: rgb(113,124,1); }
div.DivClassName
{
background-color: #717C01;
}
.BgClassName
{
background-color: #717C01;
}
</style>
border-color css
<style>
span { border-color: #717C01; }
span { border-color: rgb(113,124,1); }
td.TdClassName
{
border-color: #717C01;
}
.TagClassName
{
border-color: #717C01;
}
</style>