Shades of Olive Drab #73900C
Tints of Olive Drab #73900C
RGB
CMYK
RGB Variations
Color information
#73900C (or 0x73900C) is known color: Olive Drab. HEX triplet: 73, 90 and 0C. RGB value is (115,144,12). Sum of RGB (Red+Green+Blue) = 115+144+12=271 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.44% from 271); Green value is 144 (56.64% from 255 or 53.14% from 271); Blue value is 12 (5.08% from 255 or 4.43% from 271); Max value from RGB is 144 - color contains mainly: green. Hex color #73900C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #73900C is #8C6FF3. Grayscale: #787878. Windows color (decimal): -9203700 or 823411. OLE color: 823411.
HSL color Cylindrical-coordinate representation of color #73900C: hue angle of 73.18º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #73900C is Cyan = 0.20, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 115 | 144 | 12 | - |
| CMYK | 0.20 | 0 | 0.92 | 0.44 |
| HSL | 73.18º | 0.85% | 0.31% | - |
| HSV(B) | 73.18º | 0.92% | 0.56% | - |
| XYZ | 17.11 | 23.62 | 4 | - |
| YUV | 120.28 | 66.89 | 124.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 144 | 12 | 0.20 | 0 | 0.92 | 0.44 | 73.18 | 0.85 | 0.31 |
| Hex | 73 | 90 | C | 14 | 0 | 5C | 2C | 49 | 55 | 1F |
| Octal | 163 | 220 | 14 | 24 | 0 | 134 | 54 | 111 | 125 | 37 |
| Binary | 1110011 | 10010000 | 1100 | 10100 | 0 | 1011100 | 101100 | 1001001 | 1010101 | 11111 |
Color Harmonies of #73900C
Complementary color
Monochromatic Colors of #73900C
Black with #73900C
Text Example
Text Example
White with #73900C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73900C; }
p { color: rgb(115,144,12); }
H1.HeaderClassName
{
color: #73900C;
}
.AnyTagClassName
{
color: #73900C;
}
</style>
background-color css
<style>
a { background-color: #73900C; }
a { background-color: rgb(115,144,12); }
div.DivClassName
{
background-color: #73900C;
}
.BgClassName
{
background-color: #73900C;
}
</style>
border-color css
<style>
span { border-color: #73900C; }
span { border-color: rgb(115,144,12); }
td.TdClassName
{
border-color: #73900C;
}
.TagClassName
{
border-color: #73900C;
}
</style>