Shades of Olive Drab #739019
Tints of Olive Drab #739019
RGB
CMYK
RGB Variations
Color information
#739019 (or 0x739019) is known color: Olive Drab. HEX triplet: 73, 90 and 19. RGB value is (115,144,25). Sum of RGB (Red+Green+Blue) = 115+144+25=284 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.49% from 284); Green value is 144 (56.64% from 255 or 50.70% from 284); Blue value is 25 (10.16% from 255 or 8.80% from 284); Max value from RGB is 144 - color contains mainly: green. Hex color #739019 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #739019 is #8C6FE6. Grayscale: #7A7A7A. Windows color (decimal): -9203687 or 1675379. OLE color: 1675379.
HSL color Cylindrical-coordinate representation of color #739019: hue angle of 74.62º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #739019 is Cyan = 0.20, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 115 | 144 | 25 | - |
| CMYK | 0.20 | 0 | 0.83 | 0.44 |
| HSL | 74.62º | 0.7% | 0.33% | - |
| HSV(B) | 74.62º | 0.83% | 0.56% | - |
| XYZ | 17.22 | 23.66 | 4.58 | - |
| YUV | 121.76 | 73.39 | 123.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 144 | 25 | 0.20 | 0 | 0.83 | 0.44 | 74.62 | 0.7 | 0.33 |
| Hex | 73 | 90 | 19 | 14 | 0 | 53 | 2C | 4B | 46 | 21 |
| Octal | 163 | 220 | 31 | 24 | 0 | 123 | 54 | 113 | 106 | 41 |
| Binary | 1110011 | 10010000 | 11001 | 10100 | 0 | 1010011 | 101100 | 1001011 | 1000110 | 100001 |
Color Harmonies of #739019
Complementary color
Monochromatic Colors of #739019
Black with #739019
Text Example
Text Example
White with #739019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #739019; }
p { color: rgb(115,144,25); }
H1.HeaderClassName
{
color: #739019;
}
.AnyTagClassName
{
color: #739019;
}
</style>
background-color css
<style>
a { background-color: #739019; }
a { background-color: rgb(115,144,25); }
div.DivClassName
{
background-color: #739019;
}
.BgClassName
{
background-color: #739019;
}
</style>
border-color css
<style>
span { border-color: #739019; }
span { border-color: rgb(115,144,25); }
td.TdClassName
{
border-color: #739019;
}
.TagClassName
{
border-color: #739019;
}
</style>