Shades of Olive Drab #739427
Tints of Olive Drab #739427
RGB
CMYK
RGB Variations
Color information
#739427 (or 0x739427) is known color: Olive Drab. HEX triplet: 73, 94 and 27. RGB value is (115,148,39). Sum of RGB (Red+Green+Blue) = 115+148+39=302 (40% of max value = 765). Red value is 115 (45.31% from 255 or 38.08% from 302); Green value is 148 (58.20% from 255 or 49.01% from 302); Blue value is 39 (15.62% from 255 or 12.91% from 302); Max value from RGB is 148 - color contains mainly: green. Hex color #739427 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #739427 is #8C6BD8. Grayscale: #7E7E7E. Windows color (decimal): -9202649 or 2593907. OLE color: 2593907.
HSL color Cylindrical-coordinate representation of color #739427: hue angle of 78.17º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #739427 is Cyan = 0.22, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 115 | 148 | 39 | - |
| CMYK | 0.22 | 0 | 0.74 | 0.42 |
| HSL | 78.17º | 0.58% | 0.37% | - |
| HSV(B) | 78.17º | 0.74% | 0.58% | - |
| XYZ | 18.03 | 24.97 | 5.79 | - |
| YUV | 125.71 | 79.07 | 120.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 148 | 39 | 0.22 | 0 | 0.74 | 0.42 | 78.17 | 0.58 | 0.37 |
| Hex | 73 | 94 | 27 | 16 | 0 | 4A | 2A | 4E | 3A | 25 |
| Octal | 163 | 224 | 47 | 26 | 0 | 112 | 52 | 116 | 72 | 45 |
| Binary | 1110011 | 10010100 | 100111 | 10110 | 0 | 1001010 | 101010 | 1001110 | 111010 | 100101 |
Color Harmonies of #739427
Complementary color
Monochromatic Colors of #739427
Black with #739427
Text Example
Text Example
White with #739427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #739427; }
p { color: rgb(115,148,39); }
H1.HeaderClassName
{
color: #739427;
}
.AnyTagClassName
{
color: #739427;
}
</style>
background-color css
<style>
a { background-color: #739427; }
a { background-color: rgb(115,148,39); }
div.DivClassName
{
background-color: #739427;
}
.BgClassName
{
background-color: #739427;
}
</style>
border-color css
<style>
span { border-color: #739427; }
span { border-color: rgb(115,148,39); }
td.TdClassName
{
border-color: #739427;
}
.TagClassName
{
border-color: #739427;
}
</style>