Shades of Olive #7A880D
Tints of Olive #7A880D
RGB
CMYK
RGB Variations
Color information
#7A880D (or 0x7A880D) is known color: Olive. HEX triplet: 7A, 88 and 0D. RGB value is (122,136,13). Sum of RGB (Red+Green+Blue) = 122+136+13=271 (35% of max value = 765). Red value is 122 (48.05% from 255 or 45.02% from 271); Green value is 136 (53.52% from 255 or 50.18% from 271); Blue value is 13 (5.47% from 255 or 4.80% from 271); Max value from RGB is 136 - color contains mainly: green. Hex color #7A880D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7A880D is #8577F2. Grayscale: #767676. Windows color (decimal): -8746995 or 886906. OLE color: 886906.
HSL color Cylindrical-coordinate representation of color #7A880D: hue angle of 66.83º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7A880D is Cyan = 0.10, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 122 | 136 | 13 | - |
| CMYK | 0.10 | 0 | 0.90 | 0.47 |
| HSL | 66.83º | 0.83% | 0.29% | - |
| HSV(B) | 66.83º | 0.9% | 0.53% | - |
| XYZ | 16.9 | 21.77 | 3.69 | - |
| YUV | 117.79 | 68.86 | 131 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 136 | 13 | 0.10 | 0 | 0.90 | 0.47 | 66.83 | 0.83 | 0.29 |
| Hex | 7A | 88 | D | A | 0 | 5A | 2F | 43 | 53 | 1D |
| Octal | 172 | 210 | 15 | 12 | 0 | 132 | 57 | 103 | 123 | 35 |
| Binary | 1111010 | 10001000 | 1101 | 1010 | 0 | 1011010 | 101111 | 1000011 | 1010011 | 11101 |
Color Harmonies of #7A880D
Complementary color
Monochromatic Colors of #7A880D
Black with #7A880D
Text Example
Text Example
White with #7A880D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A880D; }
p { color: rgb(122,136,13); }
H1.HeaderClassName
{
color: #7A880D;
}
.AnyTagClassName
{
color: #7A880D;
}
</style>
background-color css
<style>
a { background-color: #7A880D; }
a { background-color: rgb(122,136,13); }
div.DivClassName
{
background-color: #7A880D;
}
.BgClassName
{
background-color: #7A880D;
}
</style>
border-color css
<style>
span { border-color: #7A880D; }
span { border-color: rgb(122,136,13); }
td.TdClassName
{
border-color: #7A880D;
}
.TagClassName
{
border-color: #7A880D;
}
</style>