Shades of Sushi #7EA742
Tints of Sushi #7EA742
RGB
CMYK
RGB Variations
Color information
#7EA742 (or 0x7EA742) is known color: Sushi. HEX triplet: 7E, A7 and 42. RGB value is (126,167,66). Sum of RGB (Red+Green+Blue) = 126+167+66=359 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35.10% from 359); Green value is 167 (65.62% from 255 or 46.52% from 359); Blue value is 66 (26.17% from 255 or 18.38% from 359); Max value from RGB is 167 - color contains mainly: green. Hex color #7EA742 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7EA742 is #8158BD. Grayscale: #8F8F8F. Windows color (decimal): -8476862 or 4368254. OLE color: 4368254.
HSL color Cylindrical-coordinate representation of color #7EA742: hue angle of 84.36º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7EA742 is Cyan = 0.25, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 126 | 167 | 66 | - |
| CMYK | 0.25 | 0 | 0.60 | 0.35 |
| HSL | 84.36º | 0.43% | 0.46% | - |
| HSV(B) | 84.36º | 0.6% | 0.65% | - |
| XYZ | 23.41 | 32.47 | 10.19 | - |
| YUV | 143.23 | 84.42 | 115.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 167 | 66 | 0.25 | 0 | 0.60 | 0.35 | 84.36 | 0.43 | 0.46 |
| Hex | 7E | A7 | 42 | 19 | 0 | 3C | 23 | 54 | 2B | 2E |
| Octal | 176 | 247 | 102 | 31 | 0 | 74 | 43 | 124 | 53 | 56 |
| Binary | 1111110 | 10100111 | 1000010 | 11001 | 0 | 111100 | 100011 | 1010100 | 101011 | 101110 |
Color Harmonies of #7EA742
Complementary color
Monochromatic Colors of #7EA742
Black with #7EA742
Text Example
Text Example
White with #7EA742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EA742; }
p { color: rgb(126,167,66); }
H1.HeaderClassName
{
color: #7EA742;
}
.AnyTagClassName
{
color: #7EA742;
}
</style>
background-color css
<style>
a { background-color: #7EA742; }
a { background-color: rgb(126,167,66); }
div.DivClassName
{
background-color: #7EA742;
}
.BgClassName
{
background-color: #7EA742;
}
</style>
border-color css
<style>
span { border-color: #7EA742; }
span { border-color: rgb(126,167,66); }
td.TdClassName
{
border-color: #7EA742;
}
.TagClassName
{
border-color: #7EA742;
}
</style>