Shades of Olive Drab #73872C
Tints of Olive Drab #73872C
RGB
CMYK
RGB Variations
Color information
#73872C (or 0x73872C) is known color: Olive Drab. HEX triplet: 73, 87 and 2C. RGB value is (115,135,44). Sum of RGB (Red+Green+Blue) = 115+135+44=294 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.12% from 294); Green value is 135 (53.12% from 255 or 45.92% from 294); Blue value is 44 (17.58% from 255 or 14.97% from 294); Max value from RGB is 135 - color contains mainly: green. Hex color #73872C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73872C is #8C78D3. Grayscale: #767676. Windows color (decimal): -9205972 or 2918259. OLE color: 2918259.
HSL color Cylindrical-coordinate representation of color #73872C: hue angle of 73.19º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #73872C is Cyan = 0.15, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 115 | 135 | 44 | - |
| CMYK | 0.15 | 0 | 0.67 | 0.47 |
| HSL | 73.19º | 0.51% | 0.35% | - |
| HSV(B) | 73.19º | 0.67% | 0.53% | - |
| XYZ | 16.19 | 21.15 | 5.61 | - |
| YUV | 118.65 | 85.87 | 125.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 135 | 44 | 0.15 | 0 | 0.67 | 0.47 | 73.19 | 0.51 | 0.35 |
| Hex | 73 | 87 | 2C | F | 0 | 43 | 2F | 49 | 33 | 23 |
| Octal | 163 | 207 | 54 | 17 | 0 | 103 | 57 | 111 | 63 | 43 |
| Binary | 1110011 | 10000111 | 101100 | 1111 | 0 | 1000011 | 101111 | 1001001 | 110011 | 100011 |
Color Harmonies of #73872C
Complementary color
Monochromatic Colors of #73872C
Black with #73872C
Text Example
Text Example
White with #73872C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73872C; }
p { color: rgb(115,135,44); }
H1.HeaderClassName
{
color: #73872C;
}
.AnyTagClassName
{
color: #73872C;
}
</style>
background-color css
<style>
a { background-color: #73872C; }
a { background-color: rgb(115,135,44); }
div.DivClassName
{
background-color: #73872C;
}
.BgClassName
{
background-color: #73872C;
}
</style>
border-color css
<style>
span { border-color: #73872C; }
span { border-color: rgb(115,135,44); }
td.TdClassName
{
border-color: #73872C;
}
.TagClassName
{
border-color: #73872C;
}
</style>