Shades of Sushi #7EA743
Tints of Sushi #7EA743
RGB
CMYK
RGB Variations
Color information
#7EA743 (or 0x7EA743) is known color: Sushi. HEX triplet: 7E, A7 and 43. RGB value is (126,167,67). Sum of RGB (Red+Green+Blue) = 126+167+67=360 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35% from 360); Green value is 167 (65.62% from 255 or 46.39% from 360); Blue value is 67 (26.56% from 255 or 18.61% from 360); Max value from RGB is 167 - color contains mainly: green. Hex color #7EA743 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7EA743 is #8158BC. Grayscale: #8F8F8F. Windows color (decimal): -8476861 or 4433790. OLE color: 4433790.
HSL color Cylindrical-coordinate representation of color #7EA743: hue angle of 84.6º 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 #7EA743 is Cyan = 0.25, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 126 | 167 | 67 | - |
| CMYK | 0.25 | 0 | 0.60 | 0.35 |
| HSL | 84.6º | 0.43% | 0.46% | - |
| HSV(B) | 84.6º | 0.6% | 0.65% | - |
| XYZ | 23.44 | 32.48 | 10.34 | - |
| YUV | 143.34 | 84.92 | 115.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 167 | 67 | 0.25 | 0 | 0.60 | 0.35 | 84.6 | 0.43 | 0.46 |
| Hex | 7E | A7 | 43 | 19 | 0 | 3C | 23 | 55 | 2B | 2E |
| Octal | 176 | 247 | 103 | 31 | 0 | 74 | 43 | 125 | 53 | 56 |
| Binary | 1111110 | 10100111 | 1000011 | 11001 | 0 | 111100 | 100011 | 1010101 | 101011 | 101110 |
Color Harmonies of #7EA743
Complementary color
Monochromatic Colors of #7EA743
Black with #7EA743
Text Example
Text Example
White with #7EA743
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EA743; }
p { color: rgb(126,167,67); }
H1.HeaderClassName
{
color: #7EA743;
}
.AnyTagClassName
{
color: #7EA743;
}
</style>
background-color css
<style>
a { background-color: #7EA743; }
a { background-color: rgb(126,167,67); }
div.DivClassName
{
background-color: #7EA743;
}
.BgClassName
{
background-color: #7EA743;
}
</style>
border-color css
<style>
span { border-color: #7EA743; }
span { border-color: rgb(126,167,67); }
td.TdClassName
{
border-color: #7EA743;
}
.TagClassName
{
border-color: #7EA743;
}
</style>