Shades of Olive Drab #739419
Tints of Olive Drab #739419
RGB
CMYK
RGB Variations
Color information
#739419 (or 0x739419) is known color: Olive Drab. HEX triplet: 73, 94 and 19. RGB value is (115,148,25). Sum of RGB (Red+Green+Blue) = 115+148+25=288 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.93% from 288); Green value is 148 (58.20% from 255 or 51.39% from 288); Blue value is 25 (10.16% from 255 or 8.68% from 288); Max value from RGB is 148 - color contains mainly: green. Hex color #739419 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #739419 is #8C6BE6. Grayscale: #7C7C7C. Windows color (decimal): -9202663 or 1676403. OLE color: 1676403.
HSL color Cylindrical-coordinate representation of color #739419: hue angle of 76.1º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #739419 is Cyan = 0.22, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 115 | 148 | 25 | - |
| CMYK | 0.22 | 0 | 0.83 | 0.42 |
| HSL | 76.1º | 0.71% | 0.34% | - |
| HSV(B) | 76.1º | 0.83% | 0.58% | - |
| XYZ | 17.84 | 24.89 | 4.78 | - |
| YUV | 124.11 | 72.07 | 121.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 148 | 25 | 0.22 | 0 | 0.83 | 0.42 | 76.1 | 0.71 | 0.34 |
| Hex | 73 | 94 | 19 | 16 | 0 | 53 | 2A | 4C | 47 | 22 |
| Octal | 163 | 224 | 31 | 26 | 0 | 123 | 52 | 114 | 107 | 42 |
| Binary | 1110011 | 10010100 | 11001 | 10110 | 0 | 1010011 | 101010 | 1001100 | 1000111 | 100010 |
Color Harmonies of #739419
Complementary color
Monochromatic Colors of #739419
Black with #739419
Text Example
Text Example
White with #739419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #739419; }
p { color: rgb(115,148,25); }
H1.HeaderClassName
{
color: #739419;
}
.AnyTagClassName
{
color: #739419;
}
</style>
background-color css
<style>
a { background-color: #739419; }
a { background-color: rgb(115,148,25); }
div.DivClassName
{
background-color: #739419;
}
.BgClassName
{
background-color: #739419;
}
</style>
border-color css
<style>
span { border-color: #739419; }
span { border-color: rgb(115,148,25); }
td.TdClassName
{
border-color: #739419;
}
.TagClassName
{
border-color: #739419;
}
</style>