Shades of Sushi #7AA232
Tints of Sushi #7AA232
RGB
CMYK
RGB Variations
Color information
#7AA232 (or 0x7AA232) is known color: Sushi. HEX triplet: 7A, A2 and 32. RGB value is (122,162,50). Sum of RGB (Red+Green+Blue) = 122+162+50=334 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.53% from 334); Green value is 162 (63.67% from 255 or 48.50% from 334); Blue value is 50 (19.92% from 255 or 14.97% from 334); Max value from RGB is 162 - color contains mainly: green. Hex color #7AA232 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AA232 is #855DCD. Grayscale: #898989. Windows color (decimal): -8740302 or 3318394. OLE color: 3318394.
HSL color Cylindrical-coordinate representation of color #7AA232: hue angle of 81.43º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7AA232 is Cyan = 0.25, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 122 | 162 | 50 | - |
| CMYK | 0.25 | 0 | 0.69 | 0.36 |
| HSL | 81.43º | 0.53% | 0.42% | - |
| HSV(B) | 81.43º | 0.69% | 0.64% | - |
| XYZ | 21.52 | 30.21 | 7.71 | - |
| YUV | 137.27 | 78.75 | 117.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 162 | 50 | 0.25 | 0 | 0.69 | 0.36 | 81.43 | 0.53 | 0.42 |
| Hex | 7A | A2 | 32 | 19 | 0 | 45 | 24 | 51 | 35 | 2A |
| Octal | 172 | 242 | 62 | 31 | 0 | 105 | 44 | 121 | 65 | 52 |
| Binary | 1111010 | 10100010 | 110010 | 11001 | 0 | 1000101 | 100100 | 1010001 | 110101 | 101010 |
Color Harmonies of #7AA232
Complementary color
Monochromatic Colors of #7AA232
Black with #7AA232
Text Example
Text Example
White with #7AA232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA232; }
p { color: rgb(122,162,50); }
H1.HeaderClassName
{
color: #7AA232;
}
.AnyTagClassName
{
color: #7AA232;
}
</style>
background-color css
<style>
a { background-color: #7AA232; }
a { background-color: rgb(122,162,50); }
div.DivClassName
{
background-color: #7AA232;
}
.BgClassName
{
background-color: #7AA232;
}
</style>
border-color css
<style>
span { border-color: #7AA232; }
span { border-color: rgb(122,162,50); }
td.TdClassName
{
border-color: #7AA232;
}
.TagClassName
{
border-color: #7AA232;
}
</style>