Shades of Olive #7A8A09
Tints of Olive #7A8A09
RGB
CMYK
RGB Variations
Color information
#7A8A09 (or 0x7A8A09) is known color: Olive. HEX triplet: 7A, 8A and 09. RGB value is (122,138,9). Sum of RGB (Red+Green+Blue) = 122+138+9=269 (35% of max value = 765). Red value is 122 (48.05% from 255 or 45.35% from 269); Green value is 138 (54.30% from 255 or 51.30% from 269); Blue value is 9 (3.91% from 255 or 3.35% from 269); Max value from RGB is 138 - color contains mainly: green. Hex color #7A8A09 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7A8A09 is #8575F6. Grayscale: #777777. Windows color (decimal): -8746487 or 625274. OLE color: 625274.
HSL color Cylindrical-coordinate representation of color #7A8A09: hue angle of 67.44º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7A8A09 is Cyan = 0.12, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 122 | 138 | 9 | - |
| CMYK | 0.12 | 0 | 0.93 | 0.46 |
| HSL | 67.44º | 0.88% | 0.29% | - |
| HSV(B) | 67.44º | 0.93% | 0.54% | - |
| XYZ | 17.16 | 22.33 | 3.66 | - |
| YUV | 118.51 | 66.2 | 130.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 138 | 9 | 0.12 | 0 | 0.93 | 0.46 | 67.44 | 0.88 | 0.29 |
| Hex | 7A | 8A | 9 | C | 0 | 5D | 2E | 43 | 58 | 1D |
| Octal | 172 | 212 | 11 | 14 | 0 | 135 | 56 | 103 | 130 | 35 |
| Binary | 1111010 | 10001010 | 1001 | 1100 | 0 | 1011101 | 101110 | 1000011 | 1011000 | 11101 |
Color Harmonies of #7A8A09
Complementary color
Monochromatic Colors of #7A8A09
Black with #7A8A09
Text Example
Text Example
White with #7A8A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8A09; }
p { color: rgb(122,138,9); }
H1.HeaderClassName
{
color: #7A8A09;
}
.AnyTagClassName
{
color: #7A8A09;
}
</style>
background-color css
<style>
a { background-color: #7A8A09; }
a { background-color: rgb(122,138,9); }
div.DivClassName
{
background-color: #7A8A09;
}
.BgClassName
{
background-color: #7A8A09;
}
</style>
border-color css
<style>
span { border-color: #7A8A09; }
span { border-color: rgb(122,138,9); }
td.TdClassName
{
border-color: #7A8A09;
}
.TagClassName
{
border-color: #7A8A09;
}
</style>