Shades of Olive #7A6A00
Tints of Olive #7A6A00
RGB
CMYK
RGB Variations
Color information
#7A6A00 (or 0x7A6A00) is known color: Olive. HEX triplet: 7A, 6A and 00. RGB value is (122,106,0). Sum of RGB (Red+Green+Blue) = 122+106+0=228 (30% of max value = 765). Red value is 122 (48.05% from 255 or 53.51% from 228); Green value is 106 (41.80% from 255 or 46.49% from 228); Blue value is 0 (0.39% from 255 or 0% from 228); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6A00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7A6A00 is #8595FF. Grayscale: #636363. Windows color (decimal): -8754688 or 27258. OLE color: 27258.
HSL color Cylindrical-coordinate representation of color #7A6A00: hue angle of 52.13º 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 #7A6A00 is Cyan = 0, Magento = 0.13, Yellow = 1 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 106 | 0 | - |
| CMYK | 0 | 0.13 | 1 | 0.52 |
| HSL | 52.13º | 1% | 0.24% | - |
| HSV(B) | 52.13º | 1% | 0.48% | - |
| XYZ | 13.18 | 14.45 | 2.09 | - |
| YUV | 98.7 | 72.3 | 144.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 106 | 0 | 0 | 0.13 | 1 | 0.52 | 52.13 | 1 | 0.24 |
| Hex | 7A | 6A | 0 | 0 | D | 64 | 34 | 34 | 64 | 18 |
| Octal | 172 | 152 | 0 | 0 | 15 | 144 | 64 | 64 | 144 | 30 |
| Binary | 1111010 | 1101010 | 0 | 0 | 1101 | 1100100 | 110100 | 110100 | 1100100 | 11000 |
Color Harmonies of #7A6A00
Complementary color
Monochromatic Colors of #7A6A00
Black with #7A6A00
Text Example
Text Example
White with #7A6A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6A00; }
p { color: rgb(122,106,0); }
H1.HeaderClassName
{
color: #7A6A00;
}
.AnyTagClassName
{
color: #7A6A00;
}
</style>
background-color css
<style>
a { background-color: #7A6A00; }
a { background-color: rgb(122,106,0); }
div.DivClassName
{
background-color: #7A6A00;
}
.BgClassName
{
background-color: #7A6A00;
}
</style>
border-color css
<style>
span { border-color: #7A6A00; }
span { border-color: rgb(122,106,0); }
td.TdClassName
{
border-color: #7A6A00;
}
.TagClassName
{
border-color: #7A6A00;
}
</style>