Shades of Sushi #7EA345
Tints of Sushi #7EA345
RGB
CMYK
RGB Variations
Color information
#7EA345 (or 0x7EA345) is known color: Sushi. HEX triplet: 7E, A3 and 45. RGB value is (126,163,69). Sum of RGB (Red+Green+Blue) = 126+163+69=358 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35.20% from 358); Green value is 163 (64.06% from 255 or 45.53% from 358); Blue value is 69 (27.34% from 255 or 19.27% from 358); Max value from RGB is 163 - color contains mainly: green. Hex color #7EA345 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7EA345 is #815CBA. Grayscale: #8D8D8D. Windows color (decimal): -8477883 or 4563838. OLE color: 4563838.
HSL color Cylindrical-coordinate representation of color #7EA345: hue angle of 83.62º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7EA345 is Cyan = 0.23, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 126 | 163 | 69 | - |
| CMYK | 0.23 | 0 | 0.58 | 0.36 |
| HSL | 83.62º | 0.41% | 0.45% | - |
| HSV(B) | 83.62º | 0.58% | 0.64% | - |
| XYZ | 22.78 | 31.06 | 10.42 | - |
| YUV | 141.22 | 87.24 | 117.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 163 | 69 | 0.23 | 0 | 0.58 | 0.36 | 83.62 | 0.41 | 0.45 |
| Hex | 7E | A3 | 45 | 17 | 0 | 3A | 24 | 54 | 29 | 2D |
| Octal | 176 | 243 | 105 | 27 | 0 | 72 | 44 | 124 | 51 | 55 |
| Binary | 1111110 | 10100011 | 1000101 | 10111 | 0 | 111010 | 100100 | 1010100 | 101001 | 101101 |
Color Harmonies of #7EA345
Complementary color
Monochromatic Colors of #7EA345
Black with #7EA345
Text Example
Text Example
White with #7EA345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EA345; }
p { color: rgb(126,163,69); }
H1.HeaderClassName
{
color: #7EA345;
}
.AnyTagClassName
{
color: #7EA345;
}
</style>
background-color css
<style>
a { background-color: #7EA345; }
a { background-color: rgb(126,163,69); }
div.DivClassName
{
background-color: #7EA345;
}
.BgClassName
{
background-color: #7EA345;
}
</style>
border-color css
<style>
span { border-color: #7EA345; }
span { border-color: rgb(126,163,69); }
td.TdClassName
{
border-color: #7EA345;
}
.TagClassName
{
border-color: #7EA345;
}
</style>