Shades of Sushi #7EA141
Tints of Sushi #7EA141
RGB
CMYK
RGB Variations
Color information
#7EA141 (or 0x7EA141) is known color: Sushi. HEX triplet: 7E, A1 and 41. RGB value is (126,161,65). Sum of RGB (Red+Green+Blue) = 126+161+65=352 (46% of max value = 765). Red value is 126 (49.61% from 255 or 35.80% from 352); Green value is 161 (63.28% from 255 or 45.74% from 352); Blue value is 65 (25.78% from 255 or 18.47% from 352); Max value from RGB is 161 - color contains mainly: green. Hex color #7EA141 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7EA141 is #815EBE. Grayscale: #8B8B8B. Windows color (decimal): -8478399 or 4301182. OLE color: 4301182.
HSL color Cylindrical-coordinate representation of color #7EA141: hue angle of 81.87º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7EA141 is Cyan = 0.22, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 126 | 161 | 65 | - |
| CMYK | 0.22 | 0 | 0.60 | 0.37 |
| HSL | 81.87º | 0.42% | 0.44% | - |
| HSV(B) | 81.87º | 0.6% | 0.63% | - |
| XYZ | 22.3 | 30.31 | 9.68 | - |
| YUV | 139.59 | 85.9 | 118.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 161 | 65 | 0.22 | 0 | 0.60 | 0.37 | 81.87 | 0.42 | 0.44 |
| Hex | 7E | A1 | 41 | 16 | 0 | 3C | 25 | 52 | 2A | 2C |
| Octal | 176 | 241 | 101 | 26 | 0 | 74 | 45 | 122 | 52 | 54 |
| Binary | 1111110 | 10100001 | 1000001 | 10110 | 0 | 111100 | 100101 | 1010010 | 101010 | 101100 |
Color Harmonies of #7EA141
Complementary color
Monochromatic Colors of #7EA141
Black with #7EA141
Text Example
Text Example
White with #7EA141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EA141; }
p { color: rgb(126,161,65); }
H1.HeaderClassName
{
color: #7EA141;
}
.AnyTagClassName
{
color: #7EA141;
}
</style>
background-color css
<style>
a { background-color: #7EA141; }
a { background-color: rgb(126,161,65); }
div.DivClassName
{
background-color: #7EA141;
}
.BgClassName
{
background-color: #7EA141;
}
</style>
border-color css
<style>
span { border-color: #7EA141; }
span { border-color: rgb(126,161,65); }
td.TdClassName
{
border-color: #7EA141;
}
.TagClassName
{
border-color: #7EA141;
}
</style>