Shades of Olive #716803
Tints of Olive #716803
RGB
CMYK
RGB Variations
Color information
#716803 (or 0x716803) is known color: Olive. HEX triplet: 71, 68 and 03. RGB value is (113,104,3). Sum of RGB (Red+Green+Blue) = 113+104+3=220 (29% of max value = 765). Red value is 113 (44.53% from 255 or 51.36% from 220); Green value is 104 (41.02% from 255 or 47.27% from 220); Blue value is 3 (1.56% from 255 or 1.36% from 220); Max value from RGB is 113 - color contains mainly: red. Hex color #716803 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716803 is #8E97FC. Grayscale: #5F5F5F. Windows color (decimal): -9345021 or 223345. OLE color: 223345.
HSL color Cylindrical-coordinate representation of color #716803: hue angle of 55.09º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #716803 is Cyan = 0, Magento = 0.08, Yellow = 0.97 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 104 | 3 | - |
| CMYK | 0 | 0.08 | 0.97 | 0.56 |
| HSL | 55.09º | 0.95% | 0.23% | - |
| HSV(B) | 55.09º | 0.97% | 0.44% | - |
| XYZ | 11.78 | 13.42 | 2.06 | - |
| YUV | 95.18 | 75.98 | 140.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 104 | 3 | 0 | 0.08 | 0.97 | 0.56 | 55.09 | 0.95 | 0.23 |
| Hex | 71 | 68 | 3 | 0 | 8 | 61 | 38 | 37 | 5F | 17 |
| Octal | 161 | 150 | 3 | 0 | 10 | 141 | 70 | 67 | 137 | 27 |
| Binary | 1110001 | 1101000 | 11 | 0 | 1000 | 1100001 | 111000 | 110111 | 1011111 | 10111 |
Color Harmonies of #716803
Complementary color
Monochromatic Colors of #716803
Black with #716803
Text Example
Text Example
White with #716803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716803; }
p { color: rgb(113,104,3); }
H1.HeaderClassName
{
color: #716803;
}
.AnyTagClassName
{
color: #716803;
}
</style>
background-color css
<style>
a { background-color: #716803; }
a { background-color: rgb(113,104,3); }
div.DivClassName
{
background-color: #716803;
}
.BgClassName
{
background-color: #716803;
}
</style>
border-color css
<style>
span { border-color: #716803; }
span { border-color: rgb(113,104,3); }
td.TdClassName
{
border-color: #716803;
}
.TagClassName
{
border-color: #716803;
}
</style>