Shades of Sushi #7EA43D
Tints of Sushi #7EA43D
RGB
CMYK
RGB Variations
Color information
#7EA43D (or 0x7EA43D) is known color: Sushi. HEX triplet: 7E, A4 and 3D. RGB value is (126,164,61). Sum of RGB (Red+Green+Blue) = 126+164+61=351 (46% of max value = 765). Red value is 126 (49.61% from 255 or 35.90% from 351); Green value is 164 (64.45% from 255 or 46.72% from 351); Blue value is 61 (24.22% from 255 or 17.38% from 351); Max value from RGB is 164 - color contains mainly: green. Hex color #7EA43D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7EA43D is #815BC2. Grayscale: #8D8D8D. Windows color (decimal): -8477635 or 4039806. OLE color: 4039806.
HSL color Cylindrical-coordinate representation of color #7EA43D: hue angle of 82.14º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7EA43D is Cyan = 0.23, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 126 | 164 | 61 | - |
| CMYK | 0.23 | 0 | 0.63 | 0.36 |
| HSL | 82.14º | 0.46% | 0.44% | - |
| HSV(B) | 82.14º | 0.63% | 0.64% | - |
| XYZ | 22.72 | 31.32 | 9.26 | - |
| YUV | 140.9 | 82.91 | 117.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 164 | 61 | 0.23 | 0 | 0.63 | 0.36 | 82.14 | 0.46 | 0.44 |
| Hex | 7E | A4 | 3D | 17 | 0 | 3F | 24 | 52 | 2E | 2C |
| Octal | 176 | 244 | 75 | 27 | 0 | 77 | 44 | 122 | 56 | 54 |
| Binary | 1111110 | 10100100 | 111101 | 10111 | 0 | 111111 | 100100 | 1010010 | 101110 | 101100 |
Color Harmonies of #7EA43D
Complementary color
Monochromatic Colors of #7EA43D
Black with #7EA43D
Text Example
Text Example
White with #7EA43D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EA43D; }
p { color: rgb(126,164,61); }
H1.HeaderClassName
{
color: #7EA43D;
}
.AnyTagClassName
{
color: #7EA43D;
}
</style>
background-color css
<style>
a { background-color: #7EA43D; }
a { background-color: rgb(126,164,61); }
div.DivClassName
{
background-color: #7EA43D;
}
.BgClassName
{
background-color: #7EA43D;
}
</style>
border-color css
<style>
span { border-color: #7EA43D; }
span { border-color: rgb(126,164,61); }
td.TdClassName
{
border-color: #7EA43D;
}
.TagClassName
{
border-color: #7EA43D;
}
</style>