Shades of Olive #73750D
Tints of Olive #73750D
RGB
CMYK
RGB Variations
Color information
#73750D (or 0x73750D) is known color: Olive. HEX triplet: 73, 75 and 0D. RGB value is (115,117,13). Sum of RGB (Red+Green+Blue) = 115+117+13=245 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.94% from 245); Green value is 117 (46.09% from 255 or 47.76% from 245); Blue value is 13 (5.47% from 255 or 5.31% from 245); Max value from RGB is 117 - color contains mainly: green. Hex color #73750D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #73750D is #8C8AF2. Grayscale: #686868. Windows color (decimal): -9210611 or 882035. OLE color: 882035.
HSL color Cylindrical-coordinate representation of color #73750D: hue angle of 61.15º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #73750D is Cyan = 0.02, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 115 | 117 | 13 | - |
| CMYK | 0.02 | 0 | 0.89 | 0.54 |
| HSL | 61.15º | 0.8% | 0.25% | - |
| HSV(B) | 61.15º | 0.89% | 0.46% | - |
| XYZ | 13.5 | 16.4 | 2.83 | - |
| YUV | 104.55 | 76.34 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 117 | 13 | 0.02 | 0 | 0.89 | 0.54 | 61.15 | 0.8 | 0.25 |
| Hex | 73 | 75 | D | 2 | 0 | 59 | 36 | 3D | 50 | 19 |
| Octal | 163 | 165 | 15 | 2 | 0 | 131 | 66 | 75 | 120 | 31 |
| Binary | 1110011 | 1110101 | 1101 | 10 | 0 | 1011001 | 110110 | 111101 | 1010000 | 11001 |
Color Harmonies of #73750D
Complementary color
Monochromatic Colors of #73750D
Black with #73750D
Text Example
Text Example
White with #73750D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73750D; }
p { color: rgb(115,117,13); }
H1.HeaderClassName
{
color: #73750D;
}
.AnyTagClassName
{
color: #73750D;
}
</style>
background-color css
<style>
a { background-color: #73750D; }
a { background-color: rgb(115,117,13); }
div.DivClassName
{
background-color: #73750D;
}
.BgClassName
{
background-color: #73750D;
}
</style>
border-color css
<style>
span { border-color: #73750D; }
span { border-color: rgb(115,117,13); }
td.TdClassName
{
border-color: #73750D;
}
.TagClassName
{
border-color: #73750D;
}
</style>