Shades of Olive Drab #7A9318
Tints of Olive Drab #7A9318
RGB
CMYK
RGB Variations
Color information
#7A9318 (or 0x7A9318) is known color: Olive Drab. HEX triplet: 7A, 93 and 18. RGB value is (122,147,24). Sum of RGB (Red+Green+Blue) = 122+147+24=293 (38% of max value = 765). Red value is 122 (48.05% from 255 or 41.64% from 293); Green value is 147 (57.81% from 255 or 50.17% from 293); Blue value is 24 (9.77% from 255 or 8.19% from 293); Max value from RGB is 147 - color contains mainly: green. Hex color #7A9318 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7A9318 is #856CE7. Grayscale: #7D7D7D. Windows color (decimal): -8744168 or 1610618. OLE color: 1610618.
HSL color Cylindrical-coordinate representation of color #7A9318: hue angle of 72.2º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7A9318 is Cyan = 0.17, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 122 | 147 | 24 | - |
| CMYK | 0.17 | 0 | 0.84 | 0.42 |
| HSL | 72.2º | 0.72% | 0.34% | - |
| HSV(B) | 72.2º | 0.84% | 0.58% | - |
| XYZ | 18.62 | 25.07 | 4.72 | - |
| YUV | 125.5 | 70.72 | 125.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 147 | 24 | 0.17 | 0 | 0.84 | 0.42 | 72.2 | 0.72 | 0.34 |
| Hex | 7A | 93 | 18 | 11 | 0 | 54 | 2A | 48 | 48 | 22 |
| Octal | 172 | 223 | 30 | 21 | 0 | 124 | 52 | 110 | 110 | 42 |
| Binary | 1111010 | 10010011 | 11000 | 10001 | 0 | 1010100 | 101010 | 1001000 | 1001000 | 100010 |
Color Harmonies of #7A9318
Complementary color
Monochromatic Colors of #7A9318
Black with #7A9318
Text Example
Text Example
White with #7A9318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9318; }
p { color: rgb(122,147,24); }
H1.HeaderClassName
{
color: #7A9318;
}
.AnyTagClassName
{
color: #7A9318;
}
</style>
background-color css
<style>
a { background-color: #7A9318; }
a { background-color: rgb(122,147,24); }
div.DivClassName
{
background-color: #7A9318;
}
.BgClassName
{
background-color: #7A9318;
}
</style>
border-color css
<style>
span { border-color: #7A9318; }
span { border-color: rgb(122,147,24); }
td.TdClassName
{
border-color: #7A9318;
}
.TagClassName
{
border-color: #7A9318;
}
</style>