Shades of Olive #73710B
Tints of Olive #73710B
RGB
CMYK
RGB Variations
Color information
#73710B (or 0x73710B) is known color: Olive. HEX triplet: 73, 71 and 0B. RGB value is (115,113,11). Sum of RGB (Red+Green+Blue) = 115+113+11=239 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.12% from 239); Green value is 113 (44.53% from 255 or 47.28% from 239); Blue value is 11 (4.69% from 255 or 4.60% from 239); Max value from RGB is 115 - color contains mainly: red. Hex color #73710B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #73710B is #8C8EF4. Grayscale: #666666. Windows color (decimal): -9211637 or 749939. OLE color: 749939.
HSL color Cylindrical-coordinate representation of color #73710B: hue angle of 58.85º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #73710B is Cyan = 0, Magento = 0.02, Yellow = 0.90 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 113 | 11 | - |
| CMYK | 0 | 0.02 | 0.90 | 0.55 |
| HSL | 58.85º | 0.83% | 0.25% | - |
| HSV(B) | 58.85º | 0.9% | 0.45% | - |
| XYZ | 13.04 | 15.48 | 2.62 | - |
| YUV | 101.97 | 76.66 | 137.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 113 | 11 | 0 | 0.02 | 0.90 | 0.55 | 58.85 | 0.83 | 0.25 |
| Hex | 73 | 71 | B | 0 | 2 | 5A | 37 | 3B | 53 | 19 |
| Octal | 163 | 161 | 13 | 0 | 2 | 132 | 67 | 73 | 123 | 31 |
| Binary | 1110011 | 1110001 | 1011 | 0 | 10 | 1011010 | 110111 | 111011 | 1010011 | 11001 |
Color Harmonies of #73710B
Complementary color
Monochromatic Colors of #73710B
Black with #73710B
Text Example
Text Example
White with #73710B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73710B; }
p { color: rgb(115,113,11); }
H1.HeaderClassName
{
color: #73710B;
}
.AnyTagClassName
{
color: #73710B;
}
</style>
background-color css
<style>
a { background-color: #73710B; }
a { background-color: rgb(115,113,11); }
div.DivClassName
{
background-color: #73710B;
}
.BgClassName
{
background-color: #73710B;
}
</style>
border-color css
<style>
span { border-color: #73710B; }
span { border-color: rgb(115,113,11); }
td.TdClassName
{
border-color: #73710B;
}
.TagClassName
{
border-color: #73710B;
}
</style>