Shades of Olive #7A8609
Tints of Olive #7A8609
RGB
CMYK
RGB Variations
Color information
#7A8609 (or 0x7A8609) is known color: Olive. HEX triplet: 7A, 86 and 09. RGB value is (122,134,9). Sum of RGB (Red+Green+Blue) = 122+134+9=265 (35% of max value = 765). Red value is 122 (48.05% from 255 or 46.04% from 265); Green value is 134 (52.73% from 255 or 50.57% from 265); Blue value is 9 (3.91% from 255 or 3.40% from 265); Max value from RGB is 134 - color contains mainly: green. Hex color #7A8609 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7A8609 is #8579F6. Grayscale: #747474. Windows color (decimal): -8747511 or 624250. OLE color: 624250.
HSL color Cylindrical-coordinate representation of color #7A8609: hue angle of 65.76º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7A8609 is Cyan = 0.09, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 122 | 134 | 9 | - |
| CMYK | 0.09 | 0 | 0.93 | 0.47 |
| HSL | 65.76º | 0.87% | 0.28% | - |
| HSV(B) | 65.76º | 0.93% | 0.53% | - |
| XYZ | 16.6 | 21.21 | 3.48 | - |
| YUV | 116.16 | 67.52 | 132.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 134 | 9 | 0.09 | 0 | 0.93 | 0.47 | 65.76 | 0.87 | 0.28 |
| Hex | 7A | 86 | 9 | 9 | 0 | 5D | 2F | 42 | 57 | 1C |
| Octal | 172 | 206 | 11 | 11 | 0 | 135 | 57 | 102 | 127 | 34 |
| Binary | 1111010 | 10000110 | 1001 | 1001 | 0 | 1011101 | 101111 | 1000010 | 1010111 | 11100 |
Color Harmonies of #7A8609
Complementary color
Monochromatic Colors of #7A8609
Black with #7A8609
Text Example
Text Example
White with #7A8609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8609; }
p { color: rgb(122,134,9); }
H1.HeaderClassName
{
color: #7A8609;
}
.AnyTagClassName
{
color: #7A8609;
}
</style>
background-color css
<style>
a { background-color: #7A8609; }
a { background-color: rgb(122,134,9); }
div.DivClassName
{
background-color: #7A8609;
}
.BgClassName
{
background-color: #7A8609;
}
</style>
border-color css
<style>
span { border-color: #7A8609; }
span { border-color: rgb(122,134,9); }
td.TdClassName
{
border-color: #7A8609;
}
.TagClassName
{
border-color: #7A8609;
}
</style>