Shades of Olive #716A03
Tints of Olive #716A03
RGB
CMYK
RGB Variations
Color information
#716A03 (or 0x716A03) is known color: Olive. HEX triplet: 71, 6A and 03. RGB value is (113,106,3). Sum of RGB (Red+Green+Blue) = 113+106+3=222 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.90% from 222); Green value is 106 (41.80% from 255 or 47.75% from 222); Blue value is 3 (1.56% from 255 or 1.35% from 222); Max value from RGB is 113 - color contains mainly: red. Hex color #716A03 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716A03 is #8E95FC. Grayscale: #606060. Windows color (decimal): -9344509 or 223857. OLE color: 223857.
HSL color Cylindrical-coordinate representation of color #716A03: hue angle of 56.18º 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 #716A03 is Cyan = 0, Magento = 0.06, Yellow = 0.97 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 106 | 3 | - |
| CMYK | 0 | 0.06 | 0.97 | 0.56 |
| HSL | 56.18º | 0.95% | 0.23% | - |
| HSV(B) | 56.18º | 0.97% | 0.44% | - |
| XYZ | 11.98 | 13.83 | 2.12 | - |
| YUV | 96.35 | 75.32 | 139.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 106 | 3 | 0 | 0.06 | 0.97 | 0.56 | 56.18 | 0.95 | 0.23 |
| Hex | 71 | 6A | 3 | 0 | 6 | 61 | 38 | 38 | 5F | 17 |
| Octal | 161 | 152 | 3 | 0 | 6 | 141 | 70 | 70 | 137 | 27 |
| Binary | 1110001 | 1101010 | 11 | 0 | 110 | 1100001 | 111000 | 111000 | 1011111 | 10111 |
Color Harmonies of #716A03
Complementary color
Monochromatic Colors of #716A03
Black with #716A03
Text Example
Text Example
White with #716A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716A03; }
p { color: rgb(113,106,3); }
H1.HeaderClassName
{
color: #716A03;
}
.AnyTagClassName
{
color: #716A03;
}
</style>
background-color css
<style>
a { background-color: #716A03; }
a { background-color: rgb(113,106,3); }
div.DivClassName
{
background-color: #716A03;
}
.BgClassName
{
background-color: #716A03;
}
</style>
border-color css
<style>
span { border-color: #716A03; }
span { border-color: rgb(113,106,3); }
td.TdClassName
{
border-color: #716A03;
}
.TagClassName
{
border-color: #716A03;
}
</style>