Shades of Olive #716A01
Tints of Olive #716A01
RGB
CMYK
RGB Variations
Color information
#716A01 (or 0x716A01) is known color: Olive. HEX triplet: 71, 6A and 01. RGB value is (113,106,1). Sum of RGB (Red+Green+Blue) = 113+106+1=220 (29% of max value = 765). Red value is 113 (44.53% from 255 or 51.36% from 220); Green value is 106 (41.80% from 255 or 48.18% from 220); Blue value is 1 (0.78% from 255 or 0.45% from 220); Max value from RGB is 113 - color contains mainly: red. Hex color #716A01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716A01 is #8E95FE. Grayscale: #606060. Windows color (decimal): -9344511 or 92785. OLE color: 92785.
HSL color Cylindrical-coordinate representation of color #716A01: hue angle of 56.25º 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 #716A01 is Cyan = 0, Magento = 0.06, Yellow = 0.99 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 106 | 1 | - |
| CMYK | 0 | 0.06 | 0.99 | 0.56 |
| HSL | 56.25º | 0.98% | 0.22% | - |
| HSV(B) | 56.25º | 0.99% | 0.44% | - |
| XYZ | 11.97 | 13.82 | 2.07 | - |
| YUV | 96.12 | 74.32 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 106 | 1 | 0 | 0.06 | 0.99 | 0.56 | 56.25 | 0.98 | 0.22 |
| Hex | 71 | 6A | 1 | 0 | 6 | 63 | 38 | 38 | 62 | 16 |
| Octal | 161 | 152 | 1 | 0 | 6 | 143 | 70 | 70 | 142 | 26 |
| Binary | 1110001 | 1101010 | 1 | 0 | 110 | 1100011 | 111000 | 111000 | 1100010 | 10110 |
Color Harmonies of #716A01
Complementary color
Monochromatic Colors of #716A01
Black with #716A01
Text Example
Text Example
White with #716A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716A01; }
p { color: rgb(113,106,1); }
H1.HeaderClassName
{
color: #716A01;
}
.AnyTagClassName
{
color: #716A01;
}
</style>
background-color css
<style>
a { background-color: #716A01; }
a { background-color: rgb(113,106,1); }
div.DivClassName
{
background-color: #716A01;
}
.BgClassName
{
background-color: #716A01;
}
</style>
border-color css
<style>
span { border-color: #716A01; }
span { border-color: rgb(113,106,1); }
td.TdClassName
{
border-color: #716A01;
}
.TagClassName
{
border-color: #716A01;
}
</style>