Shades of Sushi #7AA031
Tints of Sushi #7AA031
RGB
CMYK
RGB Variations
Color information
#7AA031 (or 0x7AA031) is known color: Sushi. HEX triplet: 7A, A0 and 31. RGB value is (122,160,49). Sum of RGB (Red+Green+Blue) = 122+160+49=331 (43% of max value = 765). Red value is 122 (48.05% from 255 or 36.86% from 331); Green value is 160 (62.89% from 255 or 48.34% from 331); Blue value is 49 (19.53% from 255 or 14.80% from 331); Max value from RGB is 160 - color contains mainly: green. Hex color #7AA031 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AA031 is #855FCE. Grayscale: #888888. Windows color (decimal): -8740815 or 3252346. OLE color: 3252346.
HSL color Cylindrical-coordinate representation of color #7AA031: hue angle of 80.54º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7AA031 is Cyan = 0.24, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 122 | 160 | 49 | - |
| CMYK | 0.24 | 0 | 0.69 | 0.37 |
| HSL | 80.54º | 0.53% | 0.41% | - |
| HSV(B) | 80.54º | 0.69% | 0.63% | - |
| XYZ | 21.15 | 29.5 | 7.49 | - |
| YUV | 135.98 | 78.91 | 118.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 160 | 49 | 0.24 | 0 | 0.69 | 0.37 | 80.54 | 0.53 | 0.41 |
| Hex | 7A | A0 | 31 | 18 | 0 | 45 | 25 | 51 | 35 | 29 |
| Octal | 172 | 240 | 61 | 30 | 0 | 105 | 45 | 121 | 65 | 51 |
| Binary | 1111010 | 10100000 | 110001 | 11000 | 0 | 1000101 | 100101 | 1010001 | 110101 | 101001 |
Color Harmonies of #7AA031
Complementary color
Monochromatic Colors of #7AA031
Black with #7AA031
Text Example
Text Example
White with #7AA031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA031; }
p { color: rgb(122,160,49); }
H1.HeaderClassName
{
color: #7AA031;
}
.AnyTagClassName
{
color: #7AA031;
}
</style>
background-color css
<style>
a { background-color: #7AA031; }
a { background-color: rgb(122,160,49); }
div.DivClassName
{
background-color: #7AA031;
}
.BgClassName
{
background-color: #7AA031;
}
</style>
border-color css
<style>
span { border-color: #7AA031; }
span { border-color: rgb(122,160,49); }
td.TdClassName
{
border-color: #7AA031;
}
.TagClassName
{
border-color: #7AA031;
}
</style>