Shades of Olive Drab #739030
Tints of Olive Drab #739030
RGB
CMYK
RGB Variations
Color information
#739030 (or 0x739030) is known color: Olive Drab. HEX triplet: 73, 90 and 30. RGB value is (115,144,48). Sum of RGB (Red+Green+Blue) = 115+144+48=307 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.46% from 307); Green value is 144 (56.64% from 255 or 46.91% from 307); Blue value is 48 (19.14% from 255 or 15.64% from 307); Max value from RGB is 144 - color contains mainly: green. Hex color #739030 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #739030 is #8C6FCF. Grayscale: #7C7C7C. Windows color (decimal): -9203664 or 3182707. OLE color: 3182707.
HSL color Cylindrical-coordinate representation of color #739030: hue angle of 78.12º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #739030 is Cyan = 0.20, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 115 | 144 | 48 | - |
| CMYK | 0.20 | 0 | 0.67 | 0.44 |
| HSL | 78.12º | 0.5% | 0.38% | - |
| HSV(B) | 78.12º | 0.67% | 0.56% | - |
| XYZ | 17.58 | 23.8 | 6.46 | - |
| YUV | 124.39 | 84.89 | 121.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 144 | 48 | 0.20 | 0 | 0.67 | 0.44 | 78.12 | 0.5 | 0.38 |
| Hex | 73 | 90 | 30 | 14 | 0 | 43 | 2C | 4E | 32 | 26 |
| Octal | 163 | 220 | 60 | 24 | 0 | 103 | 54 | 116 | 62 | 46 |
| Binary | 1110011 | 10010000 | 110000 | 10100 | 0 | 1000011 | 101100 | 1001110 | 110010 | 100110 |
Color Harmonies of #739030
Complementary color
Monochromatic Colors of #739030
Black with #739030
Text Example
Text Example
White with #739030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #739030; }
p { color: rgb(115,144,48); }
H1.HeaderClassName
{
color: #739030;
}
.AnyTagClassName
{
color: #739030;
}
</style>
background-color css
<style>
a { background-color: #739030; }
a { background-color: rgb(115,144,48); }
div.DivClassName
{
background-color: #739030;
}
.BgClassName
{
background-color: #739030;
}
</style>
border-color css
<style>
span { border-color: #739030; }
span { border-color: rgb(115,144,48); }
td.TdClassName
{
border-color: #739030;
}
.TagClassName
{
border-color: #739030;
}
</style>