Shades of Olive #7A7612
Tints of Olive #7A7612
RGB
CMYK
RGB Variations
Color information
#7A7612 (or 0x7A7612) is known color: Olive. HEX triplet: 7A, 76 and 12. RGB value is (122,118,18). Sum of RGB (Red+Green+Blue) = 122+118+18=258 (34% of max value = 765). Red value is 122 (48.05% from 255 or 47.29% from 258); Green value is 118 (46.48% from 255 or 45.74% from 258); Blue value is 18 (7.42% from 255 or 6.98% from 258); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7612 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7A7612 is #8589ED. Grayscale: #6C6C6C. Windows color (decimal): -8751598 or 1209978. OLE color: 1209978.
HSL color Cylindrical-coordinate representation of color #7A7612: hue angle of 57.69º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7A7612 is Cyan = 0, Magento = 0.03, Yellow = 0.85 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 118 | 18 | - |
| CMYK | 0 | 0.03 | 0.85 | 0.52 |
| HSL | 57.69º | 0.74% | 0.27% | - |
| HSV(B) | 57.69º | 0.85% | 0.48% | - |
| XYZ | 14.61 | 17.14 | 3.11 | - |
| YUV | 107.8 | 77.33 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 118 | 18 | 0 | 0.03 | 0.85 | 0.52 | 57.69 | 0.74 | 0.27 |
| Hex | 7A | 76 | 12 | 0 | 3 | 55 | 34 | 3A | 4A | 1B |
| Octal | 172 | 166 | 22 | 0 | 3 | 125 | 64 | 72 | 112 | 33 |
| Binary | 1111010 | 1110110 | 10010 | 0 | 11 | 1010101 | 110100 | 111010 | 1001010 | 11011 |
Color Harmonies of #7A7612
Complementary color
Monochromatic Colors of #7A7612
Black with #7A7612
Text Example
Text Example
White with #7A7612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7612; }
p { color: rgb(122,118,18); }
H1.HeaderClassName
{
color: #7A7612;
}
.AnyTagClassName
{
color: #7A7612;
}
</style>
background-color css
<style>
a { background-color: #7A7612; }
a { background-color: rgb(122,118,18); }
div.DivClassName
{
background-color: #7A7612;
}
.BgClassName
{
background-color: #7A7612;
}
</style>
border-color css
<style>
span { border-color: #7A7612; }
span { border-color: rgb(122,118,18); }
td.TdClassName
{
border-color: #7A7612;
}
.TagClassName
{
border-color: #7A7612;
}
</style>