Shades of Olive #7A8D09
Tints of Olive #7A8D09
RGB
CMYK
RGB Variations
Color information
#7A8D09 (or 0x7A8D09) is known color: Olive. HEX triplet: 7A, 8D and 09. RGB value is (122,141,9). Sum of RGB (Red+Green+Blue) = 122+141+9=272 (36% of max value = 765). Red value is 122 (48.05% from 255 or 44.85% from 272); Green value is 141 (55.47% from 255 or 51.84% from 272); Blue value is 9 (3.91% from 255 or 3.31% from 272); Max value from RGB is 141 - color contains mainly: green. Hex color #7A8D09 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7A8D09 is #8572F6. Grayscale: #787878. Windows color (decimal): -8745719 or 626042. OLE color: 626042.
HSL color Cylindrical-coordinate representation of color #7A8D09: hue angle of 68.64º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7A8D09 is Cyan = 0.13, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 122 | 141 | 9 | - |
| CMYK | 0.13 | 0 | 0.94 | 0.45 |
| HSL | 68.64º | 0.88% | 0.29% | - |
| HSV(B) | 68.64º | 0.94% | 0.55% | - |
| XYZ | 17.6 | 23.21 | 3.81 | - |
| YUV | 120.27 | 65.21 | 129.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 141 | 9 | 0.13 | 0 | 0.94 | 0.45 | 68.64 | 0.88 | 0.29 |
| Hex | 7A | 8D | 9 | D | 0 | 5E | 2D | 45 | 58 | 1D |
| Octal | 172 | 215 | 11 | 15 | 0 | 136 | 55 | 105 | 130 | 35 |
| Binary | 1111010 | 10001101 | 1001 | 1101 | 0 | 1011110 | 101101 | 1000101 | 1011000 | 11101 |
Color Harmonies of #7A8D09
Complementary color
Monochromatic Colors of #7A8D09
Black with #7A8D09
Text Example
Text Example
White with #7A8D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8D09; }
p { color: rgb(122,141,9); }
H1.HeaderClassName
{
color: #7A8D09;
}
.AnyTagClassName
{
color: #7A8D09;
}
</style>
background-color css
<style>
a { background-color: #7A8D09; }
a { background-color: rgb(122,141,9); }
div.DivClassName
{
background-color: #7A8D09;
}
.BgClassName
{
background-color: #7A8D09;
}
</style>
border-color css
<style>
span { border-color: #7A8D09; }
span { border-color: rgb(122,141,9); }
td.TdClassName
{
border-color: #7A8D09;
}
.TagClassName
{
border-color: #7A8D09;
}
</style>