Shades of Sushi #7E9326
Tints of Sushi #7E9326
RGB
CMYK
RGB Variations
Color information
#7E9326 (or 0x7E9326) is known color: Sushi. HEX triplet: 7E, 93 and 26. RGB value is (126,147,38). Sum of RGB (Red+Green+Blue) = 126+147+38=311 (41% of max value = 765). Red value is 126 (49.61% from 255 or 40.51% from 311); Green value is 147 (57.81% from 255 or 47.27% from 311); Blue value is 38 (15.23% from 255 or 12.22% from 311); Max value from RGB is 147 - color contains mainly: green. Hex color #7E9326 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E9326 is #816CD9. Grayscale: #808080. Windows color (decimal): -8482010 or 2528126. OLE color: 2528126.
HSL color Cylindrical-coordinate representation of color #7E9326: hue angle of 71.56º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7E9326 is Cyan = 0.14, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 126 | 147 | 38 | - |
| CMYK | 0.14 | 0 | 0.74 | 0.42 |
| HSL | 71.56º | 0.59% | 0.36% | - |
| HSV(B) | 71.56º | 0.74% | 0.58% | - |
| XYZ | 19.39 | 25.44 | 5.72 | - |
| YUV | 128.3 | 77.04 | 126.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 147 | 38 | 0.14 | 0 | 0.74 | 0.42 | 71.56 | 0.59 | 0.36 |
| Hex | 7E | 93 | 26 | E | 0 | 4A | 2A | 48 | 3B | 24 |
| Octal | 176 | 223 | 46 | 16 | 0 | 112 | 52 | 110 | 73 | 44 |
| Binary | 1111110 | 10010011 | 100110 | 1110 | 0 | 1001010 | 101010 | 1001000 | 111011 | 100100 |
Color Harmonies of #7E9326
Complementary color
Monochromatic Colors of #7E9326
Black with #7E9326
Text Example
Text Example
White with #7E9326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E9326; }
p { color: rgb(126,147,38); }
H1.HeaderClassName
{
color: #7E9326;
}
.AnyTagClassName
{
color: #7E9326;
}
</style>
background-color css
<style>
a { background-color: #7E9326; }
a { background-color: rgb(126,147,38); }
div.DivClassName
{
background-color: #7E9326;
}
.BgClassName
{
background-color: #7E9326;
}
</style>
border-color css
<style>
span { border-color: #7E9326; }
span { border-color: rgb(126,147,38); }
td.TdClassName
{
border-color: #7E9326;
}
.TagClassName
{
border-color: #7E9326;
}
</style>