Shades of Olive Drab #739607
Tints of Olive Drab #739607
RGB
CMYK
RGB Variations
Color information
#739607 (or 0x739607) is known color: Olive Drab. HEX triplet: 73, 96 and 07. RGB value is (115,150,7). Sum of RGB (Red+Green+Blue) = 115+150+7=272 (36% of max value = 765). Red value is 115 (45.31% from 255 or 42.28% from 272); Green value is 150 (58.98% from 255 or 55.15% from 272); Blue value is 7 (3.12% from 255 or 2.57% from 272); Max value from RGB is 150 - color contains mainly: green. Hex color #739607 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #739607 is #8C69F8. Grayscale: #7B7B7B. Windows color (decimal): -9202169 or 497267. OLE color: 497267.
HSL color Cylindrical-coordinate representation of color #739607: hue angle of 74.69º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #739607 is Cyan = 0.23, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 115 | 150 | 7 | - |
| CMYK | 0.23 | 0 | 0.95 | 0.41 |
| HSL | 74.69º | 0.91% | 0.31% | - |
| HSV(B) | 74.69º | 0.95% | 0.59% | - |
| XYZ | 18.01 | 25.47 | 4.17 | - |
| YUV | 123.23 | 62.4 | 122.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 150 | 7 | 0.23 | 0 | 0.95 | 0.41 | 74.69 | 0.91 | 0.31 |
| Hex | 73 | 96 | 7 | 17 | 0 | 5F | 29 | 4B | 5B | 1F |
| Octal | 163 | 226 | 7 | 27 | 0 | 137 | 51 | 113 | 133 | 37 |
| Binary | 1110011 | 10010110 | 111 | 10111 | 0 | 1011111 | 101001 | 1001011 | 1011011 | 11111 |
Color Harmonies of #739607
Complementary color
Monochromatic Colors of #739607
Black with #739607
Text Example
Text Example
White with #739607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #739607; }
p { color: rgb(115,150,7); }
H1.HeaderClassName
{
color: #739607;
}
.AnyTagClassName
{
color: #739607;
}
</style>
background-color css
<style>
a { background-color: #739607; }
a { background-color: rgb(115,150,7); }
div.DivClassName
{
background-color: #739607;
}
.BgClassName
{
background-color: #739607;
}
</style>
border-color css
<style>
span { border-color: #739607; }
span { border-color: rgb(115,150,7); }
td.TdClassName
{
border-color: #739607;
}
.TagClassName
{
border-color: #739607;
}
</style>