Shades of Sushi #7E9C28
Tints of Sushi #7E9C28
RGB
CMYK
RGB Variations
Color information
#7E9C28 (or 0x7E9C28) is known color: Sushi. HEX triplet: 7E, 9C and 28. RGB value is (126,156,40). Sum of RGB (Red+Green+Blue) = 126+156+40=322 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.13% from 322); Green value is 156 (61.33% from 255 or 48.45% from 322); Blue value is 40 (16.02% from 255 or 12.42% from 322); Max value from RGB is 156 - color contains mainly: green. Hex color #7E9C28 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E9C28 is #8163D7. Grayscale: #868686. Windows color (decimal): -8479704 or 2661502. OLE color: 2661502.
HSL color Cylindrical-coordinate representation of color #7E9C28: hue angle of 75.52º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7E9C28 is Cyan = 0.19, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 126 | 156 | 40 | - |
| CMYK | 0.19 | 0 | 0.74 | 0.39 |
| HSL | 75.52º | 0.59% | 0.38% | - |
| HSV(B) | 75.52º | 0.74% | 0.61% | - |
| XYZ | 20.88 | 28.37 | 6.38 | - |
| YUV | 133.81 | 75.06 | 122.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 156 | 40 | 0.19 | 0 | 0.74 | 0.39 | 75.52 | 0.59 | 0.38 |
| Hex | 7E | 9C | 28 | 13 | 0 | 4A | 27 | 4C | 3B | 26 |
| Octal | 176 | 234 | 50 | 23 | 0 | 112 | 47 | 114 | 73 | 46 |
| Binary | 1111110 | 10011100 | 101000 | 10011 | 0 | 1001010 | 100111 | 1001100 | 111011 | 100110 |
Color Harmonies of #7E9C28
Complementary color
Monochromatic Colors of #7E9C28
Black with #7E9C28
Text Example
Text Example
White with #7E9C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E9C28; }
p { color: rgb(126,156,40); }
H1.HeaderClassName
{
color: #7E9C28;
}
.AnyTagClassName
{
color: #7E9C28;
}
</style>
background-color css
<style>
a { background-color: #7E9C28; }
a { background-color: rgb(126,156,40); }
div.DivClassName
{
background-color: #7E9C28;
}
.BgClassName
{
background-color: #7E9C28;
}
</style>
border-color css
<style>
span { border-color: #7E9C28; }
span { border-color: rgb(126,156,40); }
td.TdClassName
{
border-color: #7E9C28;
}
.TagClassName
{
border-color: #7E9C28;
}
</style>