Shades of Sushi #7EA52A
Tints of Sushi #7EA52A
RGB
CMYK
RGB Variations
Color information
#7EA52A (or 0x7EA52A) is known color: Sushi. HEX triplet: 7E, A5 and 2A. RGB value is (126,165,42). Sum of RGB (Red+Green+Blue) = 126+165+42=333 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.84% from 333); Green value is 165 (64.84% from 255 or 49.55% from 333); Blue value is 42 (16.80% from 255 or 12.61% from 333); Max value from RGB is 165 - color contains mainly: green. Hex color #7EA52A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7EA52A is #815AD5. Grayscale: #8B8B8B. Windows color (decimal): -8477398 or 2794878. OLE color: 2794878.
HSL color Cylindrical-coordinate representation of color #7EA52A: hue angle of 79.02º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7EA52A is Cyan = 0.24, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 126 | 165 | 42 | - |
| CMYK | 0.24 | 0 | 0.75 | 0.35 |
| HSL | 79.02º | 0.59% | 0.41% | - |
| HSV(B) | 79.02º | 0.75% | 0.65% | - |
| XYZ | 22.48 | 31.51 | 7.09 | - |
| YUV | 139.32 | 73.08 | 118.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 165 | 42 | 0.24 | 0 | 0.75 | 0.35 | 79.02 | 0.59 | 0.41 |
| Hex | 7E | A5 | 2A | 18 | 0 | 4B | 23 | 4F | 3B | 29 |
| Octal | 176 | 245 | 52 | 30 | 0 | 113 | 43 | 117 | 73 | 51 |
| Binary | 1111110 | 10100101 | 101010 | 11000 | 0 | 1001011 | 100011 | 1001111 | 111011 | 101001 |
Color Harmonies of #7EA52A
Complementary color
Monochromatic Colors of #7EA52A
Black with #7EA52A
Text Example
Text Example
White with #7EA52A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EA52A; }
p { color: rgb(126,165,42); }
H1.HeaderClassName
{
color: #7EA52A;
}
.AnyTagClassName
{
color: #7EA52A;
}
</style>
background-color css
<style>
a { background-color: #7EA52A; }
a { background-color: rgb(126,165,42); }
div.DivClassName
{
background-color: #7EA52A;
}
.BgClassName
{
background-color: #7EA52A;
}
</style>
border-color css
<style>
span { border-color: #7EA52A; }
span { border-color: rgb(126,165,42); }
td.TdClassName
{
border-color: #7EA52A;
}
.TagClassName
{
border-color: #7EA52A;
}
</style>