Shades of Sushi #7EA942
Tints of Sushi #7EA942
RGB
CMYK
RGB Variations
Color information
#7EA942 (or 0x7EA942) is known color: Sushi. HEX triplet: 7E, A9 and 42. RGB value is (126,169,66). Sum of RGB (Red+Green+Blue) = 126+169+66=361 (47% of max value = 765). Red value is 126 (49.61% from 255 or 34.90% from 361); Green value is 169 (66.41% from 255 or 46.81% from 361); Blue value is 66 (26.17% from 255 or 18.28% from 361); Max value from RGB is 169 - color contains mainly: green. Hex color #7EA942 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7EA942 is #8156BD. Grayscale: #909090. Windows color (decimal): -8476350 or 4368766. OLE color: 4368766.
HSL color Cylindrical-coordinate representation of color #7EA942: hue angle of 85.05º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7EA942 is Cyan = 0.25, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 126 | 169 | 66 | - |
| CMYK | 0.25 | 0 | 0.61 | 0.34 |
| HSL | 85.05º | 0.44% | 0.46% | - |
| HSV(B) | 85.05º | 0.61% | 0.66% | - |
| XYZ | 23.78 | 33.2 | 10.31 | - |
| YUV | 144.4 | 83.75 | 114.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 169 | 66 | 0.25 | 0 | 0.61 | 0.34 | 85.05 | 0.44 | 0.46 |
| Hex | 7E | A9 | 42 | 19 | 0 | 3D | 22 | 55 | 2C | 2E |
| Octal | 176 | 251 | 102 | 31 | 0 | 75 | 42 | 125 | 54 | 56 |
| Binary | 1111110 | 10101001 | 1000010 | 11001 | 0 | 111101 | 100010 | 1010101 | 101100 | 101110 |
Color Harmonies of #7EA942
Complementary color
Monochromatic Colors of #7EA942
Black with #7EA942
Text Example
Text Example
White with #7EA942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EA942; }
p { color: rgb(126,169,66); }
H1.HeaderClassName
{
color: #7EA942;
}
.AnyTagClassName
{
color: #7EA942;
}
</style>
background-color css
<style>
a { background-color: #7EA942; }
a { background-color: rgb(126,169,66); }
div.DivClassName
{
background-color: #7EA942;
}
.BgClassName
{
background-color: #7EA942;
}
</style>
border-color css
<style>
span { border-color: #7EA942; }
span { border-color: rgb(126,169,66); }
td.TdClassName
{
border-color: #7EA942;
}
.TagClassName
{
border-color: #7EA942;
}
</style>