Shades of Olive #7A890B
Tints of Olive #7A890B
RGB
CMYK
RGB Variations
Color information
#7A890B (or 0x7A890B) is known color: Olive. HEX triplet: 7A, 89 and 0B. RGB value is (122,137,11). Sum of RGB (Red+Green+Blue) = 122+137+11=270 (35% of max value = 765). Red value is 122 (48.05% from 255 or 45.19% from 270); Green value is 137 (53.91% from 255 or 50.74% from 270); Blue value is 11 (4.69% from 255 or 4.07% from 270); Max value from RGB is 137 - color contains mainly: green. Hex color #7A890B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7A890B is #8576F4. Grayscale: #767676. Windows color (decimal): -8746741 or 756090. OLE color: 756090.
HSL color Cylindrical-coordinate representation of color #7A890B: hue angle of 67.14º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7A890B is Cyan = 0.11, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 122 | 137 | 11 | - |
| CMYK | 0.11 | 0 | 0.92 | 0.46 |
| HSL | 67.14º | 0.85% | 0.29% | - |
| HSV(B) | 67.14º | 0.92% | 0.54% | - |
| XYZ | 17.03 | 22.05 | 3.68 | - |
| YUV | 118.15 | 67.53 | 130.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 137 | 11 | 0.11 | 0 | 0.92 | 0.46 | 67.14 | 0.85 | 0.29 |
| Hex | 7A | 89 | B | B | 0 | 5C | 2E | 43 | 55 | 1D |
| Octal | 172 | 211 | 13 | 13 | 0 | 134 | 56 | 103 | 125 | 35 |
| Binary | 1111010 | 10001001 | 1011 | 1011 | 0 | 1011100 | 101110 | 1000011 | 1010101 | 11101 |
Color Harmonies of #7A890B
Complementary color
Monochromatic Colors of #7A890B
Black with #7A890B
Text Example
Text Example
White with #7A890B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A890B; }
p { color: rgb(122,137,11); }
H1.HeaderClassName
{
color: #7A890B;
}
.AnyTagClassName
{
color: #7A890B;
}
</style>
background-color css
<style>
a { background-color: #7A890B; }
a { background-color: rgb(122,137,11); }
div.DivClassName
{
background-color: #7A890B;
}
.BgClassName
{
background-color: #7A890B;
}
</style>
border-color css
<style>
span { border-color: #7A890B; }
span { border-color: rgb(122,137,11); }
td.TdClassName
{
border-color: #7A890B;
}
.TagClassName
{
border-color: #7A890B;
}
</style>