Shades of Olive #7D9609
Tints of Olive #7D9609
RGB
CMYK
RGB Variations
Color information
#7D9609 (or 0x7D9609) is known color: Olive. HEX triplet: 7D, 96 and 09. RGB value is (125,150,9). Sum of RGB (Red+Green+Blue) = 125+150+9=284 (37% of max value = 765). Red value is 125 (49.22% from 255 or 44.01% from 284); Green value is 150 (58.98% from 255 or 52.82% from 284); Blue value is 9 (3.91% from 255 or 3.17% from 284); Max value from RGB is 150 - color contains mainly: green. Hex color #7D9609 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7D9609 is #8269F6. Grayscale: #7E7E7E. Windows color (decimal): -8546807 or 628349. OLE color: 628349.
HSL color Cylindrical-coordinate representation of color #7D9609: hue angle of 70.64º 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 #7D9609 is Cyan = 0.17, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 125 | 150 | 9 | - |
| CMYK | 0.17 | 0 | 0.94 | 0.41 |
| HSL | 70.64º | 0.89% | 0.31% | - |
| HSV(B) | 70.64º | 0.94% | 0.59% | - |
| XYZ | 19.41 | 26.19 | 4.29 | - |
| YUV | 126.45 | 61.72 | 126.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 150 | 9 | 0.17 | 0 | 0.94 | 0.41 | 70.64 | 0.89 | 0.31 |
| Hex | 7D | 96 | 9 | 11 | 0 | 5E | 29 | 47 | 59 | 1F |
| Octal | 175 | 226 | 11 | 21 | 0 | 136 | 51 | 107 | 131 | 37 |
| Binary | 1111101 | 10010110 | 1001 | 10001 | 0 | 1011110 | 101001 | 1000111 | 1011001 | 11111 |
Color Harmonies of #7D9609
Complementary color
Monochromatic Colors of #7D9609
Black with #7D9609
Text Example
Text Example
White with #7D9609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D9609; }
p { color: rgb(125,150,9); }
H1.HeaderClassName
{
color: #7D9609;
}
.AnyTagClassName
{
color: #7D9609;
}
</style>
background-color css
<style>
a { background-color: #7D9609; }
a { background-color: rgb(125,150,9); }
div.DivClassName
{
background-color: #7D9609;
}
.BgClassName
{
background-color: #7D9609;
}
</style>
border-color css
<style>
span { border-color: #7D9609; }
span { border-color: rgb(125,150,9); }
td.TdClassName
{
border-color: #7D9609;
}
.TagClassName
{
border-color: #7D9609;
}
</style>