Shades of Sushi #7EA42F
Tints of Sushi #7EA42F
RGB
CMYK
RGB Variations
Color information
#7EA42F (or 0x7EA42F) is known color: Sushi. HEX triplet: 7E, A4 and 2F. RGB value is (126,164,47). Sum of RGB (Red+Green+Blue) = 126+164+47=337 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.39% from 337); Green value is 164 (64.45% from 255 or 48.66% from 337); Blue value is 47 (18.75% from 255 or 13.95% from 337); Max value from RGB is 164 - color contains mainly: green. Hex color #7EA42F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7EA42F is #815BD0. Grayscale: #8B8B8B. Windows color (decimal): -8477649 or 3122302. OLE color: 3122302.
HSL color Cylindrical-coordinate representation of color #7EA42F: hue angle of 79.49º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7EA42F is Cyan = 0.23, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 126 | 164 | 47 | - |
| CMYK | 0.23 | 0 | 0.71 | 0.36 |
| HSL | 79.49º | 0.55% | 0.41% | - |
| HSV(B) | 79.49º | 0.71% | 0.64% | - |
| XYZ | 22.39 | 31.19 | 7.53 | - |
| YUV | 139.3 | 75.91 | 118.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 164 | 47 | 0.23 | 0 | 0.71 | 0.36 | 79.49 | 0.55 | 0.41 |
| Hex | 7E | A4 | 2F | 17 | 0 | 47 | 24 | 4F | 37 | 29 |
| Octal | 176 | 244 | 57 | 27 | 0 | 107 | 44 | 117 | 67 | 51 |
| Binary | 1111110 | 10100100 | 101111 | 10111 | 0 | 1000111 | 100100 | 1001111 | 110111 | 101001 |
Color Harmonies of #7EA42F
Complementary color
Monochromatic Colors of #7EA42F
Black with #7EA42F
Text Example
Text Example
White with #7EA42F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EA42F; }
p { color: rgb(126,164,47); }
H1.HeaderClassName
{
color: #7EA42F;
}
.AnyTagClassName
{
color: #7EA42F;
}
</style>
background-color css
<style>
a { background-color: #7EA42F; }
a { background-color: rgb(126,164,47); }
div.DivClassName
{
background-color: #7EA42F;
}
.BgClassName
{
background-color: #7EA42F;
}
</style>
border-color css
<style>
span { border-color: #7EA42F; }
span { border-color: rgb(126,164,47); }
td.TdClassName
{
border-color: #7EA42F;
}
.TagClassName
{
border-color: #7EA42F;
}
</style>