Shades of Sushi #7AA640
Tints of Sushi #7AA640
RGB
CMYK
RGB Variations
Color information
#7AA640 (or 0x7AA640) is known color: Sushi. HEX triplet: 7A, A6 and 40. RGB value is (122,166,64). Sum of RGB (Red+Green+Blue) = 122+166+64=352 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.66% from 352); Green value is 166 (65.23% from 255 or 47.16% from 352); Blue value is 64 (25.39% from 255 or 18.18% from 352); Max value from RGB is 166 - color contains mainly: green. Hex color #7AA640 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AA640 is #8559BF. Grayscale: #8D8D8D. Windows color (decimal): -8739264 or 4236922. OLE color: 4236922.
HSL color Cylindrical-coordinate representation of color #7AA640: hue angle of 85.88º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7AA640 is Cyan = 0.27, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 122 | 166 | 64 | - |
| CMYK | 0.27 | 0 | 0.61 | 0.35 |
| HSL | 85.88º | 0.44% | 0.45% | - |
| HSV(B) | 85.88º | 0.61% | 0.65% | - |
| XYZ | 22.59 | 31.78 | 9.79 | - |
| YUV | 141.22 | 84.42 | 114.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 166 | 64 | 0.27 | 0 | 0.61 | 0.35 | 85.88 | 0.44 | 0.45 |
| Hex | 7A | A6 | 40 | 1B | 0 | 3D | 23 | 56 | 2C | 2D |
| Octal | 172 | 246 | 100 | 33 | 0 | 75 | 43 | 126 | 54 | 55 |
| Binary | 1111010 | 10100110 | 1000000 | 11011 | 0 | 111101 | 100011 | 1010110 | 101100 | 101101 |
Color Harmonies of #7AA640
Complementary color
Monochromatic Colors of #7AA640
Black with #7AA640
Text Example
Text Example
White with #7AA640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA640; }
p { color: rgb(122,166,64); }
H1.HeaderClassName
{
color: #7AA640;
}
.AnyTagClassName
{
color: #7AA640;
}
</style>
background-color css
<style>
a { background-color: #7AA640; }
a { background-color: rgb(122,166,64); }
div.DivClassName
{
background-color: #7AA640;
}
.BgClassName
{
background-color: #7AA640;
}
</style>
border-color css
<style>
span { border-color: #7AA640; }
span { border-color: rgb(122,166,64); }
td.TdClassName
{
border-color: #7AA640;
}
.TagClassName
{
border-color: #7AA640;
}
</style>