Shades of Olive Drab #7A941E
Tints of Olive Drab #7A941E
RGB
CMYK
RGB Variations
Color information
#7A941E (or 0x7A941E) is known color: Olive Drab. HEX triplet: 7A, 94 and 1E. RGB value is (122,148,30). Sum of RGB (Red+Green+Blue) = 122+148+30=300 (39% of max value = 765). Red value is 122 (48.05% from 255 or 40.67% from 300); Green value is 148 (58.20% from 255 or 49.33% from 300); Blue value is 30 (12.11% from 255 or 10% from 300); Max value from RGB is 148 - color contains mainly: green. Hex color #7A941E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A941E is #856BE1. Grayscale: #7F7F7F. Windows color (decimal): -8743906 or 2004090. OLE color: 2004090.
HSL color Cylindrical-coordinate representation of color #7A941E: hue angle of 73.22º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7A941E is Cyan = 0.18, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 122 | 148 | 30 | - |
| CMYK | 0.18 | 0 | 0.80 | 0.42 |
| HSL | 73.22º | 0.66% | 0.35% | - |
| HSV(B) | 73.22º | 0.8% | 0.58% | - |
| XYZ | 18.85 | 25.41 | 5.14 | - |
| YUV | 126.77 | 73.39 | 124.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 148 | 30 | 0.18 | 0 | 0.80 | 0.42 | 73.22 | 0.66 | 0.35 |
| Hex | 7A | 94 | 1E | 12 | 0 | 50 | 2A | 49 | 42 | 23 |
| Octal | 172 | 224 | 36 | 22 | 0 | 120 | 52 | 111 | 102 | 43 |
| Binary | 1111010 | 10010100 | 11110 | 10010 | 0 | 1010000 | 101010 | 1001001 | 1000010 | 100011 |
Color Harmonies of #7A941E
Complementary color
Monochromatic Colors of #7A941E
Black with #7A941E
Text Example
Text Example
White with #7A941E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A941E; }
p { color: rgb(122,148,30); }
H1.HeaderClassName
{
color: #7A941E;
}
.AnyTagClassName
{
color: #7A941E;
}
</style>
background-color css
<style>
a { background-color: #7A941E; }
a { background-color: rgb(122,148,30); }
div.DivClassName
{
background-color: #7A941E;
}
.BgClassName
{
background-color: #7A941E;
}
</style>
border-color css
<style>
span { border-color: #7A941E; }
span { border-color: rgb(122,148,30); }
td.TdClassName
{
border-color: #7A941E;
}
.TagClassName
{
border-color: #7A941E;
}
</style>