Shades of Olive #7A9201
Tints of Olive #7A9201
RGB
CMYK
RGB Variations
Color information
#7A9201 (or 0x7A9201) is known color: Olive. HEX triplet: 7A, 92 and 01. RGB value is (122,146,1). Sum of RGB (Red+Green+Blue) = 122+146+1=269 (35% of max value = 765). Red value is 122 (48.05% from 255 or 45.35% from 269); Green value is 146 (57.42% from 255 or 54.28% from 269); Blue value is 1 (0.78% from 255 or 0.37% from 269); Max value from RGB is 146 - color contains mainly: green. Hex color #7A9201 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7A9201 is #856DFE. Grayscale: #7A7A7A. Windows color (decimal): -8744447 or 103034. OLE color: 103034.
HSL color Cylindrical-coordinate representation of color #7A9201: hue angle of 69.93º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7A9201 is Cyan = 0.16, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 122 | 146 | 1 | - |
| CMYK | 0.16 | 0 | 0.99 | 0.43 |
| HSL | 69.93º | 0.99% | 0.29% | - |
| HSV(B) | 69.93º | 0.99% | 0.57% | - |
| XYZ | 18.31 | 24.7 | 3.83 | - |
| YUV | 122.29 | 59.55 | 127.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 146 | 1 | 0.16 | 0 | 0.99 | 0.43 | 69.93 | 0.99 | 0.29 |
| Hex | 7A | 92 | 1 | 10 | 0 | 63 | 2B | 46 | 63 | 1D |
| Octal | 172 | 222 | 1 | 20 | 0 | 143 | 53 | 106 | 143 | 35 |
| Binary | 1111010 | 10010010 | 1 | 10000 | 0 | 1100011 | 101011 | 1000110 | 1100011 | 11101 |
Color Harmonies of #7A9201
Complementary color
Monochromatic Colors of #7A9201
Black with #7A9201
Text Example
Text Example
White with #7A9201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9201; }
p { color: rgb(122,146,1); }
H1.HeaderClassName
{
color: #7A9201;
}
.AnyTagClassName
{
color: #7A9201;
}
</style>
background-color css
<style>
a { background-color: #7A9201; }
a { background-color: rgb(122,146,1); }
div.DivClassName
{
background-color: #7A9201;
}
.BgClassName
{
background-color: #7A9201;
}
</style>
border-color css
<style>
span { border-color: #7A9201; }
span { border-color: rgb(122,146,1); }
td.TdClassName
{
border-color: #7A9201;
}
.TagClassName
{
border-color: #7A9201;
}
</style>