Shades of Olive #7A8B0B
Tints of Olive #7A8B0B
RGB
CMYK
RGB Variations
Color information
#7A8B0B (or 0x7A8B0B) is known color: Olive. HEX triplet: 7A, 8B and 0B. RGB value is (122,139,11). Sum of RGB (Red+Green+Blue) = 122+139+11=272 (36% of max value = 765). Red value is 122 (48.05% from 255 or 44.85% from 272); Green value is 139 (54.69% from 255 or 51.10% from 272); Blue value is 11 (4.69% from 255 or 4.04% from 272); Max value from RGB is 139 - color contains mainly: green. Hex color #7A8B0B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7A8B0B is #8574F4. Grayscale: #777777. Windows color (decimal): -8746229 or 756602. OLE color: 756602.
HSL color Cylindrical-coordinate representation of color #7A8B0B: hue angle of 67.97º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7A8B0B is Cyan = 0.12, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 122 | 139 | 11 | - |
| CMYK | 0.12 | 0 | 0.92 | 0.45 |
| HSL | 67.97º | 0.85% | 0.29% | - |
| HSV(B) | 67.97º | 0.92% | 0.55% | - |
| XYZ | 17.32 | 22.63 | 3.77 | - |
| YUV | 119.33 | 66.87 | 129.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 139 | 11 | 0.12 | 0 | 0.92 | 0.45 | 67.97 | 0.85 | 0.29 |
| Hex | 7A | 8B | B | C | 0 | 5C | 2D | 44 | 55 | 1D |
| Octal | 172 | 213 | 13 | 14 | 0 | 134 | 55 | 104 | 125 | 35 |
| Binary | 1111010 | 10001011 | 1011 | 1100 | 0 | 1011100 | 101101 | 1000100 | 1010101 | 11101 |
Color Harmonies of #7A8B0B
Complementary color
Monochromatic Colors of #7A8B0B
Black with #7A8B0B
Text Example
Text Example
White with #7A8B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8B0B; }
p { color: rgb(122,139,11); }
H1.HeaderClassName
{
color: #7A8B0B;
}
.AnyTagClassName
{
color: #7A8B0B;
}
</style>
background-color css
<style>
a { background-color: #7A8B0B; }
a { background-color: rgb(122,139,11); }
div.DivClassName
{
background-color: #7A8B0B;
}
.BgClassName
{
background-color: #7A8B0B;
}
</style>
border-color css
<style>
span { border-color: #7A8B0B; }
span { border-color: rgb(122,139,11); }
td.TdClassName
{
border-color: #7A8B0B;
}
.TagClassName
{
border-color: #7A8B0B;
}
</style>