Shades of Olive #716808
Tints of Olive #716808
RGB
CMYK
RGB Variations
Color information
#716808 (or 0x716808) is known color: Olive. HEX triplet: 71, 68 and 08. RGB value is (113,104,8). Sum of RGB (Red+Green+Blue) = 113+104+8=225 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.22% from 225); Green value is 104 (41.02% from 255 or 46.22% from 225); Blue value is 8 (3.52% from 255 or 3.56% from 225); Max value from RGB is 113 - color contains mainly: red. Hex color #716808 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716808 is #8E97F7. Grayscale: #606060. Windows color (decimal): -9345016 or 551025. OLE color: 551025.
HSL color Cylindrical-coordinate representation of color #716808: hue angle of 54.86º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #716808 is Cyan = 0, Magento = 0.08, Yellow = 0.93 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 104 | 8 | - |
| CMYK | 0 | 0.08 | 0.93 | 0.56 |
| HSL | 54.86º | 0.87% | 0.24% | - |
| HSV(B) | 54.86º | 0.93% | 0.44% | - |
| XYZ | 11.8 | 13.43 | 2.2 | - |
| YUV | 95.75 | 78.48 | 140.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 104 | 8 | 0 | 0.08 | 0.93 | 0.56 | 54.86 | 0.87 | 0.24 |
| Hex | 71 | 68 | 8 | 0 | 8 | 5D | 38 | 37 | 57 | 18 |
| Octal | 161 | 150 | 10 | 0 | 10 | 135 | 70 | 67 | 127 | 30 |
| Binary | 1110001 | 1101000 | 1000 | 0 | 1000 | 1011101 | 111000 | 110111 | 1010111 | 11000 |
Color Harmonies of #716808
Complementary color
Monochromatic Colors of #716808
Black with #716808
Text Example
Text Example
White with #716808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716808; }
p { color: rgb(113,104,8); }
H1.HeaderClassName
{
color: #716808;
}
.AnyTagClassName
{
color: #716808;
}
</style>
background-color css
<style>
a { background-color: #716808; }
a { background-color: rgb(113,104,8); }
div.DivClassName
{
background-color: #716808;
}
.BgClassName
{
background-color: #716808;
}
</style>
border-color css
<style>
span { border-color: #716808; }
span { border-color: rgb(113,104,8); }
td.TdClassName
{
border-color: #716808;
}
.TagClassName
{
border-color: #716808;
}
</style>