Shades of Sushi #7EAC37
Tints of Sushi #7EAC37
RGB
CMYK
RGB Variations
Color information
#7EAC37 (or 0x7EAC37) is known color: Sushi. HEX triplet: 7E, AC and 37. RGB value is (126,172,55). Sum of RGB (Red+Green+Blue) = 126+172+55=353 (46% of max value = 765). Red value is 126 (49.61% from 255 or 35.69% from 353); Green value is 172 (67.58% from 255 or 48.73% from 353); Blue value is 55 (21.88% from 255 or 15.58% from 353); Max value from RGB is 172 - color contains mainly: green. Hex color #7EAC37 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7EAC37 is #8153C8. Grayscale: #919191. Windows color (decimal): -8475593 or 3648638. OLE color: 3648638.
HSL color Cylindrical-coordinate representation of color #7EAC37: hue angle of 83.59º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7EAC37 is Cyan = 0.27, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 126 | 172 | 55 | - |
| CMYK | 0.27 | 0 | 0.68 | 0.33 |
| HSL | 83.59º | 0.52% | 0.45% | - |
| HSV(B) | 83.59º | 0.68% | 0.67% | - |
| XYZ | 24.05 | 34.22 | 8.95 | - |
| YUV | 144.91 | 77.26 | 114.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 172 | 55 | 0.27 | 0 | 0.68 | 0.33 | 83.59 | 0.52 | 0.45 |
| Hex | 7E | AC | 37 | 1B | 0 | 44 | 21 | 54 | 34 | 2D |
| Octal | 176 | 254 | 67 | 33 | 0 | 104 | 41 | 124 | 64 | 55 |
| Binary | 1111110 | 10101100 | 110111 | 11011 | 0 | 1000100 | 100001 | 1010100 | 110100 | 101101 |
Color Harmonies of #7EAC37
Complementary color
Monochromatic Colors of #7EAC37
Black with #7EAC37
Text Example
Text Example
White with #7EAC37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EAC37; }
p { color: rgb(126,172,55); }
H1.HeaderClassName
{
color: #7EAC37;
}
.AnyTagClassName
{
color: #7EAC37;
}
</style>
background-color css
<style>
a { background-color: #7EAC37; }
a { background-color: rgb(126,172,55); }
div.DivClassName
{
background-color: #7EAC37;
}
.BgClassName
{
background-color: #7EAC37;
}
</style>
border-color css
<style>
span { border-color: #7EAC37; }
span { border-color: rgb(126,172,55); }
td.TdClassName
{
border-color: #7EAC37;
}
.TagClassName
{
border-color: #7EAC37;
}
</style>