Shades of Olive #716C03
Tints of Olive #716C03
RGB
CMYK
RGB Variations
Color information
#716C03 (or 0x716C03) is known color: Olive. HEX triplet: 71, 6C and 03. RGB value is (113,108,3). Sum of RGB (Red+Green+Blue) = 113+108+3=224 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.45% from 224); Green value is 108 (42.58% from 255 or 48.21% from 224); Blue value is 3 (1.56% from 255 or 1.34% from 224); Max value from RGB is 113 - color contains mainly: red. Hex color #716C03 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716C03 is #8E93FC. Grayscale: #616161. Windows color (decimal): -9343997 or 224369. OLE color: 224369.
HSL color Cylindrical-coordinate representation of color #716C03: hue angle of 57.27º 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 #716C03 is Cyan = 0, Magento = 0.04, Yellow = 0.97 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 108 | 3 | - |
| CMYK | 0 | 0.04 | 0.97 | 0.56 |
| HSL | 57.27º | 0.95% | 0.23% | - |
| HSV(B) | 57.27º | 0.97% | 0.44% | - |
| XYZ | 12.19 | 14.24 | 2.19 | - |
| YUV | 97.53 | 74.66 | 139.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 108 | 3 | 0 | 0.04 | 0.97 | 0.56 | 57.27 | 0.95 | 0.23 |
| Hex | 71 | 6C | 3 | 0 | 4 | 61 | 38 | 39 | 5F | 17 |
| Octal | 161 | 154 | 3 | 0 | 4 | 141 | 70 | 71 | 137 | 27 |
| Binary | 1110001 | 1101100 | 11 | 0 | 100 | 1100001 | 111000 | 111001 | 1011111 | 10111 |
Color Harmonies of #716C03
Complementary color
Monochromatic Colors of #716C03
Black with #716C03
Text Example
Text Example
White with #716C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716C03; }
p { color: rgb(113,108,3); }
H1.HeaderClassName
{
color: #716C03;
}
.AnyTagClassName
{
color: #716C03;
}
</style>
background-color css
<style>
a { background-color: #716C03; }
a { background-color: rgb(113,108,3); }
div.DivClassName
{
background-color: #716C03;
}
.BgClassName
{
background-color: #716C03;
}
</style>
border-color css
<style>
span { border-color: #716C03; }
span { border-color: rgb(113,108,3); }
td.TdClassName
{
border-color: #716C03;
}
.TagClassName
{
border-color: #716C03;
}
</style>