Shades of Olive #73800E
Tints of Olive #73800E
RGB
CMYK
RGB Variations
Color information
#73800E (or 0x73800E) is known color: Olive. HEX triplet: 73, 80 and 0E. RGB value is (115,128,14). Sum of RGB (Red+Green+Blue) = 115+128+14=257 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.75% from 257); Green value is 128 (50.39% from 255 or 49.81% from 257); Blue value is 14 (5.86% from 255 or 5.45% from 257); Max value from RGB is 128 - color contains mainly: green. Hex color #73800E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #73800E is #8C7FF1. Grayscale: #6F6F6F. Windows color (decimal): -9207794 or 950387. OLE color: 950387.
HSL color Cylindrical-coordinate representation of color #73800E: hue angle of 66.84º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #73800E is Cyan = 0.10, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 115 | 128 | 14 | - |
| CMYK | 0.10 | 0 | 0.89 | 0.50 |
| HSL | 66.84º | 0.8% | 0.28% | - |
| HSV(B) | 66.84º | 0.89% | 0.5% | - |
| XYZ | 14.87 | 19.11 | 3.32 | - |
| YUV | 111.12 | 73.19 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 128 | 14 | 0.10 | 0 | 0.89 | 0.50 | 66.84 | 0.8 | 0.28 |
| Hex | 73 | 80 | E | A | 0 | 59 | 32 | 43 | 50 | 1C |
| Octal | 163 | 200 | 16 | 12 | 0 | 131 | 62 | 103 | 120 | 34 |
| Binary | 1110011 | 10000000 | 1110 | 1010 | 0 | 1011001 | 110010 | 1000011 | 1010000 | 11100 |
Color Harmonies of #73800E
Complementary color
Monochromatic Colors of #73800E
Black with #73800E
Text Example
Text Example
White with #73800E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73800E; }
p { color: rgb(115,128,14); }
H1.HeaderClassName
{
color: #73800E;
}
.AnyTagClassName
{
color: #73800E;
}
</style>
background-color css
<style>
a { background-color: #73800E; }
a { background-color: rgb(115,128,14); }
div.DivClassName
{
background-color: #73800E;
}
.BgClassName
{
background-color: #73800E;
}
</style>
border-color css
<style>
span { border-color: #73800E; }
span { border-color: rgb(115,128,14); }
td.TdClassName
{
border-color: #73800E;
}
.TagClassName
{
border-color: #73800E;
}
</style>