Shades of Olive Drab #73951C
Tints of Olive Drab #73951C
RGB
CMYK
RGB Variations
Color information
#73951C (or 0x73951C) is known color: Olive Drab. HEX triplet: 73, 95 and 1C. RGB value is (115,149,28). Sum of RGB (Red+Green+Blue) = 115+149+28=292 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.38% from 292); Green value is 149 (58.59% from 255 or 51.03% from 292); Blue value is 28 (11.33% from 255 or 9.59% from 292); Max value from RGB is 149 - color contains mainly: green. Hex color #73951C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73951C is #8C6AE3. Grayscale: #7D7D7D. Windows color (decimal): -9202404 or 1873267. OLE color: 1873267.
HSL color Cylindrical-coordinate representation of color #73951C: hue angle of 76.86º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #73951C is Cyan = 0.23, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 115 | 149 | 28 | - |
| CMYK | 0.23 | 0 | 0.81 | 0.42 |
| HSL | 76.86º | 0.68% | 0.35% | - |
| HSV(B) | 76.86º | 0.81% | 0.58% | - |
| XYZ | 18.03 | 25.22 | 5.02 | - |
| YUV | 125.04 | 73.24 | 120.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 149 | 28 | 0.23 | 0 | 0.81 | 0.42 | 76.86 | 0.68 | 0.35 |
| Hex | 73 | 95 | 1C | 17 | 0 | 51 | 2A | 4D | 44 | 23 |
| Octal | 163 | 225 | 34 | 27 | 0 | 121 | 52 | 115 | 104 | 43 |
| Binary | 1110011 | 10010101 | 11100 | 10111 | 0 | 1010001 | 101010 | 1001101 | 1000100 | 100011 |
Color Harmonies of #73951C
Complementary color
Monochromatic Colors of #73951C
Black with #73951C
Text Example
Text Example
White with #73951C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73951C; }
p { color: rgb(115,149,28); }
H1.HeaderClassName
{
color: #73951C;
}
.AnyTagClassName
{
color: #73951C;
}
</style>
background-color css
<style>
a { background-color: #73951C; }
a { background-color: rgb(115,149,28); }
div.DivClassName
{
background-color: #73951C;
}
.BgClassName
{
background-color: #73951C;
}
</style>
border-color css
<style>
span { border-color: #73951C; }
span { border-color: rgb(115,149,28); }
td.TdClassName
{
border-color: #73951C;
}
.TagClassName
{
border-color: #73951C;
}
</style>