Shades of Sushi #7AA225
Tints of Sushi #7AA225
RGB
CMYK
RGB Variations
Color information
#7AA225 (or 0x7AA225) is known color: Sushi. HEX triplet: 7A, A2 and 25. RGB value is (122,162,37). Sum of RGB (Red+Green+Blue) = 122+162+37=321 (42% of max value = 765). Red value is 122 (48.05% from 255 or 38.01% from 321); Green value is 162 (63.67% from 255 or 50.47% from 321); Blue value is 37 (14.84% from 255 or 11.53% from 321); Max value from RGB is 162 - color contains mainly: green. Hex color #7AA225 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AA225 is #855DDA. Grayscale: #888888. Windows color (decimal): -8740315 or 2466426. OLE color: 2466426.
HSL color Cylindrical-coordinate representation of color #7AA225: hue angle of 79.2º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7AA225 is Cyan = 0.25, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 122 | 162 | 37 | - |
| CMYK | 0.25 | 0 | 0.77 | 0.36 |
| HSL | 79.2º | 0.63% | 0.39% | - |
| HSV(B) | 79.2º | 0.77% | 0.64% | - |
| XYZ | 21.28 | 30.11 | 6.44 | - |
| YUV | 135.79 | 72.25 | 118.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 162 | 37 | 0.25 | 0 | 0.77 | 0.36 | 79.2 | 0.63 | 0.39 |
| Hex | 7A | A2 | 25 | 19 | 0 | 4D | 24 | 4F | 3F | 27 |
| Octal | 172 | 242 | 45 | 31 | 0 | 115 | 44 | 117 | 77 | 47 |
| Binary | 1111010 | 10100010 | 100101 | 11001 | 0 | 1001101 | 100100 | 1001111 | 111111 | 100111 |
Color Harmonies of #7AA225
Complementary color
Monochromatic Colors of #7AA225
Black with #7AA225
Text Example
Text Example
White with #7AA225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA225; }
p { color: rgb(122,162,37); }
H1.HeaderClassName
{
color: #7AA225;
}
.AnyTagClassName
{
color: #7AA225;
}
</style>
background-color css
<style>
a { background-color: #7AA225; }
a { background-color: rgb(122,162,37); }
div.DivClassName
{
background-color: #7AA225;
}
.BgClassName
{
background-color: #7AA225;
}
</style>
border-color css
<style>
span { border-color: #7AA225; }
span { border-color: rgb(122,162,37); }
td.TdClassName
{
border-color: #7AA225;
}
.TagClassName
{
border-color: #7AA225;
}
</style>