Shades of Sushi #7E9738
Tints of Sushi #7E9738
RGB
CMYK
RGB Variations
Color information
#7E9738 (or 0x7E9738) is known color: Sushi. HEX triplet: 7E, 97 and 38. RGB value is (126,151,56). Sum of RGB (Red+Green+Blue) = 126+151+56=333 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.84% from 333); Green value is 151 (59.38% from 255 or 45.35% from 333); Blue value is 56 (22.27% from 255 or 16.82% from 333); Max value from RGB is 151 - color contains mainly: green. Hex color #7E9738 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E9738 is #8168C7. Grayscale: #858585. Windows color (decimal): -8480968 or 3708798. OLE color: 3708798.
HSL color Cylindrical-coordinate representation of color #7E9738: hue angle of 75.79º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7E9738 is Cyan = 0.17, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 126 | 151 | 56 | - |
| CMYK | 0.17 | 0 | 0.63 | 0.41 |
| HSL | 75.79º | 0.46% | 0.41% | - |
| HSV(B) | 75.79º | 0.63% | 0.59% | - |
| XYZ | 20.38 | 26.85 | 7.85 | - |
| YUV | 132.7 | 84.72 | 123.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 151 | 56 | 0.17 | 0 | 0.63 | 0.41 | 75.79 | 0.46 | 0.41 |
| Hex | 7E | 97 | 38 | 11 | 0 | 3F | 29 | 4C | 2E | 29 |
| Octal | 176 | 227 | 70 | 21 | 0 | 77 | 51 | 114 | 56 | 51 |
| Binary | 1111110 | 10010111 | 111000 | 10001 | 0 | 111111 | 101001 | 1001100 | 101110 | 101001 |
Color Harmonies of #7E9738
Complementary color
Monochromatic Colors of #7E9738
Black with #7E9738
Text Example
Text Example
White with #7E9738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E9738; }
p { color: rgb(126,151,56); }
H1.HeaderClassName
{
color: #7E9738;
}
.AnyTagClassName
{
color: #7E9738;
}
</style>
background-color css
<style>
a { background-color: #7E9738; }
a { background-color: rgb(126,151,56); }
div.DivClassName
{
background-color: #7E9738;
}
.BgClassName
{
background-color: #7E9738;
}
</style>
border-color css
<style>
span { border-color: #7E9738; }
span { border-color: rgb(126,151,56); }
td.TdClassName
{
border-color: #7E9738;
}
.TagClassName
{
border-color: #7E9738;
}
</style>