Shades of Olive #73810E
Tints of Olive #73810E
RGB
CMYK
RGB Variations
Color information
#73810E (or 0x73810E) is known color: Olive. HEX triplet: 73, 81 and 0E. RGB value is (115,129,14). Sum of RGB (Red+Green+Blue) = 115+129+14=258 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.57% from 258); Green value is 129 (50.78% from 255 or 50% from 258); Blue value is 14 (5.86% from 255 or 5.43% from 258); Max value from RGB is 129 - color contains mainly: green. Hex color #73810E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #73810E is #8C7EF1. Grayscale: #707070. Windows color (decimal): -9207538 or 950643. OLE color: 950643.
HSL color Cylindrical-coordinate representation of color #73810E: hue angle of 67.3º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #73810E is Cyan = 0.11, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 115 | 129 | 14 | - |
| CMYK | 0.11 | 0 | 0.89 | 0.49 |
| HSL | 67.3º | 0.8% | 0.28% | - |
| HSV(B) | 67.3º | 0.89% | 0.51% | - |
| XYZ | 15 | 19.38 | 3.37 | - |
| YUV | 111.7 | 72.86 | 130.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 129 | 14 | 0.11 | 0 | 0.89 | 0.49 | 67.3 | 0.8 | 0.28 |
| Hex | 73 | 81 | E | B | 0 | 59 | 31 | 43 | 50 | 1C |
| Octal | 163 | 201 | 16 | 13 | 0 | 131 | 61 | 103 | 120 | 34 |
| Binary | 1110011 | 10000001 | 1110 | 1011 | 0 | 1011001 | 110001 | 1000011 | 1010000 | 11100 |
Color Harmonies of #73810E
Complementary color
Monochromatic Colors of #73810E
Black with #73810E
Text Example
Text Example
White with #73810E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73810E; }
p { color: rgb(115,129,14); }
H1.HeaderClassName
{
color: #73810E;
}
.AnyTagClassName
{
color: #73810E;
}
</style>
background-color css
<style>
a { background-color: #73810E; }
a { background-color: rgb(115,129,14); }
div.DivClassName
{
background-color: #73810E;
}
.BgClassName
{
background-color: #73810E;
}
</style>
border-color css
<style>
span { border-color: #73810E; }
span { border-color: rgb(115,129,14); }
td.TdClassName
{
border-color: #73810E;
}
.TagClassName
{
border-color: #73810E;
}
</style>