Shades of Sushi #7EA22E
Tints of Sushi #7EA22E
RGB
CMYK
RGB Variations
Color information
#7EA22E (or 0x7EA22E) is known color: Sushi. HEX triplet: 7E, A2 and 2E. RGB value is (126,162,46). Sum of RGB (Red+Green+Blue) = 126+162+46=334 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.72% from 334); Green value is 162 (63.67% from 255 or 48.50% from 334); Blue value is 46 (18.36% from 255 or 13.77% from 334); Max value from RGB is 162 - color contains mainly: green. Hex color #7EA22E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7EA22E is #815DD1. Grayscale: #8A8A8A. Windows color (decimal): -8478162 or 3056254. OLE color: 3056254.
HSL color Cylindrical-coordinate representation of color #7EA22E: hue angle of 78.62º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7EA22E is Cyan = 0.22, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 126 | 162 | 46 | - |
| CMYK | 0.22 | 0 | 0.72 | 0.36 |
| HSL | 78.62º | 0.56% | 0.41% | - |
| HSV(B) | 78.62º | 0.72% | 0.64% | - |
| XYZ | 22.02 | 30.47 | 7.31 | - |
| YUV | 138.01 | 76.07 | 119.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 162 | 46 | 0.22 | 0 | 0.72 | 0.36 | 78.62 | 0.56 | 0.41 |
| Hex | 7E | A2 | 2E | 16 | 0 | 48 | 24 | 4F | 38 | 29 |
| Octal | 176 | 242 | 56 | 26 | 0 | 110 | 44 | 117 | 70 | 51 |
| Binary | 1111110 | 10100010 | 101110 | 10110 | 0 | 1001000 | 100100 | 1001111 | 111000 | 101001 |
Color Harmonies of #7EA22E
Complementary color
Monochromatic Colors of #7EA22E
Black with #7EA22E
Text Example
Text Example
White with #7EA22E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EA22E; }
p { color: rgb(126,162,46); }
H1.HeaderClassName
{
color: #7EA22E;
}
.AnyTagClassName
{
color: #7EA22E;
}
</style>
background-color css
<style>
a { background-color: #7EA22E; }
a { background-color: rgb(126,162,46); }
div.DivClassName
{
background-color: #7EA22E;
}
.BgClassName
{
background-color: #7EA22E;
}
</style>
border-color css
<style>
span { border-color: #7EA22E; }
span { border-color: rgb(126,162,46); }
td.TdClassName
{
border-color: #7EA22E;
}
.TagClassName
{
border-color: #7EA22E;
}
</style>