Shades of Olive #7A6400
Tints of Olive #7A6400
RGB
CMYK
RGB Variations
Color information
#7A6400 (or 0x7A6400) is known color: Olive. HEX triplet: 7A, 64 and 00. RGB value is (122,100,0). Sum of RGB (Red+Green+Blue) = 122+100+0=222 (29% of max value = 765). Red value is 122 (48.05% from 255 or 54.95% from 222); Green value is 100 (39.45% from 255 or 45.05% from 222); Blue value is 0 (0.39% from 255 or 0% from 222); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6400 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7A6400 is #859BFF. Grayscale: #5F5F5F. Windows color (decimal): -8756224 or 25722. OLE color: 25722.
HSL color Cylindrical-coordinate representation of color #7A6400: hue angle of 49.18º 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 #7A6400 is Cyan = 0, Magento = 0.18, Yellow = 1 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 100 | 0 | - |
| CMYK | 0 | 0.18 | 1 | 0.52 |
| HSL | 49.18º | 1% | 0.24% | - |
| HSV(B) | 49.18º | 1% | 0.48% | - |
| XYZ | 12.58 | 13.25 | 1.89 | - |
| YUV | 95.18 | 74.29 | 147.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 100 | 0 | 0 | 0.18 | 1 | 0.52 | 49.18 | 1 | 0.24 |
| Hex | 7A | 64 | 0 | 0 | 12 | 64 | 34 | 31 | 64 | 18 |
| Octal | 172 | 144 | 0 | 0 | 22 | 144 | 64 | 61 | 144 | 30 |
| Binary | 1111010 | 1100100 | 0 | 0 | 10010 | 1100100 | 110100 | 110001 | 1100100 | 11000 |
Color Harmonies of #7A6400
Complementary color
Monochromatic Colors of #7A6400
Black with #7A6400
Text Example
Text Example
White with #7A6400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6400; }
p { color: rgb(122,100,0); }
H1.HeaderClassName
{
color: #7A6400;
}
.AnyTagClassName
{
color: #7A6400;
}
</style>
background-color css
<style>
a { background-color: #7A6400; }
a { background-color: rgb(122,100,0); }
div.DivClassName
{
background-color: #7A6400;
}
.BgClassName
{
background-color: #7A6400;
}
</style>
border-color css
<style>
span { border-color: #7A6400; }
span { border-color: rgb(122,100,0); }
td.TdClassName
{
border-color: #7A6400;
}
.TagClassName
{
border-color: #7A6400;
}
</style>