Shades of Sushi #7E9736
Tints of Sushi #7E9736
RGB
CMYK
RGB Variations
Color information
#7E9736 (or 0x7E9736) is known color: Sushi. HEX triplet: 7E, 97 and 36. RGB value is (126,151,54). Sum of RGB (Red+Green+Blue) = 126+151+54=331 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.07% from 331); Green value is 151 (59.38% from 255 or 45.62% from 331); Blue value is 54 (21.48% from 255 or 16.31% from 331); Max value from RGB is 151 - color contains mainly: green. Hex color #7E9736 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E9736 is #8168C9. Grayscale: #848484. Windows color (decimal): -8480970 or 3577726. OLE color: 3577726.
HSL color Cylindrical-coordinate representation of color #7E9736: hue angle of 75.46º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7E9736 is Cyan = 0.17, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 126 | 151 | 54 | - |
| CMYK | 0.17 | 0 | 0.64 | 0.41 |
| HSL | 75.46º | 0.47% | 0.4% | - |
| HSV(B) | 75.46º | 0.64% | 0.59% | - |
| XYZ | 20.34 | 26.84 | 7.6 | - |
| YUV | 132.47 | 83.72 | 123.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 151 | 54 | 0.17 | 0 | 0.64 | 0.41 | 75.46 | 0.47 | 0.4 |
| Hex | 7E | 97 | 36 | 11 | 0 | 40 | 29 | 4B | 2F | 28 |
| Octal | 176 | 227 | 66 | 21 | 0 | 100 | 51 | 113 | 57 | 50 |
| Binary | 1111110 | 10010111 | 110110 | 10001 | 0 | 1000000 | 101001 | 1001011 | 101111 | 101000 |
Color Harmonies of #7E9736
Complementary color
Monochromatic Colors of #7E9736
Black with #7E9736
Text Example
Text Example
White with #7E9736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E9736; }
p { color: rgb(126,151,54); }
H1.HeaderClassName
{
color: #7E9736;
}
.AnyTagClassName
{
color: #7E9736;
}
</style>
background-color css
<style>
a { background-color: #7E9736; }
a { background-color: rgb(126,151,54); }
div.DivClassName
{
background-color: #7E9736;
}
.BgClassName
{
background-color: #7E9736;
}
</style>
border-color css
<style>
span { border-color: #7E9736; }
span { border-color: rgb(126,151,54); }
td.TdClassName
{
border-color: #7E9736;
}
.TagClassName
{
border-color: #7E9736;
}
</style>