Shades of Olive #716B05
Tints of Olive #716B05
RGB
CMYK
RGB Variations
Color information
#716B05 (or 0x716B05) is known color: Olive. HEX triplet: 71, 6B and 05. RGB value is (113,107,5). Sum of RGB (Red+Green+Blue) = 113+107+5=225 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.22% from 225); Green value is 107 (42.19% from 255 or 47.56% from 225); Blue value is 5 (2.34% from 255 or 2.22% from 225); Max value from RGB is 113 - color contains mainly: red. Hex color #716B05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716B05 is #8E94FA. Grayscale: #616161. Windows color (decimal): -9344251 or 355185. OLE color: 355185.
HSL color Cylindrical-coordinate representation of color #716B05: hue angle of 56.67º 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 #716B05 is Cyan = 0, Magento = 0.05, Yellow = 0.96 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 107 | 5 | - |
| CMYK | 0 | 0.05 | 0.96 | 0.56 |
| HSL | 56.67º | 0.92% | 0.23% | - |
| HSV(B) | 56.67º | 0.96% | 0.44% | - |
| XYZ | 12.1 | 14.04 | 2.22 | - |
| YUV | 97.17 | 75.99 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 107 | 5 | 0 | 0.05 | 0.96 | 0.56 | 56.67 | 0.92 | 0.23 |
| Hex | 71 | 6B | 5 | 0 | 5 | 60 | 38 | 39 | 5C | 17 |
| Octal | 161 | 153 | 5 | 0 | 5 | 140 | 70 | 71 | 134 | 27 |
| Binary | 1110001 | 1101011 | 101 | 0 | 101 | 1100000 | 111000 | 111001 | 1011100 | 10111 |
Color Harmonies of #716B05
Complementary color
Monochromatic Colors of #716B05
Black with #716B05
Text Example
Text Example
White with #716B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716B05; }
p { color: rgb(113,107,5); }
H1.HeaderClassName
{
color: #716B05;
}
.AnyTagClassName
{
color: #716B05;
}
</style>
background-color css
<style>
a { background-color: #716B05; }
a { background-color: rgb(113,107,5); }
div.DivClassName
{
background-color: #716B05;
}
.BgClassName
{
background-color: #716B05;
}
</style>
border-color css
<style>
span { border-color: #716B05; }
span { border-color: rgb(113,107,5); }
td.TdClassName
{
border-color: #716B05;
}
.TagClassName
{
border-color: #716B05;
}
</style>