Shades of Olive Drab #7A9712
Tints of Olive Drab #7A9712
RGB
CMYK
RGB Variations
Color information
#7A9712 (or 0x7A9712) is known color: Olive Drab. HEX triplet: 7A, 97 and 12. RGB value is (122,151,18). Sum of RGB (Red+Green+Blue) = 122+151+18=291 (38% of max value = 765). Red value is 122 (48.05% from 255 or 41.92% from 291); Green value is 151 (59.38% from 255 or 51.89% from 291); Blue value is 18 (7.42% from 255 or 6.19% from 291); Max value from RGB is 151 - color contains mainly: green. Hex color #7A9712 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7A9712 is #8568ED. Grayscale: #7F7F7F. Windows color (decimal): -8743150 or 1218426. OLE color: 1218426.
HSL color Cylindrical-coordinate representation of color #7A9712: hue angle of 73.08º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7A9712 is Cyan = 0.19, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 122 | 151 | 18 | - |
| CMYK | 0.19 | 0 | 0.88 | 0.41 |
| HSL | 73.08º | 0.79% | 0.33% | - |
| HSV(B) | 73.08º | 0.88% | 0.59% | - |
| XYZ | 19.2 | 26.31 | 4.64 | - |
| YUV | 127.17 | 66.39 | 124.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 151 | 18 | 0.19 | 0 | 0.88 | 0.41 | 73.08 | 0.79 | 0.33 |
| Hex | 7A | 97 | 12 | 13 | 0 | 58 | 29 | 49 | 4F | 21 |
| Octal | 172 | 227 | 22 | 23 | 0 | 130 | 51 | 111 | 117 | 41 |
| Binary | 1111010 | 10010111 | 10010 | 10011 | 0 | 1011000 | 101001 | 1001001 | 1001111 | 100001 |
Color Harmonies of #7A9712
Complementary color
Monochromatic Colors of #7A9712
Black with #7A9712
Text Example
Text Example
White with #7A9712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9712; }
p { color: rgb(122,151,18); }
H1.HeaderClassName
{
color: #7A9712;
}
.AnyTagClassName
{
color: #7A9712;
}
</style>
background-color css
<style>
a { background-color: #7A9712; }
a { background-color: rgb(122,151,18); }
div.DivClassName
{
background-color: #7A9712;
}
.BgClassName
{
background-color: #7A9712;
}
</style>
border-color css
<style>
span { border-color: #7A9712; }
span { border-color: rgb(122,151,18); }
td.TdClassName
{
border-color: #7A9712;
}
.TagClassName
{
border-color: #7A9712;
}
</style>