Shades of Olive Drab #739722
Tints of Olive Drab #739722
RGB
CMYK
RGB Variations
Color information
#739722 (or 0x739722) is known color: Olive Drab. HEX triplet: 73, 97 and 22. RGB value is (115,151,34). Sum of RGB (Red+Green+Blue) = 115+151+34=300 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.33% from 300); Green value is 151 (59.38% from 255 or 50.33% from 300); Blue value is 34 (13.67% from 255 or 11.33% from 300); Max value from RGB is 151 - color contains mainly: green. Hex color #739722 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #739722 is #8C68DD. Grayscale: #7F7F7F. Windows color (decimal): -9201886 or 2266995. OLE color: 2266995.
HSL color Cylindrical-coordinate representation of color #739722: hue angle of 78.46º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #739722 is Cyan = 0.24, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 115 | 151 | 34 | - |
| CMYK | 0.24 | 0 | 0.77 | 0.41 |
| HSL | 78.46º | 0.63% | 0.36% | - |
| HSV(B) | 78.46º | 0.77% | 0.59% | - |
| XYZ | 18.43 | 25.89 | 5.54 | - |
| YUV | 126.9 | 75.57 | 119.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 151 | 34 | 0.24 | 0 | 0.77 | 0.41 | 78.46 | 0.63 | 0.36 |
| Hex | 73 | 97 | 22 | 18 | 0 | 4D | 29 | 4E | 3F | 24 |
| Octal | 163 | 227 | 42 | 30 | 0 | 115 | 51 | 116 | 77 | 44 |
| Binary | 1110011 | 10010111 | 100010 | 11000 | 0 | 1001101 | 101001 | 1001110 | 111111 | 100100 |
Color Harmonies of #739722
Complementary color
Monochromatic Colors of #739722
Black with #739722
Text Example
Text Example
White with #739722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #739722; }
p { color: rgb(115,151,34); }
H1.HeaderClassName
{
color: #739722;
}
.AnyTagClassName
{
color: #739722;
}
</style>
background-color css
<style>
a { background-color: #739722; }
a { background-color: rgb(115,151,34); }
div.DivClassName
{
background-color: #739722;
}
.BgClassName
{
background-color: #739722;
}
</style>
border-color css
<style>
span { border-color: #739722; }
span { border-color: rgb(115,151,34); }
td.TdClassName
{
border-color: #739722;
}
.TagClassName
{
border-color: #739722;
}
</style>