Shades of Olive Drab #7A9322
Tints of Olive Drab #7A9322
RGB
CMYK
RGB Variations
Color information
#7A9322 (or 0x7A9322) is known color: Olive Drab. HEX triplet: 7A, 93 and 22. RGB value is (122,147,34). Sum of RGB (Red+Green+Blue) = 122+147+34=303 (40% of max value = 765). Red value is 122 (48.05% from 255 or 40.26% from 303); Green value is 147 (57.81% from 255 or 48.51% from 303); Blue value is 34 (13.67% from 255 or 11.22% from 303); Max value from RGB is 147 - color contains mainly: green. Hex color #7A9322 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A9322 is #856CDD. Grayscale: #7F7F7F. Windows color (decimal): -8744158 or 2265978. OLE color: 2265978.
HSL color Cylindrical-coordinate representation of color #7A9322: hue angle of 73.27º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7A9322 is Cyan = 0.17, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 122 | 147 | 34 | - |
| CMYK | 0.17 | 0 | 0.77 | 0.42 |
| HSL | 73.27º | 0.62% | 0.35% | - |
| HSV(B) | 73.27º | 0.77% | 0.58% | - |
| XYZ | 18.75 | 25.12 | 5.37 | - |
| YUV | 126.64 | 75.72 | 124.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 147 | 34 | 0.17 | 0 | 0.77 | 0.42 | 73.27 | 0.62 | 0.35 |
| Hex | 7A | 93 | 22 | 11 | 0 | 4D | 2A | 49 | 3E | 23 |
| Octal | 172 | 223 | 42 | 21 | 0 | 115 | 52 | 111 | 76 | 43 |
| Binary | 1111010 | 10010011 | 100010 | 10001 | 0 | 1001101 | 101010 | 1001001 | 111110 | 100011 |
Color Harmonies of #7A9322
Complementary color
Monochromatic Colors of #7A9322
Black with #7A9322
Text Example
Text Example
White with #7A9322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9322; }
p { color: rgb(122,147,34); }
H1.HeaderClassName
{
color: #7A9322;
}
.AnyTagClassName
{
color: #7A9322;
}
</style>
background-color css
<style>
a { background-color: #7A9322; }
a { background-color: rgb(122,147,34); }
div.DivClassName
{
background-color: #7A9322;
}
.BgClassName
{
background-color: #7A9322;
}
</style>
border-color css
<style>
span { border-color: #7A9322; }
span { border-color: rgb(122,147,34); }
td.TdClassName
{
border-color: #7A9322;
}
.TagClassName
{
border-color: #7A9322;
}
</style>