Shades of Olive Drab #73940A
Tints of Olive Drab #73940A
RGB
CMYK
RGB Variations
Color information
#73940A (or 0x73940A) is known color: Olive Drab. HEX triplet: 73, 94 and 0A. RGB value is (115,148,10). Sum of RGB (Red+Green+Blue) = 115+148+10=273 (36% of max value = 765). Red value is 115 (45.31% from 255 or 42.12% from 273); Green value is 148 (58.20% from 255 or 54.21% from 273); Blue value is 10 (4.30% from 255 or 3.66% from 273); Max value from RGB is 148 - color contains mainly: green. Hex color #73940A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #73940A is #8C6BF5. Grayscale: #7A7A7A. Windows color (decimal): -9202678 or 693363. OLE color: 693363.
HSL color Cylindrical-coordinate representation of color #73940A: hue angle of 74.35º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #73940A is Cyan = 0.22, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 115 | 148 | 10 | - |
| CMYK | 0.22 | 0 | 0.93 | 0.42 |
| HSL | 74.35º | 0.87% | 0.31% | - |
| HSV(B) | 74.35º | 0.93% | 0.58% | - |
| XYZ | 17.71 | 24.85 | 4.15 | - |
| YUV | 122.4 | 64.57 | 122.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 148 | 10 | 0.22 | 0 | 0.93 | 0.42 | 74.35 | 0.87 | 0.31 |
| Hex | 73 | 94 | A | 16 | 0 | 5D | 2A | 4A | 57 | 1F |
| Octal | 163 | 224 | 12 | 26 | 0 | 135 | 52 | 112 | 127 | 37 |
| Binary | 1110011 | 10010100 | 1010 | 10110 | 0 | 1011101 | 101010 | 1001010 | 1010111 | 11111 |
Color Harmonies of #73940A
Complementary color
Monochromatic Colors of #73940A
Black with #73940A
Text Example
Text Example
White with #73940A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73940A; }
p { color: rgb(115,148,10); }
H1.HeaderClassName
{
color: #73940A;
}
.AnyTagClassName
{
color: #73940A;
}
</style>
background-color css
<style>
a { background-color: #73940A; }
a { background-color: rgb(115,148,10); }
div.DivClassName
{
background-color: #73940A;
}
.BgClassName
{
background-color: #73940A;
}
</style>
border-color css
<style>
span { border-color: #73940A; }
span { border-color: rgb(115,148,10); }
td.TdClassName
{
border-color: #73940A;
}
.TagClassName
{
border-color: #73940A;
}
</style>