Shades of Olive #717403
Tints of Olive #717403
RGB
CMYK
RGB Variations
Color information
#717403 (or 0x717403) is known color: Olive. HEX triplet: 71, 74 and 03. RGB value is (113,116,3). Sum of RGB (Red+Green+Blue) = 113+116+3=232 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.71% from 232); Green value is 116 (45.70% from 255 or 50% from 232); Blue value is 3 (1.56% from 255 or 1.29% from 232); Max value from RGB is 116 - color contains mainly: green. Hex color #717403 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #717403 is #8E8BFC. Grayscale: #666666. Windows color (decimal): -9341949 or 226417. OLE color: 226417.
HSL color Cylindrical-coordinate representation of color #717403: hue angle of 61.59º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #717403 is Cyan = 0.03, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 113 | 116 | 3 | - |
| CMYK | 0.03 | 0 | 0.97 | 0.55 |
| HSL | 61.59º | 0.95% | 0.23% | - |
| HSV(B) | 61.59º | 0.97% | 0.45% | - |
| XYZ | 13.07 | 16.01 | 2.49 | - |
| YUV | 102.22 | 72.01 | 135.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 116 | 3 | 0.03 | 0 | 0.97 | 0.55 | 61.59 | 0.95 | 0.23 |
| Hex | 71 | 74 | 3 | 3 | 0 | 61 | 37 | 3E | 5F | 17 |
| Octal | 161 | 164 | 3 | 3 | 0 | 141 | 67 | 76 | 137 | 27 |
| Binary | 1110001 | 1110100 | 11 | 11 | 0 | 1100001 | 110111 | 111110 | 1011111 | 10111 |
Color Harmonies of #717403
Complementary color
Monochromatic Colors of #717403
Black with #717403
Text Example
Text Example
White with #717403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717403; }
p { color: rgb(113,116,3); }
H1.HeaderClassName
{
color: #717403;
}
.AnyTagClassName
{
color: #717403;
}
</style>
background-color css
<style>
a { background-color: #717403; }
a { background-color: rgb(113,116,3); }
div.DivClassName
{
background-color: #717403;
}
.BgClassName
{
background-color: #717403;
}
</style>
border-color css
<style>
span { border-color: #717403; }
span { border-color: rgb(113,116,3); }
td.TdClassName
{
border-color: #717403;
}
.TagClassName
{
border-color: #717403;
}
</style>