Shades of Olive Drab #739028
Tints of Olive Drab #739028
RGB
CMYK
RGB Variations
Color information
#739028 (or 0x739028) is known color: Olive Drab. HEX triplet: 73, 90 and 28. RGB value is (115,144,40). Sum of RGB (Red+Green+Blue) = 115+144+40=299 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.46% from 299); Green value is 144 (56.64% from 255 or 48.16% from 299); Blue value is 40 (16.02% from 255 or 13.38% from 299); Max value from RGB is 144 - color contains mainly: green. Hex color #739028 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #739028 is #8C6FD7. Grayscale: #7B7B7B. Windows color (decimal): -9203672 or 2658419. OLE color: 2658419.
HSL color Cylindrical-coordinate representation of color #739028: hue angle of 76.73º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #739028 is Cyan = 0.20, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 115 | 144 | 40 | - |
| CMYK | 0.20 | 0 | 0.72 | 0.44 |
| HSL | 76.73º | 0.57% | 0.36% | - |
| HSV(B) | 76.73º | 0.72% | 0.56% | - |
| XYZ | 17.43 | 23.74 | 5.67 | - |
| YUV | 123.47 | 80.89 | 121.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 144 | 40 | 0.20 | 0 | 0.72 | 0.44 | 76.73 | 0.57 | 0.36 |
| Hex | 73 | 90 | 28 | 14 | 0 | 48 | 2C | 4D | 39 | 24 |
| Octal | 163 | 220 | 50 | 24 | 0 | 110 | 54 | 115 | 71 | 44 |
| Binary | 1110011 | 10010000 | 101000 | 10100 | 0 | 1001000 | 101100 | 1001101 | 111001 | 100100 |
Color Harmonies of #739028
Complementary color
Monochromatic Colors of #739028
Black with #739028
Text Example
Text Example
White with #739028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #739028; }
p { color: rgb(115,144,40); }
H1.HeaderClassName
{
color: #739028;
}
.AnyTagClassName
{
color: #739028;
}
</style>
background-color css
<style>
a { background-color: #739028; }
a { background-color: rgb(115,144,40); }
div.DivClassName
{
background-color: #739028;
}
.BgClassName
{
background-color: #739028;
}
</style>
border-color css
<style>
span { border-color: #739028; }
span { border-color: rgb(115,144,40); }
td.TdClassName
{
border-color: #739028;
}
.TagClassName
{
border-color: #739028;
}
</style>