Shades of Olive #73840B
Tints of Olive #73840B
RGB
CMYK
RGB Variations
Color information
#73840B (or 0x73840B) is known color: Olive. HEX triplet: 73, 84 and 0B. RGB value is (115,132,11). Sum of RGB (Red+Green+Blue) = 115+132+11=258 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.57% from 258); Green value is 132 (51.95% from 255 or 51.16% from 258); Blue value is 11 (4.69% from 255 or 4.26% from 258); Max value from RGB is 132 - color contains mainly: green. Hex color #73840B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #73840B is #8C7BF4. Grayscale: #717171. Windows color (decimal): -9206773 or 754803. OLE color: 754803.
HSL color Cylindrical-coordinate representation of color #73840B: hue angle of 68.43º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #73840B is Cyan = 0.13, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 115 | 132 | 11 | - |
| CMYK | 0.13 | 0 | 0.92 | 0.48 |
| HSL | 68.43º | 0.85% | 0.28% | - |
| HSV(B) | 68.43º | 0.92% | 0.52% | - |
| XYZ | 15.38 | 20.17 | 3.4 | - |
| YUV | 113.12 | 70.37 | 129.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 132 | 11 | 0.13 | 0 | 0.92 | 0.48 | 68.43 | 0.85 | 0.28 |
| Hex | 73 | 84 | B | D | 0 | 5C | 30 | 44 | 55 | 1C |
| Octal | 163 | 204 | 13 | 15 | 0 | 134 | 60 | 104 | 125 | 34 |
| Binary | 1110011 | 10000100 | 1011 | 1101 | 0 | 1011100 | 110000 | 1000100 | 1010101 | 11100 |
Color Harmonies of #73840B
Complementary color
Monochromatic Colors of #73840B
Black with #73840B
Text Example
Text Example
White with #73840B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73840B; }
p { color: rgb(115,132,11); }
H1.HeaderClassName
{
color: #73840B;
}
.AnyTagClassName
{
color: #73840B;
}
</style>
background-color css
<style>
a { background-color: #73840B; }
a { background-color: rgb(115,132,11); }
div.DivClassName
{
background-color: #73840B;
}
.BgClassName
{
background-color: #73840B;
}
</style>
border-color css
<style>
span { border-color: #73840B; }
span { border-color: rgb(115,132,11); }
td.TdClassName
{
border-color: #73840B;
}
.TagClassName
{
border-color: #73840B;
}
</style>