Shades of Olive #7A920A
Tints of Olive #7A920A
RGB
CMYK
RGB Variations
Color information
#7A920A (or 0x7A920A) is known color: Olive. HEX triplet: 7A, 92 and 0A. RGB value is (122,146,10). Sum of RGB (Red+Green+Blue) = 122+146+10=278 (36% of max value = 765). Red value is 122 (48.05% from 255 or 43.88% from 278); Green value is 146 (57.42% from 255 or 52.52% from 278); Blue value is 10 (4.30% from 255 or 3.60% from 278); Max value from RGB is 146 - color contains mainly: green. Hex color #7A920A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7A920A is #856DF5. Grayscale: #7B7B7B. Windows color (decimal): -8744438 or 692858. OLE color: 692858.
HSL color Cylindrical-coordinate representation of color #7A920A: hue angle of 70.59º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7A920A is Cyan = 0.16, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 122 | 146 | 10 | - |
| CMYK | 0.16 | 0 | 0.93 | 0.43 |
| HSL | 70.59º | 0.87% | 0.31% | - |
| HSV(B) | 70.59º | 0.93% | 0.57% | - |
| XYZ | 18.36 | 24.72 | 4.09 | - |
| YUV | 123.32 | 64.05 | 127.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 146 | 10 | 0.16 | 0 | 0.93 | 0.43 | 70.59 | 0.87 | 0.31 |
| Hex | 7A | 92 | A | 10 | 0 | 5D | 2B | 47 | 57 | 1F |
| Octal | 172 | 222 | 12 | 20 | 0 | 135 | 53 | 107 | 127 | 37 |
| Binary | 1111010 | 10010010 | 1010 | 10000 | 0 | 1011101 | 101011 | 1000111 | 1010111 | 11111 |
Color Harmonies of #7A920A
Complementary color
Monochromatic Colors of #7A920A
Black with #7A920A
Text Example
Text Example
White with #7A920A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A920A; }
p { color: rgb(122,146,10); }
H1.HeaderClassName
{
color: #7A920A;
}
.AnyTagClassName
{
color: #7A920A;
}
</style>
background-color css
<style>
a { background-color: #7A920A; }
a { background-color: rgb(122,146,10); }
div.DivClassName
{
background-color: #7A920A;
}
.BgClassName
{
background-color: #7A920A;
}
</style>
border-color css
<style>
span { border-color: #7A920A; }
span { border-color: rgb(122,146,10); }
td.TdClassName
{
border-color: #7A920A;
}
.TagClassName
{
border-color: #7A920A;
}
</style>