Shades of Olive #807713
Tints of Olive #807713
RGB
CMYK
RGB Variations
Color information
#807713 (or 0x807713) is known color: Olive. HEX triplet: 80, 77 and 13. RGB value is (128,119,19). Sum of RGB (Red+Green+Blue) = 128+119+19=266 (35% of max value = 765). Red value is 128 (50.39% from 255 or 48.12% from 266); Green value is 119 (46.88% from 255 or 44.74% from 266); Blue value is 19 (7.81% from 255 or 7.14% from 266); Max value from RGB is 128 - color contains mainly: red. Hex color #807713 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #807713 is #7F88EC. Grayscale: #6E6E6E. Windows color (decimal): -8358125 or 1275776. OLE color: 1275776.
HSL color Cylindrical-coordinate representation of color #807713: hue angle of 55.05º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #807713 is Cyan = 0, Magento = 0.07, Yellow = 0.85 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 119 | 19 | - |
| CMYK | 0 | 0.07 | 0.85 | 0.50 |
| HSL | 55.05º | 0.74% | 0.29% | - |
| HSV(B) | 55.05º | 0.85% | 0.5% | - |
| XYZ | 15.62 | 17.83 | 3.23 | - |
| YUV | 110.29 | 76.48 | 140.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 119 | 19 | 0 | 0.07 | 0.85 | 0.50 | 55.05 | 0.74 | 0.29 |
| Hex | 80 | 77 | 13 | 0 | 7 | 55 | 32 | 37 | 4A | 1D |
| Octal | 200 | 167 | 23 | 0 | 7 | 125 | 62 | 67 | 112 | 35 |
| Binary | 10000000 | 1110111 | 10011 | 0 | 111 | 1010101 | 110010 | 110111 | 1001010 | 11101 |
Color Harmonies of #807713
Complementary color
Monochromatic Colors of #807713
Black with #807713
Text Example
Text Example
White with #807713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807713; }
p { color: rgb(128,119,19); }
H1.HeaderClassName
{
color: #807713;
}
.AnyTagClassName
{
color: #807713;
}
</style>
background-color css
<style>
a { background-color: #807713; }
a { background-color: rgb(128,119,19); }
div.DivClassName
{
background-color: #807713;
}
.BgClassName
{
background-color: #807713;
}
</style>
border-color css
<style>
span { border-color: #807713; }
span { border-color: rgb(128,119,19); }
td.TdClassName
{
border-color: #807713;
}
.TagClassName
{
border-color: #807713;
}
</style>