Shades of Sushi #7EA53A
Tints of Sushi #7EA53A
RGB
CMYK
RGB Variations
Color information
#7EA53A (or 0x7EA53A) is known color: Sushi. HEX triplet: 7E, A5 and 3A. RGB value is (126,165,58). Sum of RGB (Red+Green+Blue) = 126+165+58=349 (46% of max value = 765). Red value is 126 (49.61% from 255 or 36.10% from 349); Green value is 165 (64.84% from 255 or 47.28% from 349); Blue value is 58 (23.05% from 255 or 16.62% from 349); Max value from RGB is 165 - color contains mainly: green. Hex color #7EA53A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7EA53A is #815AC5. Grayscale: #8D8D8D. Windows color (decimal): -8477382 or 3843454. OLE color: 3843454.
HSL color Cylindrical-coordinate representation of color #7EA53A: hue angle of 81.87º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7EA53A is Cyan = 0.24, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 126 | 165 | 58 | - |
| CMYK | 0.24 | 0 | 0.65 | 0.35 |
| HSL | 81.87º | 0.48% | 0.44% | - |
| HSV(B) | 81.87º | 0.65% | 0.65% | - |
| XYZ | 22.82 | 31.65 | 8.91 | - |
| YUV | 141.14 | 81.08 | 117.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 165 | 58 | 0.24 | 0 | 0.65 | 0.35 | 81.87 | 0.48 | 0.44 |
| Hex | 7E | A5 | 3A | 18 | 0 | 41 | 23 | 52 | 30 | 2C |
| Octal | 176 | 245 | 72 | 30 | 0 | 101 | 43 | 122 | 60 | 54 |
| Binary | 1111110 | 10100101 | 111010 | 11000 | 0 | 1000001 | 100011 | 1010010 | 110000 | 101100 |
Color Harmonies of #7EA53A
Complementary color
Monochromatic Colors of #7EA53A
Black with #7EA53A
Text Example
Text Example
White with #7EA53A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EA53A; }
p { color: rgb(126,165,58); }
H1.HeaderClassName
{
color: #7EA53A;
}
.AnyTagClassName
{
color: #7EA53A;
}
</style>
background-color css
<style>
a { background-color: #7EA53A; }
a { background-color: rgb(126,165,58); }
div.DivClassName
{
background-color: #7EA53A;
}
.BgClassName
{
background-color: #7EA53A;
}
</style>
border-color css
<style>
span { border-color: #7EA53A; }
span { border-color: rgb(126,165,58); }
td.TdClassName
{
border-color: #7EA53A;
}
.TagClassName
{
border-color: #7EA53A;
}
</style>