Shades of Olive #716C05
Tints of Olive #716C05
RGB
CMYK
RGB Variations
Color information
#716C05 (or 0x716C05) is known color: Olive. HEX triplet: 71, 6C and 05. RGB value is (113,108,5). Sum of RGB (Red+Green+Blue) = 113+108+5=226 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50% from 226); Green value is 108 (42.58% from 255 or 47.79% from 226); Blue value is 5 (2.34% from 255 or 2.21% from 226); Max value from RGB is 113 - color contains mainly: red. Hex color #716C05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716C05 is #8E93FA. Grayscale: #626262. Windows color (decimal): -9343995 or 355441. OLE color: 355441.
HSL color Cylindrical-coordinate representation of color #716C05: hue angle of 57.22º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #716C05 is Cyan = 0, Magento = 0.04, Yellow = 0.96 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 108 | 5 | - |
| CMYK | 0 | 0.04 | 0.96 | 0.56 |
| HSL | 57.22º | 0.92% | 0.23% | - |
| HSV(B) | 57.22º | 0.96% | 0.44% | - |
| XYZ | 12.2 | 14.25 | 2.25 | - |
| YUV | 97.75 | 75.66 | 138.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 108 | 5 | 0 | 0.04 | 0.96 | 0.56 | 57.22 | 0.92 | 0.23 |
| Hex | 71 | 6C | 5 | 0 | 4 | 60 | 38 | 39 | 5C | 17 |
| Octal | 161 | 154 | 5 | 0 | 4 | 140 | 70 | 71 | 134 | 27 |
| Binary | 1110001 | 1101100 | 101 | 0 | 100 | 1100000 | 111000 | 111001 | 1011100 | 10111 |
Color Harmonies of #716C05
Complementary color
Monochromatic Colors of #716C05
Black with #716C05
Text Example
Text Example
White with #716C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716C05; }
p { color: rgb(113,108,5); }
H1.HeaderClassName
{
color: #716C05;
}
.AnyTagClassName
{
color: #716C05;
}
</style>
background-color css
<style>
a { background-color: #716C05; }
a { background-color: rgb(113,108,5); }
div.DivClassName
{
background-color: #716C05;
}
.BgClassName
{
background-color: #716C05;
}
</style>
border-color css
<style>
span { border-color: #716C05; }
span { border-color: rgb(113,108,5); }
td.TdClassName
{
border-color: #716C05;
}
.TagClassName
{
border-color: #716C05;
}
</style>