Shades of Sushi #7AAA37
Tints of Sushi #7AAA37
RGB
CMYK
RGB Variations
Color information
#7AAA37 (or 0x7AAA37) is known color: Sushi. HEX triplet: 7A, AA and 37. RGB value is (122,170,55). Sum of RGB (Red+Green+Blue) = 122+170+55=347 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.16% from 347); Green value is 170 (66.80% from 255 or 48.99% from 347); Blue value is 55 (21.88% from 255 or 15.85% from 347); Max value from RGB is 170 - color contains mainly: green. Hex color #7AAA37 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AAA37 is #8555C8. Grayscale: #8E8E8E. Windows color (decimal): -8738249 or 3648122. OLE color: 3648122.
HSL color Cylindrical-coordinate representation of color #7AAA37: hue angle of 85.04º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7AAA37 is Cyan = 0.28, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 170 | 55 | - |
| CMYK | 0.28 | 0 | 0.68 | 0.33 |
| HSL | 85.04º | 0.51% | 0.44% | - |
| HSV(B) | 85.04º | 0.68% | 0.67% | - |
| XYZ | 23.09 | 33.16 | 8.8 | - |
| YUV | 142.54 | 78.6 | 113.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 170 | 55 | 0.28 | 0 | 0.68 | 0.33 | 85.04 | 0.51 | 0.44 |
| Hex | 7A | AA | 37 | 1C | 0 | 44 | 21 | 55 | 33 | 2C |
| Octal | 172 | 252 | 67 | 34 | 0 | 104 | 41 | 125 | 63 | 54 |
| Binary | 1111010 | 10101010 | 110111 | 11100 | 0 | 1000100 | 100001 | 1010101 | 110011 | 101100 |
Color Harmonies of #7AAA37
Complementary color
Monochromatic Colors of #7AAA37
Black with #7AAA37
Text Example
Text Example
White with #7AAA37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAA37; }
p { color: rgb(122,170,55); }
H1.HeaderClassName
{
color: #7AAA37;
}
.AnyTagClassName
{
color: #7AAA37;
}
</style>
background-color css
<style>
a { background-color: #7AAA37; }
a { background-color: rgb(122,170,55); }
div.DivClassName
{
background-color: #7AAA37;
}
.BgClassName
{
background-color: #7AAA37;
}
</style>
border-color css
<style>
span { border-color: #7AAA37; }
span { border-color: rgb(122,170,55); }
td.TdClassName
{
border-color: #7AAA37;
}
.TagClassName
{
border-color: #7AAA37;
}
</style>