Shades of Sushi #7AA02B
Tints of Sushi #7AA02B
RGB
CMYK
RGB Variations
Color information
#7AA02B (or 0x7AA02B) is known color: Sushi. HEX triplet: 7A, A0 and 2B. RGB value is (122,160,43). Sum of RGB (Red+Green+Blue) = 122+160+43=325 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.54% from 325); Green value is 160 (62.89% from 255 or 49.23% from 325); Blue value is 43 (17.19% from 255 or 13.23% from 325); Max value from RGB is 160 - color contains mainly: green. Hex color #7AA02B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AA02B is #855FD4. Grayscale: #878787. Windows color (decimal): -8740821 or 2859130. OLE color: 2859130.
HSL color Cylindrical-coordinate representation of color #7AA02B: hue angle of 79.49º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7AA02B is Cyan = 0.24, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 122 | 160 | 43 | - |
| CMYK | 0.24 | 0 | 0.73 | 0.37 |
| HSL | 79.49º | 0.58% | 0.4% | - |
| HSV(B) | 79.49º | 0.73% | 0.63% | - |
| XYZ | 21.03 | 29.45 | 6.86 | - |
| YUV | 135.3 | 75.91 | 118.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 160 | 43 | 0.24 | 0 | 0.73 | 0.37 | 79.49 | 0.58 | 0.4 |
| Hex | 7A | A0 | 2B | 18 | 0 | 49 | 25 | 4F | 3A | 28 |
| Octal | 172 | 240 | 53 | 30 | 0 | 111 | 45 | 117 | 72 | 50 |
| Binary | 1111010 | 10100000 | 101011 | 11000 | 0 | 1001001 | 100101 | 1001111 | 111010 | 101000 |
Color Harmonies of #7AA02B
Complementary color
Monochromatic Colors of #7AA02B
Black with #7AA02B
Text Example
Text Example
White with #7AA02B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA02B; }
p { color: rgb(122,160,43); }
H1.HeaderClassName
{
color: #7AA02B;
}
.AnyTagClassName
{
color: #7AA02B;
}
</style>
background-color css
<style>
a { background-color: #7AA02B; }
a { background-color: rgb(122,160,43); }
div.DivClassName
{
background-color: #7AA02B;
}
.BgClassName
{
background-color: #7AA02B;
}
</style>
border-color css
<style>
span { border-color: #7AA02B; }
span { border-color: rgb(122,160,43); }
td.TdClassName
{
border-color: #7AA02B;
}
.TagClassName
{
border-color: #7AA02B;
}
</style>