Shades of Sushi #7EA336
Tints of Sushi #7EA336
RGB
CMYK
RGB Variations
Color information
#7EA336 (or 0x7EA336) is known color: Sushi. HEX triplet: 7E, A3 and 36. RGB value is (126,163,54). Sum of RGB (Red+Green+Blue) = 126+163+54=343 (45% of max value = 765). Red value is 126 (49.61% from 255 or 36.73% from 343); Green value is 163 (64.06% from 255 or 47.52% from 343); Blue value is 54 (21.48% from 255 or 15.74% from 343); Max value from RGB is 163 - color contains mainly: green. Hex color #7EA336 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7EA336 is #815CC9. Grayscale: #8B8B8B. Windows color (decimal): -8477898 or 3580798. OLE color: 3580798.
HSL color Cylindrical-coordinate representation of color #7EA336: hue angle of 80.37º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7EA336 is Cyan = 0.23, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 126 | 163 | 54 | - |
| CMYK | 0.23 | 0 | 0.67 | 0.36 |
| HSL | 80.37º | 0.5% | 0.43% | - |
| HSV(B) | 80.37º | 0.67% | 0.64% | - |
| XYZ | 22.37 | 30.9 | 8.27 | - |
| YUV | 139.51 | 79.74 | 118.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 163 | 54 | 0.23 | 0 | 0.67 | 0.36 | 80.37 | 0.5 | 0.43 |
| Hex | 7E | A3 | 36 | 17 | 0 | 43 | 24 | 50 | 32 | 2B |
| Octal | 176 | 243 | 66 | 27 | 0 | 103 | 44 | 120 | 62 | 53 |
| Binary | 1111110 | 10100011 | 110110 | 10111 | 0 | 1000011 | 100100 | 1010000 | 110010 | 101011 |
Color Harmonies of #7EA336
Complementary color
Monochromatic Colors of #7EA336
Black with #7EA336
Text Example
Text Example
White with #7EA336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EA336; }
p { color: rgb(126,163,54); }
H1.HeaderClassName
{
color: #7EA336;
}
.AnyTagClassName
{
color: #7EA336;
}
</style>
background-color css
<style>
a { background-color: #7EA336; }
a { background-color: rgb(126,163,54); }
div.DivClassName
{
background-color: #7EA336;
}
.BgClassName
{
background-color: #7EA336;
}
</style>
border-color css
<style>
span { border-color: #7EA336; }
span { border-color: rgb(126,163,54); }
td.TdClassName
{
border-color: #7EA336;
}
.TagClassName
{
border-color: #7EA336;
}
</style>