Shades of Sushi #7EA246
Tints of Sushi #7EA246
RGB
CMYK
RGB Variations
Color information
#7EA246 (or 0x7EA246) is known color: Sushi. HEX triplet: 7E, A2 and 46. RGB value is (126,162,70). Sum of RGB (Red+Green+Blue) = 126+162+70=358 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35.20% from 358); Green value is 162 (63.67% from 255 or 45.25% from 358); Blue value is 70 (27.73% from 255 or 19.55% from 358); Max value from RGB is 162 - color contains mainly: green. Hex color #7EA246 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7EA246 is #815DB9. Grayscale: #8D8D8D. Windows color (decimal): -8478138 or 4629118. OLE color: 4629118.
HSL color Cylindrical-coordinate representation of color #7EA246: hue angle of 83.48º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7EA246 is Cyan = 0.22, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 126 | 162 | 70 | - |
| CMYK | 0.22 | 0 | 0.57 | 0.36 |
| HSL | 83.48º | 0.4% | 0.45% | - |
| HSV(B) | 83.48º | 0.57% | 0.64% | - |
| XYZ | 22.63 | 30.72 | 10.53 | - |
| YUV | 140.75 | 88.07 | 117.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 162 | 70 | 0.22 | 0 | 0.57 | 0.36 | 83.48 | 0.4 | 0.45 |
| Hex | 7E | A2 | 46 | 16 | 0 | 39 | 24 | 53 | 28 | 2D |
| Octal | 176 | 242 | 106 | 26 | 0 | 71 | 44 | 123 | 50 | 55 |
| Binary | 1111110 | 10100010 | 1000110 | 10110 | 0 | 111001 | 100100 | 1010011 | 101000 | 101101 |
Color Harmonies of #7EA246
Complementary color
Monochromatic Colors of #7EA246
Black with #7EA246
Text Example
Text Example
White with #7EA246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EA246; }
p { color: rgb(126,162,70); }
H1.HeaderClassName
{
color: #7EA246;
}
.AnyTagClassName
{
color: #7EA246;
}
</style>
background-color css
<style>
a { background-color: #7EA246; }
a { background-color: rgb(126,162,70); }
div.DivClassName
{
background-color: #7EA246;
}
.BgClassName
{
background-color: #7EA246;
}
</style>
border-color css
<style>
span { border-color: #7EA246; }
span { border-color: rgb(126,162,70); }
td.TdClassName
{
border-color: #7EA246;
}
.TagClassName
{
border-color: #7EA246;
}
</style>