Shades of Sushi #7AAA40
Tints of Sushi #7AAA40
RGB
CMYK
RGB Variations
Color information
#7AAA40 (or 0x7AAA40) is known color: Sushi. HEX triplet: 7A, AA and 40. RGB value is (122,170,64). Sum of RGB (Red+Green+Blue) = 122+170+64=356 (47% of max value = 765). Red value is 122 (48.05% from 255 or 34.27% from 356); Green value is 170 (66.80% from 255 or 47.75% from 356); Blue value is 64 (25.39% from 255 or 17.98% from 356); Max value from RGB is 170 - color contains mainly: green. Hex color #7AAA40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AAA40 is #8555BF. Grayscale: #8F8F8F. Windows color (decimal): -8738240 or 4237946. OLE color: 4237946.
HSL color Cylindrical-coordinate representation of color #7AAA40: hue angle of 87.17º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7AAA40 is Cyan = 0.28, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 170 | 64 | - |
| CMYK | 0.28 | 0 | 0.62 | 0.33 |
| HSL | 87.17º | 0.45% | 0.46% | - |
| HSV(B) | 87.17º | 0.62% | 0.67% | - |
| XYZ | 23.33 | 33.26 | 10.04 | - |
| YUV | 143.56 | 83.1 | 112.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 170 | 64 | 0.28 | 0 | 0.62 | 0.33 | 87.17 | 0.45 | 0.46 |
| Hex | 7A | AA | 40 | 1C | 0 | 3E | 21 | 57 | 2D | 2E |
| Octal | 172 | 252 | 100 | 34 | 0 | 76 | 41 | 127 | 55 | 56 |
| Binary | 1111010 | 10101010 | 1000000 | 11100 | 0 | 111110 | 100001 | 1010111 | 101101 | 101110 |
Color Harmonies of #7AAA40
Complementary color
Monochromatic Colors of #7AAA40
Black with #7AAA40
Text Example
Text Example
White with #7AAA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAA40; }
p { color: rgb(122,170,64); }
H1.HeaderClassName
{
color: #7AAA40;
}
.AnyTagClassName
{
color: #7AAA40;
}
</style>
background-color css
<style>
a { background-color: #7AAA40; }
a { background-color: rgb(122,170,64); }
div.DivClassName
{
background-color: #7AAA40;
}
.BgClassName
{
background-color: #7AAA40;
}
</style>
border-color css
<style>
span { border-color: #7AAA40; }
span { border-color: rgb(122,170,64); }
td.TdClassName
{
border-color: #7AAA40;
}
.TagClassName
{
border-color: #7AAA40;
}
</style>