Shades of Olive #7A6805
Tints of Olive #7A6805
RGB
CMYK
RGB Variations
Color information
#7A6805 (or 0x7A6805) is known color: Olive. HEX triplet: 7A, 68 and 05. RGB value is (122,104,5). Sum of RGB (Red+Green+Blue) = 122+104+5=231 (30% of max value = 765). Red value is 122 (48.05% from 255 or 52.81% from 231); Green value is 104 (41.02% from 255 or 45.02% from 231); Blue value is 5 (2.34% from 255 or 2.16% from 231); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6805 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7A6805 is #8597FA. Grayscale: #626262. Windows color (decimal): -8755195 or 354426. OLE color: 354426.
HSL color Cylindrical-coordinate representation of color #7A6805: hue angle of 50.77º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7A6805 is Cyan = 0, Magento = 0.15, Yellow = 0.96 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 104 | 5 | - |
| CMYK | 0 | 0.15 | 0.96 | 0.52 |
| HSL | 50.77º | 0.92% | 0.25% | - |
| HSV(B) | 50.77º | 0.96% | 0.48% | - |
| XYZ | 13 | 14.05 | 2.17 | - |
| YUV | 98.1 | 75.46 | 145.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 104 | 5 | 0 | 0.15 | 0.96 | 0.52 | 50.77 | 0.92 | 0.25 |
| Hex | 7A | 68 | 5 | 0 | F | 60 | 34 | 33 | 5C | 19 |
| Octal | 172 | 150 | 5 | 0 | 17 | 140 | 64 | 63 | 134 | 31 |
| Binary | 1111010 | 1101000 | 101 | 0 | 1111 | 1100000 | 110100 | 110011 | 1011100 | 11001 |
Color Harmonies of #7A6805
Complementary color
Monochromatic Colors of #7A6805
Black with #7A6805
Text Example
Text Example
White with #7A6805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6805; }
p { color: rgb(122,104,5); }
H1.HeaderClassName
{
color: #7A6805;
}
.AnyTagClassName
{
color: #7A6805;
}
</style>
background-color css
<style>
a { background-color: #7A6805; }
a { background-color: rgb(122,104,5); }
div.DivClassName
{
background-color: #7A6805;
}
.BgClassName
{
background-color: #7A6805;
}
</style>
border-color css
<style>
span { border-color: #7A6805; }
span { border-color: rgb(122,104,5); }
td.TdClassName
{
border-color: #7A6805;
}
.TagClassName
{
border-color: #7A6805;
}
</style>