Shades of Olive Drab #739421
Tints of Olive Drab #739421
RGB
CMYK
RGB Variations
Color information
#739421 (or 0x739421) is known color: Olive Drab. HEX triplet: 73, 94 and 21. RGB value is (115,148,33). Sum of RGB (Red+Green+Blue) = 115+148+33=296 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.85% from 296); Green value is 148 (58.20% from 255 or 50% from 296); Blue value is 33 (13.28% from 255 or 11.15% from 296); Max value from RGB is 148 - color contains mainly: green. Hex color #739421 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #739421 is #8C6BDE. Grayscale: #7D7D7D. Windows color (decimal): -9202655 or 2200691. OLE color: 2200691.
HSL color Cylindrical-coordinate representation of color #739421: hue angle of 77.22º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #739421 is Cyan = 0.22, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 115 | 148 | 33 | - |
| CMYK | 0.22 | 0 | 0.78 | 0.42 |
| HSL | 77.22º | 0.64% | 0.35% | - |
| HSV(B) | 77.22º | 0.78% | 0.58% | - |
| XYZ | 17.93 | 24.93 | 5.31 | - |
| YUV | 125.02 | 76.07 | 120.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 148 | 33 | 0.22 | 0 | 0.78 | 0.42 | 77.22 | 0.64 | 0.35 |
| Hex | 73 | 94 | 21 | 16 | 0 | 4E | 2A | 4D | 40 | 23 |
| Octal | 163 | 224 | 41 | 26 | 0 | 116 | 52 | 115 | 100 | 43 |
| Binary | 1110011 | 10010100 | 100001 | 10110 | 0 | 1001110 | 101010 | 1001101 | 1000000 | 100011 |
Color Harmonies of #739421
Complementary color
Monochromatic Colors of #739421
Black with #739421
Text Example
Text Example
White with #739421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #739421; }
p { color: rgb(115,148,33); }
H1.HeaderClassName
{
color: #739421;
}
.AnyTagClassName
{
color: #739421;
}
</style>
background-color css
<style>
a { background-color: #739421; }
a { background-color: rgb(115,148,33); }
div.DivClassName
{
background-color: #739421;
}
.BgClassName
{
background-color: #739421;
}
</style>
border-color css
<style>
span { border-color: #739421; }
span { border-color: rgb(115,148,33); }
td.TdClassName
{
border-color: #739421;
}
.TagClassName
{
border-color: #739421;
}
</style>