Shades of Olive #7A8700
Tints of Olive #7A8700
RGB
CMYK
RGB Variations
Color information
#7A8700 (or 0x7A8700) is known color: Olive. HEX triplet: 7A, 87 and 00. RGB value is (122,135,0). Sum of RGB (Red+Green+Blue) = 122+135+0=257 (34% of max value = 765). Red value is 122 (48.05% from 255 or 47.47% from 257); Green value is 135 (53.12% from 255 or 52.53% from 257); Blue value is 0 (0.39% from 255 or 0% from 257); Max value from RGB is 135 - color contains mainly: green. Hex color #7A8700 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7A8700 is #8578FF. Grayscale: #747474. Windows color (decimal): -8747264 or 34682. OLE color: 34682.
HSL color Cylindrical-coordinate representation of color #7A8700: hue angle of 65.78º 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 #7A8700 is Cyan = 0.10, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 122 | 135 | 0 | - |
| CMYK | 0.10 | 0 | 1 | 0.47 |
| HSL | 65.78º | 1% | 0.26% | - |
| HSV(B) | 65.78º | 1% | 0.53% | - |
| XYZ | 16.69 | 21.47 | 3.26 | - |
| YUV | 115.72 | 62.69 | 132.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 135 | 0 | 0.10 | 0 | 1 | 0.47 | 65.78 | 1 | 0.26 |
| Hex | 7A | 87 | 0 | A | 0 | 64 | 2F | 42 | 64 | 1A |
| Octal | 172 | 207 | 0 | 12 | 0 | 144 | 57 | 102 | 144 | 32 |
| Binary | 1111010 | 10000111 | 0 | 1010 | 0 | 1100100 | 101111 | 1000010 | 1100100 | 11010 |
Color Harmonies of #7A8700
Complementary color
Monochromatic Colors of #7A8700
Black with #7A8700
Text Example
Text Example
White with #7A8700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8700; }
p { color: rgb(122,135,0); }
H1.HeaderClassName
{
color: #7A8700;
}
.AnyTagClassName
{
color: #7A8700;
}
</style>
background-color css
<style>
a { background-color: #7A8700; }
a { background-color: rgb(122,135,0); }
div.DivClassName
{
background-color: #7A8700;
}
.BgClassName
{
background-color: #7A8700;
}
</style>
border-color css
<style>
span { border-color: #7A8700; }
span { border-color: rgb(122,135,0); }
td.TdClassName
{
border-color: #7A8700;
}
.TagClassName
{
border-color: #7A8700;
}
</style>