Shades of Olive Drab #759509
Tints of Olive Drab #759509
RGB
CMYK
RGB Variations
Color information
#759509 (or 0x759509) is known color: Olive Drab. HEX triplet: 75, 95 and 09. RGB value is (117,149,9). Sum of RGB (Red+Green+Blue) = 117+149+9=275 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.55% from 275); Green value is 149 (58.59% from 255 or 54.18% from 275); Blue value is 9 (3.91% from 255 or 3.27% from 275); Max value from RGB is 149 - color contains mainly: green. Hex color #759509 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #759509 is #8A6AF6. Grayscale: #7B7B7B. Windows color (decimal): -9071351 or 628085. OLE color: 628085.
HSL color Cylindrical-coordinate representation of color #759509: hue angle of 73.71º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #759509 is Cyan = 0.21, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 117 | 149 | 9 | - |
| CMYK | 0.21 | 0 | 0.94 | 0.42 |
| HSL | 73.71º | 0.89% | 0.31% | - |
| HSV(B) | 73.71º | 0.94% | 0.58% | - |
| XYZ | 18.13 | 25.3 | 4.19 | - |
| YUV | 123.47 | 63.4 | 123.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 149 | 9 | 0.21 | 0 | 0.94 | 0.42 | 73.71 | 0.89 | 0.31 |
| Hex | 75 | 95 | 9 | 15 | 0 | 5E | 2A | 4A | 59 | 1F |
| Octal | 165 | 225 | 11 | 25 | 0 | 136 | 52 | 112 | 131 | 37 |
| Binary | 1110101 | 10010101 | 1001 | 10101 | 0 | 1011110 | 101010 | 1001010 | 1011001 | 11111 |
Color Harmonies of #759509
Complementary color
Monochromatic Colors of #759509
Black with #759509
Text Example
Text Example
White with #759509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759509; }
p { color: rgb(117,149,9); }
H1.HeaderClassName
{
color: #759509;
}
.AnyTagClassName
{
color: #759509;
}
</style>
background-color css
<style>
a { background-color: #759509; }
a { background-color: rgb(117,149,9); }
div.DivClassName
{
background-color: #759509;
}
.BgClassName
{
background-color: #759509;
}
</style>
border-color css
<style>
span { border-color: #759509; }
span { border-color: rgb(117,149,9); }
td.TdClassName
{
border-color: #759509;
}
.TagClassName
{
border-color: #759509;
}
</style>