Shades of Sushi #7AAA31
Tints of Sushi #7AAA31
RGB
CMYK
RGB Variations
Color information
#7AAA31 (or 0x7AAA31) is known color: Sushi. HEX triplet: 7A, AA and 31. RGB value is (122,170,49). Sum of RGB (Red+Green+Blue) = 122+170+49=341 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.78% from 341); Green value is 170 (66.80% from 255 or 49.85% from 341); Blue value is 49 (19.53% from 255 or 14.37% from 341); Max value from RGB is 170 - color contains mainly: green. Hex color #7AAA31 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AAA31 is #8555CE. Grayscale: #8E8E8E. Windows color (decimal): -8738255 or 3254906. OLE color: 3254906.
HSL color Cylindrical-coordinate representation of color #7AAA31: hue angle of 83.8º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7AAA31 is Cyan = 0.28, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 170 | 49 | - |
| CMYK | 0.28 | 0 | 0.71 | 0.33 |
| HSL | 83.8º | 0.55% | 0.43% | - |
| HSV(B) | 83.8º | 0.71% | 0.67% | - |
| XYZ | 22.96 | 33.11 | 8.09 | - |
| YUV | 141.85 | 75.6 | 113.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 170 | 49 | 0.28 | 0 | 0.71 | 0.33 | 83.8 | 0.55 | 0.43 |
| Hex | 7A | AA | 31 | 1C | 0 | 47 | 21 | 54 | 37 | 2B |
| Octal | 172 | 252 | 61 | 34 | 0 | 107 | 41 | 124 | 67 | 53 |
| Binary | 1111010 | 10101010 | 110001 | 11100 | 0 | 1000111 | 100001 | 1010100 | 110111 | 101011 |
Color Harmonies of #7AAA31
Complementary color
Monochromatic Colors of #7AAA31
Black with #7AAA31
Text Example
Text Example
White with #7AAA31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAA31; }
p { color: rgb(122,170,49); }
H1.HeaderClassName
{
color: #7AAA31;
}
.AnyTagClassName
{
color: #7AAA31;
}
</style>
background-color css
<style>
a { background-color: #7AAA31; }
a { background-color: rgb(122,170,49); }
div.DivClassName
{
background-color: #7AAA31;
}
.BgClassName
{
background-color: #7AAA31;
}
</style>
border-color css
<style>
span { border-color: #7AAA31; }
span { border-color: rgb(122,170,49); }
td.TdClassName
{
border-color: #7AAA31;
}
.TagClassName
{
border-color: #7AAA31;
}
</style>