Shades of Sushi #7E9A36
Tints of Sushi #7E9A36
RGB
CMYK
RGB Variations
Color information
#7E9A36 (or 0x7E9A36) is known color: Sushi. HEX triplet: 7E, 9A and 36. RGB value is (126,154,54). Sum of RGB (Red+Green+Blue) = 126+154+54=334 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.72% from 334); Green value is 154 (60.55% from 255 or 46.11% from 334); Blue value is 54 (21.48% from 255 or 16.17% from 334); Max value from RGB is 154 - color contains mainly: green. Hex color #7E9A36 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E9A36 is #8165C9. Grayscale: #868686. Windows color (decimal): -8480202 or 3578494. OLE color: 3578494.
HSL color Cylindrical-coordinate representation of color #7E9A36: hue angle of 76.8º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7E9A36 is Cyan = 0.18, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 126 | 154 | 54 | - |
| CMYK | 0.18 | 0 | 0.65 | 0.40 |
| HSL | 76.8º | 0.48% | 0.41% | - |
| HSV(B) | 76.8º | 0.65% | 0.6% | - |
| XYZ | 20.83 | 27.81 | 7.76 | - |
| YUV | 134.23 | 82.72 | 122.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 154 | 54 | 0.18 | 0 | 0.65 | 0.40 | 76.8 | 0.48 | 0.41 |
| Hex | 7E | 9A | 36 | 12 | 0 | 41 | 28 | 4D | 30 | 29 |
| Octal | 176 | 232 | 66 | 22 | 0 | 101 | 50 | 115 | 60 | 51 |
| Binary | 1111110 | 10011010 | 110110 | 10010 | 0 | 1000001 | 101000 | 1001101 | 110000 | 101001 |
Color Harmonies of #7E9A36
Complementary color
Monochromatic Colors of #7E9A36
Black with #7E9A36
Text Example
Text Example
White with #7E9A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E9A36; }
p { color: rgb(126,154,54); }
H1.HeaderClassName
{
color: #7E9A36;
}
.AnyTagClassName
{
color: #7E9A36;
}
</style>
background-color css
<style>
a { background-color: #7E9A36; }
a { background-color: rgb(126,154,54); }
div.DivClassName
{
background-color: #7E9A36;
}
.BgClassName
{
background-color: #7E9A36;
}
</style>
border-color css
<style>
span { border-color: #7E9A36; }
span { border-color: rgb(126,154,54); }
td.TdClassName
{
border-color: #7E9A36;
}
.TagClassName
{
border-color: #7E9A36;
}
</style>