Shades of Olive #7A7C00
Tints of Olive #7A7C00
RGB
CMYK
RGB Variations
Color information
#7A7C00 (or 0x7A7C00) is known color: Olive. HEX triplet: 7A, 7C and 00. RGB value is (122,124,0). Sum of RGB (Red+Green+Blue) = 122+124+0=246 (32% of max value = 765). Red value is 122 (48.05% from 255 or 49.59% from 246); Green value is 124 (48.83% from 255 or 50.41% from 246); Blue value is 0 (0.39% from 255 or 0% from 246); Max value from RGB is 124 - color contains mainly: green. Hex color #7A7C00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7A7C00 is #8583FF. Grayscale: #6D6D6D. Windows color (decimal): -8750080 or 31866. OLE color: 31866.
HSL color Cylindrical-coordinate representation of color #7A7C00: hue angle of 60.97º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7A7C00 is Cyan = 0.02, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 122 | 124 | 0 | - |
| CMYK | 0.02 | 0 | 1 | 0.51 |
| HSL | 60.97º | 1% | 0.24% | - |
| HSV(B) | 60.97º | 1% | 0.49% | - |
| XYZ | 15.23 | 18.55 | 2.78 | - |
| YUV | 109.27 | 66.34 | 137.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 124 | 0 | 0.02 | 0 | 1 | 0.51 | 60.97 | 1 | 0.24 |
| Hex | 7A | 7C | 0 | 2 | 0 | 64 | 33 | 3D | 64 | 18 |
| Octal | 172 | 174 | 0 | 2 | 0 | 144 | 63 | 75 | 144 | 30 |
| Binary | 1111010 | 1111100 | 0 | 10 | 0 | 1100100 | 110011 | 111101 | 1100100 | 11000 |
Color Harmonies of #7A7C00
Complementary color
Monochromatic Colors of #7A7C00
Black with #7A7C00
Text Example
Text Example
White with #7A7C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7C00; }
p { color: rgb(122,124,0); }
H1.HeaderClassName
{
color: #7A7C00;
}
.AnyTagClassName
{
color: #7A7C00;
}
</style>
background-color css
<style>
a { background-color: #7A7C00; }
a { background-color: rgb(122,124,0); }
div.DivClassName
{
background-color: #7A7C00;
}
.BgClassName
{
background-color: #7A7C00;
}
</style>
border-color css
<style>
span { border-color: #7A7C00; }
span { border-color: rgb(122,124,0); }
td.TdClassName
{
border-color: #7A7C00;
}
.TagClassName
{
border-color: #7A7C00;
}
</style>