Shades of Sushi #7E9C39
Tints of Sushi #7E9C39
RGB
CMYK
RGB Variations
Color information
#7E9C39 (or 0x7E9C39) is known color: Sushi. HEX triplet: 7E, 9C and 39. RGB value is (126,156,57). Sum of RGB (Red+Green+Blue) = 126+156+57=339 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.17% from 339); Green value is 156 (61.33% from 255 or 46.02% from 339); Blue value is 57 (22.66% from 255 or 16.81% from 339); Max value from RGB is 156 - color contains mainly: green. Hex color #7E9C39 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E9C39 is #8163C6. Grayscale: #888888. Windows color (decimal): -8479687 or 3775614. OLE color: 3775614.
HSL color Cylindrical-coordinate representation of color #7E9C39: hue angle of 78.18º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7E9C39 is Cyan = 0.19, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 126 | 156 | 57 | - |
| CMYK | 0.19 | 0 | 0.63 | 0.39 |
| HSL | 78.18º | 0.46% | 0.42% | - |
| HSV(B) | 78.18º | 0.63% | 0.61% | - |
| XYZ | 21.23 | 28.51 | 8.25 | - |
| YUV | 135.74 | 83.56 | 121.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 156 | 57 | 0.19 | 0 | 0.63 | 0.39 | 78.18 | 0.46 | 0.42 |
| Hex | 7E | 9C | 39 | 13 | 0 | 3F | 27 | 4E | 2E | 2A |
| Octal | 176 | 234 | 71 | 23 | 0 | 77 | 47 | 116 | 56 | 52 |
| Binary | 1111110 | 10011100 | 111001 | 10011 | 0 | 111111 | 100111 | 1001110 | 101110 | 101010 |
Color Harmonies of #7E9C39
Complementary color
Monochromatic Colors of #7E9C39
Black with #7E9C39
Text Example
Text Example
White with #7E9C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E9C39; }
p { color: rgb(126,156,57); }
H1.HeaderClassName
{
color: #7E9C39;
}
.AnyTagClassName
{
color: #7E9C39;
}
</style>
background-color css
<style>
a { background-color: #7E9C39; }
a { background-color: rgb(126,156,57); }
div.DivClassName
{
background-color: #7E9C39;
}
.BgClassName
{
background-color: #7E9C39;
}
</style>
border-color css
<style>
span { border-color: #7E9C39; }
span { border-color: rgb(126,156,57); }
td.TdClassName
{
border-color: #7E9C39;
}
.TagClassName
{
border-color: #7E9C39;
}
</style>