Shades of Olive Drab #73931E
Tints of Olive Drab #73931E
RGB
CMYK
RGB Variations
Color information
#73931E (or 0x73931E) is known color: Olive Drab. HEX triplet: 73, 93 and 1E. RGB value is (115,147,30). Sum of RGB (Red+Green+Blue) = 115+147+30=292 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.38% from 292); Green value is 147 (57.81% from 255 or 50.34% from 292); Blue value is 30 (12.11% from 255 or 10.27% from 292); Max value from RGB is 147 - color contains mainly: green. Hex color #73931E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73931E is #8C6CE1. Grayscale: #7C7C7C. Windows color (decimal): -9202914 or 2003827. OLE color: 2003827.
HSL color Cylindrical-coordinate representation of color #73931E: hue angle of 76.41º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #73931E is Cyan = 0.22, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 115 | 147 | 30 | - |
| CMYK | 0.22 | 0 | 0.80 | 0.42 |
| HSL | 76.41º | 0.66% | 0.35% | - |
| HSV(B) | 76.41º | 0.8% | 0.58% | - |
| XYZ | 17.74 | 24.61 | 5.04 | - |
| YUV | 124.09 | 74.9 | 121.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 147 | 30 | 0.22 | 0 | 0.80 | 0.42 | 76.41 | 0.66 | 0.35 |
| Hex | 73 | 93 | 1E | 16 | 0 | 50 | 2A | 4C | 42 | 23 |
| Octal | 163 | 223 | 36 | 26 | 0 | 120 | 52 | 114 | 102 | 43 |
| Binary | 1110011 | 10010011 | 11110 | 10110 | 0 | 1010000 | 101010 | 1001100 | 1000010 | 100011 |
Color Harmonies of #73931E
Complementary color
Monochromatic Colors of #73931E
Black with #73931E
Text Example
Text Example
White with #73931E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73931E; }
p { color: rgb(115,147,30); }
H1.HeaderClassName
{
color: #73931E;
}
.AnyTagClassName
{
color: #73931E;
}
</style>
background-color css
<style>
a { background-color: #73931E; }
a { background-color: rgb(115,147,30); }
div.DivClassName
{
background-color: #73931E;
}
.BgClassName
{
background-color: #73931E;
}
</style>
border-color css
<style>
span { border-color: #73931E; }
span { border-color: rgb(115,147,30); }
td.TdClassName
{
border-color: #73931E;
}
.TagClassName
{
border-color: #73931E;
}
</style>