Shades of Olive #716702
Tints of Olive #716702
RGB
CMYK
RGB Variations
Color information
#716702 (or 0x716702) is known color: Olive. HEX triplet: 71, 67 and 02. RGB value is (113,103,2). Sum of RGB (Red+Green+Blue) = 113+103+2=218 (28% of max value = 765). Red value is 113 (44.53% from 255 or 51.83% from 218); Green value is 103 (40.62% from 255 or 47.25% from 218); Blue value is 2 (1.17% from 255 or 0.92% from 218); Max value from RGB is 113 - color contains mainly: red. Hex color #716702 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716702 is #8E98FD. Grayscale: #5E5E5E. Windows color (decimal): -9345278 or 157553. OLE color: 157553.
HSL color Cylindrical-coordinate representation of color #716702: hue angle of 54.59º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #716702 is Cyan = 0, Magento = 0.09, Yellow = 0.98 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 103 | 2 | - |
| CMYK | 0 | 0.09 | 0.98 | 0.56 |
| HSL | 54.59º | 0.97% | 0.23% | - |
| HSV(B) | 54.59º | 0.98% | 0.44% | - |
| XYZ | 11.67 | 13.22 | 1.99 | - |
| YUV | 94.48 | 75.81 | 141.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 103 | 2 | 0 | 0.09 | 0.98 | 0.56 | 54.59 | 0.97 | 0.23 |
| Hex | 71 | 67 | 2 | 0 | 9 | 62 | 38 | 37 | 61 | 17 |
| Octal | 161 | 147 | 2 | 0 | 11 | 142 | 70 | 67 | 141 | 27 |
| Binary | 1110001 | 1100111 | 10 | 0 | 1001 | 1100010 | 111000 | 110111 | 1100001 | 10111 |
Color Harmonies of #716702
Complementary color
Monochromatic Colors of #716702
Black with #716702
Text Example
Text Example
White with #716702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716702; }
p { color: rgb(113,103,2); }
H1.HeaderClassName
{
color: #716702;
}
.AnyTagClassName
{
color: #716702;
}
</style>
background-color css
<style>
a { background-color: #716702; }
a { background-color: rgb(113,103,2); }
div.DivClassName
{
background-color: #716702;
}
.BgClassName
{
background-color: #716702;
}
</style>
border-color css
<style>
span { border-color: #716702; }
span { border-color: rgb(113,103,2); }
td.TdClassName
{
border-color: #716702;
}
.TagClassName
{
border-color: #716702;
}
</style>