Shades of Olive #716D01
Tints of Olive #716D01
RGB
CMYK
RGB Variations
Color information
#716D01 (or 0x716D01) is known color: Olive. HEX triplet: 71, 6D and 01. RGB value is (113,109,1). Sum of RGB (Red+Green+Blue) = 113+109+1=223 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.67% from 223); Green value is 109 (42.97% from 255 or 48.88% from 223); Blue value is 1 (0.78% from 255 or 0.45% from 223); Max value from RGB is 113 - color contains mainly: red. Hex color #716D01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716D01 is #8E92FE. Grayscale: #626262. Windows color (decimal): -9343743 or 93553. OLE color: 93553.
HSL color Cylindrical-coordinate representation of color #716D01: hue angle of 57.86º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #716D01 is Cyan = 0, Magento = 0.04, Yellow = 0.99 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 109 | 1 | - |
| CMYK | 0 | 0.04 | 0.99 | 0.56 |
| HSL | 57.86º | 0.98% | 0.22% | - |
| HSV(B) | 57.86º | 0.99% | 0.44% | - |
| XYZ | 12.28 | 14.45 | 2.17 | - |
| YUV | 97.88 | 73.33 | 138.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 109 | 1 | 0 | 0.04 | 0.99 | 0.56 | 57.86 | 0.98 | 0.22 |
| Hex | 71 | 6D | 1 | 0 | 4 | 63 | 38 | 3A | 62 | 16 |
| Octal | 161 | 155 | 1 | 0 | 4 | 143 | 70 | 72 | 142 | 26 |
| Binary | 1110001 | 1101101 | 1 | 0 | 100 | 1100011 | 111000 | 111010 | 1100010 | 10110 |
Color Harmonies of #716D01
Complementary color
Monochromatic Colors of #716D01
Black with #716D01
Text Example
Text Example
White with #716D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716D01; }
p { color: rgb(113,109,1); }
H1.HeaderClassName
{
color: #716D01;
}
.AnyTagClassName
{
color: #716D01;
}
</style>
background-color css
<style>
a { background-color: #716D01; }
a { background-color: rgb(113,109,1); }
div.DivClassName
{
background-color: #716D01;
}
.BgClassName
{
background-color: #716D01;
}
</style>
border-color css
<style>
span { border-color: #716D01; }
span { border-color: rgb(113,109,1); }
td.TdClassName
{
border-color: #716D01;
}
.TagClassName
{
border-color: #716D01;
}
</style>