Shades of Sushi #7EA341
Tints of Sushi #7EA341
RGB
CMYK
RGB Variations
Color information
#7EA341 (or 0x7EA341) is known color: Sushi. HEX triplet: 7E, A3 and 41. RGB value is (126,163,65). Sum of RGB (Red+Green+Blue) = 126+163+65=354 (46% of max value = 765). Red value is 126 (49.61% from 255 or 35.59% from 354); Green value is 163 (64.06% from 255 or 46.05% from 354); Blue value is 65 (25.78% from 255 or 18.36% from 354); Max value from RGB is 163 - color contains mainly: green. Hex color #7EA341 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7EA341 is #815CBE. Grayscale: #8D8D8D. Windows color (decimal): -8477887 or 4301694. OLE color: 4301694.
HSL color Cylindrical-coordinate representation of color #7EA341: hue angle of 82.65º 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 #7EA341 is Cyan = 0.23, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 126 | 163 | 65 | - |
| CMYK | 0.23 | 0 | 0.60 | 0.36 |
| HSL | 82.65º | 0.43% | 0.45% | - |
| HSV(B) | 82.65º | 0.6% | 0.64% | - |
| XYZ | 22.66 | 31.01 | 9.79 | - |
| YUV | 140.77 | 85.24 | 117.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 163 | 65 | 0.23 | 0 | 0.60 | 0.36 | 82.65 | 0.43 | 0.45 |
| Hex | 7E | A3 | 41 | 17 | 0 | 3C | 24 | 53 | 2B | 2D |
| Octal | 176 | 243 | 101 | 27 | 0 | 74 | 44 | 123 | 53 | 55 |
| Binary | 1111110 | 10100011 | 1000001 | 10111 | 0 | 111100 | 100100 | 1010011 | 101011 | 101101 |
Color Harmonies of #7EA341
Complementary color
Monochromatic Colors of #7EA341
Black with #7EA341
Text Example
Text Example
White with #7EA341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EA341; }
p { color: rgb(126,163,65); }
H1.HeaderClassName
{
color: #7EA341;
}
.AnyTagClassName
{
color: #7EA341;
}
</style>
background-color css
<style>
a { background-color: #7EA341; }
a { background-color: rgb(126,163,65); }
div.DivClassName
{
background-color: #7EA341;
}
.BgClassName
{
background-color: #7EA341;
}
</style>
border-color css
<style>
span { border-color: #7EA341; }
span { border-color: rgb(126,163,65); }
td.TdClassName
{
border-color: #7EA341;
}
.TagClassName
{
border-color: #7EA341;
}
</style>