Shades of Sushi #7E9D28
Tints of Sushi #7E9D28
RGB
CMYK
RGB Variations
Color information
#7E9D28 (or 0x7E9D28) is known color: Sushi. HEX triplet: 7E, 9D and 28. RGB value is (126,157,40). Sum of RGB (Red+Green+Blue) = 126+157+40=323 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.01% from 323); Green value is 157 (61.72% from 255 or 48.61% from 323); Blue value is 40 (16.02% from 255 or 12.38% from 323); Max value from RGB is 157 - color contains mainly: green. Hex color #7E9D28 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E9D28 is #8162D7. Grayscale: #868686. Windows color (decimal): -8479448 or 2661758. OLE color: 2661758.
HSL color Cylindrical-coordinate representation of color #7E9D28: hue angle of 75.9º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7E9D28 is Cyan = 0.20, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 126 | 157 | 40 | - |
| CMYK | 0.20 | 0 | 0.75 | 0.38 |
| HSL | 75.9º | 0.59% | 0.39% | - |
| HSV(B) | 75.9º | 0.75% | 0.62% | - |
| XYZ | 21.04 | 28.7 | 6.44 | - |
| YUV | 134.39 | 74.73 | 122.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 157 | 40 | 0.20 | 0 | 0.75 | 0.38 | 75.9 | 0.59 | 0.39 |
| Hex | 7E | 9D | 28 | 14 | 0 | 4B | 26 | 4C | 3B | 27 |
| Octal | 176 | 235 | 50 | 24 | 0 | 113 | 46 | 114 | 73 | 47 |
| Binary | 1111110 | 10011101 | 101000 | 10100 | 0 | 1001011 | 100110 | 1001100 | 111011 | 100111 |
Color Harmonies of #7E9D28
Complementary color
Monochromatic Colors of #7E9D28
Black with #7E9D28
Text Example
Text Example
White with #7E9D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E9D28; }
p { color: rgb(126,157,40); }
H1.HeaderClassName
{
color: #7E9D28;
}
.AnyTagClassName
{
color: #7E9D28;
}
</style>
background-color css
<style>
a { background-color: #7E9D28; }
a { background-color: rgb(126,157,40); }
div.DivClassName
{
background-color: #7E9D28;
}
.BgClassName
{
background-color: #7E9D28;
}
</style>
border-color css
<style>
span { border-color: #7E9D28; }
span { border-color: rgb(126,157,40); }
td.TdClassName
{
border-color: #7E9D28;
}
.TagClassName
{
border-color: #7E9D28;
}
</style>