Shades of Sushi #7EA12F
Tints of Sushi #7EA12F
RGB
CMYK
RGB Variations
Color information
#7EA12F (or 0x7EA12F) is known color: Sushi. HEX triplet: 7E, A1 and 2F. RGB value is (126,161,47). Sum of RGB (Red+Green+Blue) = 126+161+47=334 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.72% from 334); Green value is 161 (63.28% from 255 or 48.20% from 334); Blue value is 47 (18.75% from 255 or 14.07% from 334); Max value from RGB is 161 - color contains mainly: green. Hex color #7EA12F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7EA12F is #815ED0. Grayscale: #898989. Windows color (decimal): -8478417 or 3121534. OLE color: 3121534.
HSL color Cylindrical-coordinate representation of color #7EA12F: hue angle of 78.42º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7EA12F is Cyan = 0.22, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 126 | 161 | 47 | - |
| CMYK | 0.22 | 0 | 0.71 | 0.37 |
| HSL | 78.42º | 0.55% | 0.41% | - |
| HSV(B) | 78.42º | 0.71% | 0.63% | - |
| XYZ | 21.86 | 30.13 | 7.35 | - |
| YUV | 137.54 | 76.9 | 119.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 161 | 47 | 0.22 | 0 | 0.71 | 0.37 | 78.42 | 0.55 | 0.41 |
| Hex | 7E | A1 | 2F | 16 | 0 | 47 | 25 | 4E | 37 | 29 |
| Octal | 176 | 241 | 57 | 26 | 0 | 107 | 45 | 116 | 67 | 51 |
| Binary | 1111110 | 10100001 | 101111 | 10110 | 0 | 1000111 | 100101 | 1001110 | 110111 | 101001 |
Color Harmonies of #7EA12F
Complementary color
Monochromatic Colors of #7EA12F
Black with #7EA12F
Text Example
Text Example
White with #7EA12F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EA12F; }
p { color: rgb(126,161,47); }
H1.HeaderClassName
{
color: #7EA12F;
}
.AnyTagClassName
{
color: #7EA12F;
}
</style>
background-color css
<style>
a { background-color: #7EA12F; }
a { background-color: rgb(126,161,47); }
div.DivClassName
{
background-color: #7EA12F;
}
.BgClassName
{
background-color: #7EA12F;
}
</style>
border-color css
<style>
span { border-color: #7EA12F; }
span { border-color: rgb(126,161,47); }
td.TdClassName
{
border-color: #7EA12F;
}
.TagClassName
{
border-color: #7EA12F;
}
</style>