Shades of Sushi #7EA32D
Tints of Sushi #7EA32D
RGB
CMYK
RGB Variations
Color information
#7EA32D (or 0x7EA32D) is known color: Sushi. HEX triplet: 7E, A3 and 2D. RGB value is (126,163,45). Sum of RGB (Red+Green+Blue) = 126+163+45=334 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.72% from 334); Green value is 163 (64.06% from 255 or 48.80% from 334); Blue value is 45 (17.97% from 255 or 13.47% from 334); Max value from RGB is 163 - color contains mainly: green. Hex color #7EA32D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7EA32D is #815CD2. Grayscale: #8A8A8A. Windows color (decimal): -8477907 or 2990974. OLE color: 2990974.
HSL color Cylindrical-coordinate representation of color #7EA32D: hue angle of 78.81º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7EA32D is Cyan = 0.23, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 126 | 163 | 45 | - |
| CMYK | 0.23 | 0 | 0.72 | 0.36 |
| HSL | 78.81º | 0.57% | 0.41% | - |
| HSV(B) | 78.81º | 0.72% | 0.64% | - |
| XYZ | 22.18 | 30.82 | 7.26 | - |
| YUV | 138.49 | 75.24 | 119.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 163 | 45 | 0.23 | 0 | 0.72 | 0.36 | 78.81 | 0.57 | 0.41 |
| Hex | 7E | A3 | 2D | 17 | 0 | 48 | 24 | 4F | 39 | 29 |
| Octal | 176 | 243 | 55 | 27 | 0 | 110 | 44 | 117 | 71 | 51 |
| Binary | 1111110 | 10100011 | 101101 | 10111 | 0 | 1001000 | 100100 | 1001111 | 111001 | 101001 |
Color Harmonies of #7EA32D
Complementary color
Monochromatic Colors of #7EA32D
Black with #7EA32D
Text Example
Text Example
White with #7EA32D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EA32D; }
p { color: rgb(126,163,45); }
H1.HeaderClassName
{
color: #7EA32D;
}
.AnyTagClassName
{
color: #7EA32D;
}
</style>
background-color css
<style>
a { background-color: #7EA32D; }
a { background-color: rgb(126,163,45); }
div.DivClassName
{
background-color: #7EA32D;
}
.BgClassName
{
background-color: #7EA32D;
}
</style>
border-color css
<style>
span { border-color: #7EA32D; }
span { border-color: rgb(126,163,45); }
td.TdClassName
{
border-color: #7EA32D;
}
.TagClassName
{
border-color: #7EA32D;
}
</style>