Shades of Olive #73700B
Tints of Olive #73700B
RGB
CMYK
RGB Variations
Color information
#73700B (or 0x73700B) is known color: Olive. HEX triplet: 73, 70 and 0B. RGB value is (115,112,11). Sum of RGB (Red+Green+Blue) = 115+112+11=238 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.32% from 238); Green value is 112 (44.14% from 255 or 47.06% from 238); Blue value is 11 (4.69% from 255 or 4.62% from 238); Max value from RGB is 115 - color contains mainly: red. Hex color #73700B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #73700B is #8C8FF4. Grayscale: #656565. Windows color (decimal): -9211893 or 749683. OLE color: 749683.
HSL color Cylindrical-coordinate representation of color #73700B: hue angle of 58.27º 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 #73700B is Cyan = 0, Magento = 0.03, Yellow = 0.90 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 112 | 11 | - |
| CMYK | 0 | 0.03 | 0.90 | 0.55 |
| HSL | 58.27º | 0.83% | 0.25% | - |
| HSV(B) | 58.27º | 0.9% | 0.45% | - |
| XYZ | 12.92 | 15.26 | 2.58 | - |
| YUV | 101.38 | 76.99 | 137.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 112 | 11 | 0 | 0.03 | 0.90 | 0.55 | 58.27 | 0.83 | 0.25 |
| Hex | 73 | 70 | B | 0 | 3 | 5A | 37 | 3A | 53 | 19 |
| Octal | 163 | 160 | 13 | 0 | 3 | 132 | 67 | 72 | 123 | 31 |
| Binary | 1110011 | 1110000 | 1011 | 0 | 11 | 1011010 | 110111 | 111010 | 1010011 | 11001 |
Color Harmonies of #73700B
Complementary color
Monochromatic Colors of #73700B
Black with #73700B
Text Example
Text Example
White with #73700B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73700B; }
p { color: rgb(115,112,11); }
H1.HeaderClassName
{
color: #73700B;
}
.AnyTagClassName
{
color: #73700B;
}
</style>
background-color css
<style>
a { background-color: #73700B; }
a { background-color: rgb(115,112,11); }
div.DivClassName
{
background-color: #73700B;
}
.BgClassName
{
background-color: #73700B;
}
</style>
border-color css
<style>
span { border-color: #73700B; }
span { border-color: rgb(115,112,11); }
td.TdClassName
{
border-color: #73700B;
}
.TagClassName
{
border-color: #73700B;
}
</style>