Shades of Olive Drab #73882C
Tints of Olive Drab #73882C
RGB
CMYK
RGB Variations
Color information
#73882C (or 0x73882C) is known color: Olive Drab. HEX triplet: 73, 88 and 2C. RGB value is (115,136,44). Sum of RGB (Red+Green+Blue) = 115+136+44=295 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.98% from 295); Green value is 136 (53.52% from 255 or 46.10% from 295); Blue value is 44 (17.58% from 255 or 14.92% from 295); Max value from RGB is 136 - color contains mainly: green. Hex color #73882C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73882C is #8C77D3. Grayscale: #777777. Windows color (decimal): -9205716 or 2918515. OLE color: 2918515.
HSL color Cylindrical-coordinate representation of color #73882C: hue angle of 73.7º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #73882C is Cyan = 0.15, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 115 | 136 | 44 | - |
| CMYK | 0.15 | 0 | 0.68 | 0.47 |
| HSL | 73.7º | 0.51% | 0.35% | - |
| HSV(B) | 73.7º | 0.68% | 0.53% | - |
| XYZ | 16.33 | 21.44 | 5.66 | - |
| YUV | 119.23 | 85.54 | 124.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 136 | 44 | 0.15 | 0 | 0.68 | 0.47 | 73.7 | 0.51 | 0.35 |
| Hex | 73 | 88 | 2C | F | 0 | 44 | 2F | 4A | 33 | 23 |
| Octal | 163 | 210 | 54 | 17 | 0 | 104 | 57 | 112 | 63 | 43 |
| Binary | 1110011 | 10001000 | 101100 | 1111 | 0 | 1000100 | 101111 | 1001010 | 110011 | 100011 |
Color Harmonies of #73882C
Complementary color
Monochromatic Colors of #73882C
Black with #73882C
Text Example
Text Example
White with #73882C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73882C; }
p { color: rgb(115,136,44); }
H1.HeaderClassName
{
color: #73882C;
}
.AnyTagClassName
{
color: #73882C;
}
</style>
background-color css
<style>
a { background-color: #73882C; }
a { background-color: rgb(115,136,44); }
div.DivClassName
{
background-color: #73882C;
}
.BgClassName
{
background-color: #73882C;
}
</style>
border-color css
<style>
span { border-color: #73882C; }
span { border-color: rgb(115,136,44); }
td.TdClassName
{
border-color: #73882C;
}
.TagClassName
{
border-color: #73882C;
}
</style>