Shades of Sushi #7EAD32
Tints of Sushi #7EAD32
RGB
CMYK
RGB Variations
Color information
#7EAD32 (or 0x7EAD32) is known color: Sushi. HEX triplet: 7E, AD and 32. RGB value is (126,173,50). Sum of RGB (Red+Green+Blue) = 126+173+50=349 (46% of max value = 765). Red value is 126 (49.61% from 255 or 36.10% from 349); Green value is 173 (67.97% from 255 or 49.57% from 349); Blue value is 50 (19.92% from 255 or 14.33% from 349); Max value from RGB is 173 - color contains mainly: green. Hex color #7EAD32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7EAD32 is #8152CD. Grayscale: #919191. Windows color (decimal): -8475342 or 3321214. OLE color: 3321214.
HSL color Cylindrical-coordinate representation of color #7EAD32: hue angle of 82.93º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7EAD32 is Cyan = 0.27, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 126 | 173 | 50 | - |
| CMYK | 0.27 | 0 | 0.71 | 0.32 |
| HSL | 82.93º | 0.55% | 0.44% | - |
| HSV(B) | 82.93º | 0.71% | 0.68% | - |
| XYZ | 24.12 | 34.55 | 8.42 | - |
| YUV | 144.93 | 74.43 | 114.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 173 | 50 | 0.27 | 0 | 0.71 | 0.32 | 82.93 | 0.55 | 0.44 |
| Hex | 7E | AD | 32 | 1B | 0 | 47 | 20 | 53 | 37 | 2C |
| Octal | 176 | 255 | 62 | 33 | 0 | 107 | 40 | 123 | 67 | 54 |
| Binary | 1111110 | 10101101 | 110010 | 11011 | 0 | 1000111 | 100000 | 1010011 | 110111 | 101100 |
Color Harmonies of #7EAD32
Complementary color
Monochromatic Colors of #7EAD32
Black with #7EAD32
Text Example
Text Example
White with #7EAD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EAD32; }
p { color: rgb(126,173,50); }
H1.HeaderClassName
{
color: #7EAD32;
}
.AnyTagClassName
{
color: #7EAD32;
}
</style>
background-color css
<style>
a { background-color: #7EAD32; }
a { background-color: rgb(126,173,50); }
div.DivClassName
{
background-color: #7EAD32;
}
.BgClassName
{
background-color: #7EAD32;
}
</style>
border-color css
<style>
span { border-color: #7EAD32; }
span { border-color: rgb(126,173,50); }
td.TdClassName
{
border-color: #7EAD32;
}
.TagClassName
{
border-color: #7EAD32;
}
</style>