Shades of Sushi #7EA232
Tints of Sushi #7EA232
RGB
CMYK
RGB Variations
Color information
#7EA232 (or 0x7EA232) is known color: Sushi. HEX triplet: 7E, A2 and 32. RGB value is (126,162,50). Sum of RGB (Red+Green+Blue) = 126+162+50=338 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.28% from 338); Green value is 162 (63.67% from 255 or 47.93% from 338); Blue value is 50 (19.92% from 255 or 14.79% from 338); Max value from RGB is 162 - color contains mainly: green. Hex color #7EA232 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7EA232 is #815DCD. Grayscale: #8A8A8A. Windows color (decimal): -8478158 or 3318398. OLE color: 3318398.
HSL color Cylindrical-coordinate representation of color #7EA232: hue angle of 79.29º 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 #7EA232 is Cyan = 0.22, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 126 | 162 | 50 | - |
| CMYK | 0.22 | 0 | 0.69 | 0.36 |
| HSL | 79.29º | 0.53% | 0.42% | - |
| HSV(B) | 79.29º | 0.69% | 0.64% | - |
| XYZ | 22.1 | 30.51 | 7.74 | - |
| YUV | 138.47 | 78.07 | 119.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 162 | 50 | 0.22 | 0 | 0.69 | 0.36 | 79.29 | 0.53 | 0.42 |
| Hex | 7E | A2 | 32 | 16 | 0 | 45 | 24 | 4F | 35 | 2A |
| Octal | 176 | 242 | 62 | 26 | 0 | 105 | 44 | 117 | 65 | 52 |
| Binary | 1111110 | 10100010 | 110010 | 10110 | 0 | 1000101 | 100100 | 1001111 | 110101 | 101010 |
Color Harmonies of #7EA232
Complementary color
Monochromatic Colors of #7EA232
Black with #7EA232
Text Example
Text Example
White with #7EA232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EA232; }
p { color: rgb(126,162,50); }
H1.HeaderClassName
{
color: #7EA232;
}
.AnyTagClassName
{
color: #7EA232;
}
</style>
background-color css
<style>
a { background-color: #7EA232; }
a { background-color: rgb(126,162,50); }
div.DivClassName
{
background-color: #7EA232;
}
.BgClassName
{
background-color: #7EA232;
}
</style>
border-color css
<style>
span { border-color: #7EA232; }
span { border-color: rgb(126,162,50); }
td.TdClassName
{
border-color: #7EA232;
}
.TagClassName
{
border-color: #7EA232;
}
</style>