Shades of Sushi #7EA445
Tints of Sushi #7EA445
RGB
CMYK
RGB Variations
Color information
#7EA445 (or 0x7EA445) is known color: Sushi. HEX triplet: 7E, A4 and 45. RGB value is (126,164,69). Sum of RGB (Red+Green+Blue) = 126+164+69=359 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35.10% from 359); Green value is 164 (64.45% from 255 or 45.68% from 359); Blue value is 69 (27.34% from 255 or 19.22% from 359); Max value from RGB is 164 - color contains mainly: green. Hex color #7EA445 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7EA445 is #815BBA. Grayscale: #8E8E8E. Windows color (decimal): -8477627 or 4564094. OLE color: 4564094.
HSL color Cylindrical-coordinate representation of color #7EA445: hue angle of 84º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7EA445 is Cyan = 0.23, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 126 | 164 | 69 | - |
| CMYK | 0.23 | 0 | 0.58 | 0.36 |
| HSL | 84º | 0.41% | 0.46% | - |
| HSV(B) | 84º | 0.58% | 0.64% | - |
| XYZ | 22.95 | 31.42 | 10.48 | - |
| YUV | 141.81 | 86.91 | 116.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 164 | 69 | 0.23 | 0 | 0.58 | 0.36 | 84 | 0.41 | 0.46 |
| Hex | 7E | A4 | 45 | 17 | 0 | 3A | 24 | 54 | 29 | 2E |
| Octal | 176 | 244 | 105 | 27 | 0 | 72 | 44 | 124 | 51 | 56 |
| Binary | 1111110 | 10100100 | 1000101 | 10111 | 0 | 111010 | 100100 | 1010100 | 101001 | 101110 |
Color Harmonies of #7EA445
Complementary color
Monochromatic Colors of #7EA445
Black with #7EA445
Text Example
Text Example
White with #7EA445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EA445; }
p { color: rgb(126,164,69); }
H1.HeaderClassName
{
color: #7EA445;
}
.AnyTagClassName
{
color: #7EA445;
}
</style>
background-color css
<style>
a { background-color: #7EA445; }
a { background-color: rgb(126,164,69); }
div.DivClassName
{
background-color: #7EA445;
}
.BgClassName
{
background-color: #7EA445;
}
</style>
border-color css
<style>
span { border-color: #7EA445; }
span { border-color: rgb(126,164,69); }
td.TdClassName
{
border-color: #7EA445;
}
.TagClassName
{
border-color: #7EA445;
}
</style>