Shades of Olive #7A7000
Tints of Olive #7A7000
RGB
CMYK
RGB Variations
Color information
#7A7000 (or 0x7A7000) is known color: Olive. HEX triplet: 7A, 70 and 00. RGB value is (122,112,0). Sum of RGB (Red+Green+Blue) = 122+112+0=234 (30% of max value = 765). Red value is 122 (48.05% from 255 or 52.14% from 234); Green value is 112 (44.14% from 255 or 47.86% from 234); Blue value is 0 (0.39% from 255 or 0% from 234); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7000 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7A7000 is #858FFF. Grayscale: #666666. Windows color (decimal): -8753152 or 28794. OLE color: 28794.
HSL color Cylindrical-coordinate representation of color #7A7000: hue angle of 55.08º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7A7000 is Cyan = 0, Magento = 0.08, Yellow = 1 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 112 | 0 | - |
| CMYK | 0 | 0.08 | 1 | 0.52 |
| HSL | 55.08º | 1% | 0.24% | - |
| HSV(B) | 55.08º | 1% | 0.48% | - |
| XYZ | 13.82 | 15.73 | 2.31 | - |
| YUV | 102.22 | 70.31 | 142.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 112 | 0 | 0 | 0.08 | 1 | 0.52 | 55.08 | 1 | 0.24 |
| Hex | 7A | 70 | 0 | 0 | 8 | 64 | 34 | 37 | 64 | 18 |
| Octal | 172 | 160 | 0 | 0 | 10 | 144 | 64 | 67 | 144 | 30 |
| Binary | 1111010 | 1110000 | 0 | 0 | 1000 | 1100100 | 110100 | 110111 | 1100100 | 11000 |
Color Harmonies of #7A7000
Complementary color
Monochromatic Colors of #7A7000
Black with #7A7000
Text Example
Text Example
White with #7A7000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7000; }
p { color: rgb(122,112,0); }
H1.HeaderClassName
{
color: #7A7000;
}
.AnyTagClassName
{
color: #7A7000;
}
</style>
background-color css
<style>
a { background-color: #7A7000; }
a { background-color: rgb(122,112,0); }
div.DivClassName
{
background-color: #7A7000;
}
.BgClassName
{
background-color: #7A7000;
}
</style>
border-color css
<style>
span { border-color: #7A7000; }
span { border-color: rgb(122,112,0); }
td.TdClassName
{
border-color: #7A7000;
}
.TagClassName
{
border-color: #7A7000;
}
</style>