Shades of Olive #7A8600
Tints of Olive #7A8600
RGB
CMYK
RGB Variations
Color information
#7A8600 (or 0x7A8600) is known color: Olive. HEX triplet: 7A, 86 and 00. RGB value is (122,134,0). Sum of RGB (Red+Green+Blue) = 122+134+0=256 (33% of max value = 765). Red value is 122 (48.05% from 255 or 47.66% from 256); Green value is 134 (52.73% from 255 or 52.34% from 256); Blue value is 0 (0.39% from 255 or 0% from 256); Max value from RGB is 134 - color contains mainly: green. Hex color #7A8600 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7A8600 is #8579FF. Grayscale: #737373. Windows color (decimal): -8747520 or 34426. OLE color: 34426.
HSL color Cylindrical-coordinate representation of color #7A8600: hue angle of 65.37º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7A8600 is Cyan = 0.09, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 122 | 134 | 0 | - |
| CMYK | 0.09 | 0 | 1 | 0.47 |
| HSL | 65.37º | 1% | 0.26% | - |
| HSV(B) | 65.37º | 1% | 0.53% | - |
| XYZ | 16.55 | 21.19 | 3.22 | - |
| YUV | 115.14 | 63.02 | 132.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 134 | 0 | 0.09 | 0 | 1 | 0.47 | 65.37 | 1 | 0.26 |
| Hex | 7A | 86 | 0 | 9 | 0 | 64 | 2F | 41 | 64 | 1A |
| Octal | 172 | 206 | 0 | 11 | 0 | 144 | 57 | 101 | 144 | 32 |
| Binary | 1111010 | 10000110 | 0 | 1001 | 0 | 1100100 | 101111 | 1000001 | 1100100 | 11010 |
Color Harmonies of #7A8600
Complementary color
Monochromatic Colors of #7A8600
Black with #7A8600
Text Example
Text Example
White with #7A8600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8600; }
p { color: rgb(122,134,0); }
H1.HeaderClassName
{
color: #7A8600;
}
.AnyTagClassName
{
color: #7A8600;
}
</style>
background-color css
<style>
a { background-color: #7A8600; }
a { background-color: rgb(122,134,0); }
div.DivClassName
{
background-color: #7A8600;
}
.BgClassName
{
background-color: #7A8600;
}
</style>
border-color css
<style>
span { border-color: #7A8600; }
span { border-color: rgb(122,134,0); }
td.TdClassName
{
border-color: #7A8600;
}
.TagClassName
{
border-color: #7A8600;
}
</style>