Shades of Olive #7A8510
Tints of Olive #7A8510
RGB
CMYK
RGB Variations
Color information
#7A8510 (or 0x7A8510) is known color: Olive. HEX triplet: 7A, 85 and 10. RGB value is (122,133,16). Sum of RGB (Red+Green+Blue) = 122+133+16=271 (35% of max value = 765). Red value is 122 (48.05% from 255 or 45.02% from 271); Green value is 133 (52.34% from 255 or 49.08% from 271); Blue value is 16 (6.64% from 255 or 5.90% from 271); Max value from RGB is 133 - color contains mainly: green. Hex color #7A8510 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7A8510 is #857AEF. Grayscale: #747474. Windows color (decimal): -8747760 or 1082746. OLE color: 1082746.
HSL color Cylindrical-coordinate representation of color #7A8510: hue angle of 65.64º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7A8510 is Cyan = 0.08, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 122 | 133 | 16 | - |
| CMYK | 0.08 | 0 | 0.88 | 0.48 |
| HSL | 65.64º | 0.79% | 0.29% | - |
| HSV(B) | 65.64º | 0.88% | 0.52% | - |
| XYZ | 16.51 | 20.95 | 3.66 | - |
| YUV | 116.37 | 71.36 | 132.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 133 | 16 | 0.08 | 0 | 0.88 | 0.48 | 65.64 | 0.79 | 0.29 |
| Hex | 7A | 85 | 10 | 8 | 0 | 58 | 30 | 42 | 4F | 1D |
| Octal | 172 | 205 | 20 | 10 | 0 | 130 | 60 | 102 | 117 | 35 |
| Binary | 1111010 | 10000101 | 10000 | 1000 | 0 | 1011000 | 110000 | 1000010 | 1001111 | 11101 |
Color Harmonies of #7A8510
Complementary color
Monochromatic Colors of #7A8510
Black with #7A8510
Text Example
Text Example
White with #7A8510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8510; }
p { color: rgb(122,133,16); }
H1.HeaderClassName
{
color: #7A8510;
}
.AnyTagClassName
{
color: #7A8510;
}
</style>
background-color css
<style>
a { background-color: #7A8510; }
a { background-color: rgb(122,133,16); }
div.DivClassName
{
background-color: #7A8510;
}
.BgClassName
{
background-color: #7A8510;
}
</style>
border-color css
<style>
span { border-color: #7A8510; }
span { border-color: rgb(122,133,16); }
td.TdClassName
{
border-color: #7A8510;
}
.TagClassName
{
border-color: #7A8510;
}
</style>