Shades of Olive Drab #749609
Tints of Olive Drab #749609
RGB
CMYK
RGB Variations
Color information
#749609 (or 0x749609) is known color: Olive Drab. HEX triplet: 74, 96 and 09. RGB value is (116,150,9). Sum of RGB (Red+Green+Blue) = 116+150+9=275 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.18% from 275); Green value is 150 (58.98% from 255 or 54.55% from 275); Blue value is 9 (3.91% from 255 or 3.27% from 275); Max value from RGB is 150 - color contains mainly: green. Hex color #749609 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #749609 is #8B69F6. Grayscale: #7C7C7C. Windows color (decimal): -9136631 or 628340. OLE color: 628340.
HSL color Cylindrical-coordinate representation of color #749609: hue angle of 74.47º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #749609 is Cyan = 0.23, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 116 | 150 | 9 | - |
| CMYK | 0.23 | 0 | 0.94 | 0.41 |
| HSL | 74.47º | 0.89% | 0.31% | - |
| HSV(B) | 74.47º | 0.94% | 0.59% | - |
| XYZ | 18.16 | 25.55 | 4.23 | - |
| YUV | 123.76 | 63.24 | 122.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 150 | 9 | 0.23 | 0 | 0.94 | 0.41 | 74.47 | 0.89 | 0.31 |
| Hex | 74 | 96 | 9 | 17 | 0 | 5E | 29 | 4A | 59 | 1F |
| Octal | 164 | 226 | 11 | 27 | 0 | 136 | 51 | 112 | 131 | 37 |
| Binary | 1110100 | 10010110 | 1001 | 10111 | 0 | 1011110 | 101001 | 1001010 | 1011001 | 11111 |
Color Harmonies of #749609
Complementary color
Monochromatic Colors of #749609
Black with #749609
Text Example
Text Example
White with #749609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749609; }
p { color: rgb(116,150,9); }
H1.HeaderClassName
{
color: #749609;
}
.AnyTagClassName
{
color: #749609;
}
</style>
background-color css
<style>
a { background-color: #749609; }
a { background-color: rgb(116,150,9); }
div.DivClassName
{
background-color: #749609;
}
.BgClassName
{
background-color: #749609;
}
</style>
border-color css
<style>
span { border-color: #749609; }
span { border-color: rgb(116,150,9); }
td.TdClassName
{
border-color: #749609;
}
.TagClassName
{
border-color: #749609;
}
</style>