Shades of Sushi #7EA241
Tints of Sushi #7EA241
RGB
CMYK
RGB Variations
Color information
#7EA241 (or 0x7EA241) is known color: Sushi. HEX triplet: 7E, A2 and 41. RGB value is (126,162,65). Sum of RGB (Red+Green+Blue) = 126+162+65=353 (46% of max value = 765). Red value is 126 (49.61% from 255 or 35.69% from 353); Green value is 162 (63.67% from 255 or 45.89% from 353); Blue value is 65 (25.78% from 255 or 18.41% from 353); Max value from RGB is 162 - color contains mainly: green. Hex color #7EA241 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7EA241 is #815DBE. Grayscale: #8C8C8C. Windows color (decimal): -8478143 or 4301438. OLE color: 4301438.
HSL color Cylindrical-coordinate representation of color #7EA241: hue angle of 82.27º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7EA241 is Cyan = 0.22, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 126 | 162 | 65 | - |
| CMYK | 0.22 | 0 | 0.60 | 0.36 |
| HSL | 82.27º | 0.43% | 0.45% | - |
| HSV(B) | 82.27º | 0.6% | 0.64% | - |
| XYZ | 22.48 | 30.66 | 9.73 | - |
| YUV | 140.18 | 85.57 | 117.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 162 | 65 | 0.22 | 0 | 0.60 | 0.36 | 82.27 | 0.43 | 0.45 |
| Hex | 7E | A2 | 41 | 16 | 0 | 3C | 24 | 52 | 2B | 2D |
| Octal | 176 | 242 | 101 | 26 | 0 | 74 | 44 | 122 | 53 | 55 |
| Binary | 1111110 | 10100010 | 1000001 | 10110 | 0 | 111100 | 100100 | 1010010 | 101011 | 101101 |
Color Harmonies of #7EA241
Complementary color
Monochromatic Colors of #7EA241
Black with #7EA241
Text Example
Text Example
White with #7EA241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EA241; }
p { color: rgb(126,162,65); }
H1.HeaderClassName
{
color: #7EA241;
}
.AnyTagClassName
{
color: #7EA241;
}
</style>
background-color css
<style>
a { background-color: #7EA241; }
a { background-color: rgb(126,162,65); }
div.DivClassName
{
background-color: #7EA241;
}
.BgClassName
{
background-color: #7EA241;
}
</style>
border-color css
<style>
span { border-color: #7EA241; }
span { border-color: rgb(126,162,65); }
td.TdClassName
{
border-color: #7EA241;
}
.TagClassName
{
border-color: #7EA241;
}
</style>