Shades of Olive #73850D
Tints of Olive #73850D
RGB
CMYK
RGB Variations
Color information
#73850D (or 0x73850D) is known color: Olive. HEX triplet: 73, 85 and 0D. RGB value is (115,133,13). Sum of RGB (Red+Green+Blue) = 115+133+13=261 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.06% from 261); Green value is 133 (52.34% from 255 or 50.96% from 261); Blue value is 13 (5.47% from 255 or 4.98% from 261); Max value from RGB is 133 - color contains mainly: green. Hex color #73850D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #73850D is #8C7AF2. Grayscale: #727272. Windows color (decimal): -9206515 or 886131. OLE color: 886131.
HSL color Cylindrical-coordinate representation of color #73850D: hue angle of 69º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #73850D is Cyan = 0.14, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 115 | 133 | 13 | - |
| CMYK | 0.14 | 0 | 0.90 | 0.48 |
| HSL | 69º | 0.82% | 0.29% | - |
| HSV(B) | 69º | 0.9% | 0.52% | - |
| XYZ | 15.53 | 20.45 | 3.51 | - |
| YUV | 113.94 | 71.04 | 128.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 133 | 13 | 0.14 | 0 | 0.90 | 0.48 | 69 | 0.82 | 0.29 |
| Hex | 73 | 85 | D | E | 0 | 5A | 30 | 45 | 52 | 1D |
| Octal | 163 | 205 | 15 | 16 | 0 | 132 | 60 | 105 | 122 | 35 |
| Binary | 1110011 | 10000101 | 1101 | 1110 | 0 | 1011010 | 110000 | 1000101 | 1010010 | 11101 |
Color Harmonies of #73850D
Complementary color
Monochromatic Colors of #73850D
Black with #73850D
Text Example
Text Example
White with #73850D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73850D; }
p { color: rgb(115,133,13); }
H1.HeaderClassName
{
color: #73850D;
}
.AnyTagClassName
{
color: #73850D;
}
</style>
background-color css
<style>
a { background-color: #73850D; }
a { background-color: rgb(115,133,13); }
div.DivClassName
{
background-color: #73850D;
}
.BgClassName
{
background-color: #73850D;
}
</style>
border-color css
<style>
span { border-color: #73850D; }
span { border-color: rgb(115,133,13); }
td.TdClassName
{
border-color: #73850D;
}
.TagClassName
{
border-color: #73850D;
}
</style>