Shades of Olive Drab #739426
Tints of Olive Drab #739426
RGB
CMYK
RGB Variations
Color information
#739426 (or 0x739426) is known color: Olive Drab. HEX triplet: 73, 94 and 26. RGB value is (115,148,38). Sum of RGB (Red+Green+Blue) = 115+148+38=301 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.21% from 301); Green value is 148 (58.20% from 255 or 49.17% from 301); Blue value is 38 (15.23% from 255 or 12.62% from 301); Max value from RGB is 148 - color contains mainly: green. Hex color #739426 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #739426 is #8C6BD9. Grayscale: #7E7E7E. Windows color (decimal): -9202650 or 2528371. OLE color: 2528371.
HSL color Cylindrical-coordinate representation of color #739426: hue angle of 78º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #739426 is Cyan = 0.22, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 115 | 148 | 38 | - |
| CMYK | 0.22 | 0 | 0.74 | 0.42 |
| HSL | 78º | 0.59% | 0.36% | - |
| HSV(B) | 78º | 0.74% | 0.58% | - |
| XYZ | 18.01 | 24.96 | 5.7 | - |
| YUV | 125.59 | 78.57 | 120.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 148 | 38 | 0.22 | 0 | 0.74 | 0.42 | 78 | 0.59 | 0.36 |
| Hex | 73 | 94 | 26 | 16 | 0 | 4A | 2A | 4E | 3B | 24 |
| Octal | 163 | 224 | 46 | 26 | 0 | 112 | 52 | 116 | 73 | 44 |
| Binary | 1110011 | 10010100 | 100110 | 10110 | 0 | 1001010 | 101010 | 1001110 | 111011 | 100100 |
Color Harmonies of #739426
Complementary color
Monochromatic Colors of #739426
Black with #739426
Text Example
Text Example
White with #739426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #739426; }
p { color: rgb(115,148,38); }
H1.HeaderClassName
{
color: #739426;
}
.AnyTagClassName
{
color: #739426;
}
</style>
background-color css
<style>
a { background-color: #739426; }
a { background-color: rgb(115,148,38); }
div.DivClassName
{
background-color: #739426;
}
.BgClassName
{
background-color: #739426;
}
</style>
border-color css
<style>
span { border-color: #739426; }
span { border-color: rgb(115,148,38); }
td.TdClassName
{
border-color: #739426;
}
.TagClassName
{
border-color: #739426;
}
</style>