Shades of Sushi #7AA228
Tints of Sushi #7AA228
RGB
CMYK
RGB Variations
Color information
#7AA228 (or 0x7AA228) is known color: Sushi. HEX triplet: 7A, A2 and 28. RGB value is (122,162,40). Sum of RGB (Red+Green+Blue) = 122+162+40=324 (42% of max value = 765). Red value is 122 (48.05% from 255 or 37.65% from 324); Green value is 162 (63.67% from 255 or 50% from 324); Blue value is 40 (16.02% from 255 or 12.35% from 324); Max value from RGB is 162 - color contains mainly: green. Hex color #7AA228 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AA228 is #855DD7. Grayscale: #888888. Windows color (decimal): -8740312 or 2663034. OLE color: 2663034.
HSL color Cylindrical-coordinate representation of color #7AA228: hue angle of 79.67º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7AA228 is Cyan = 0.25, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 122 | 162 | 40 | - |
| CMYK | 0.25 | 0 | 0.75 | 0.36 |
| HSL | 79.67º | 0.6% | 0.4% | - |
| HSV(B) | 79.67º | 0.75% | 0.64% | - |
| XYZ | 21.33 | 30.13 | 6.7 | - |
| YUV | 136.13 | 73.75 | 117.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 162 | 40 | 0.25 | 0 | 0.75 | 0.36 | 79.67 | 0.6 | 0.4 |
| Hex | 7A | A2 | 28 | 19 | 0 | 4B | 24 | 50 | 3C | 28 |
| Octal | 172 | 242 | 50 | 31 | 0 | 113 | 44 | 120 | 74 | 50 |
| Binary | 1111010 | 10100010 | 101000 | 11001 | 0 | 1001011 | 100100 | 1010000 | 111100 | 101000 |
Color Harmonies of #7AA228
Complementary color
Monochromatic Colors of #7AA228
Black with #7AA228
Text Example
Text Example
White with #7AA228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA228; }
p { color: rgb(122,162,40); }
H1.HeaderClassName
{
color: #7AA228;
}
.AnyTagClassName
{
color: #7AA228;
}
</style>
background-color css
<style>
a { background-color: #7AA228; }
a { background-color: rgb(122,162,40); }
div.DivClassName
{
background-color: #7AA228;
}
.BgClassName
{
background-color: #7AA228;
}
</style>
border-color css
<style>
span { border-color: #7AA228; }
span { border-color: rgb(122,162,40); }
td.TdClassName
{
border-color: #7AA228;
}
.TagClassName
{
border-color: #7AA228;
}
</style>