Shades of Sushi #7E962B
Tints of Sushi #7E962B
RGB
CMYK
RGB Variations
Color information
#7E962B (or 0x7E962B) is known color: Sushi. HEX triplet: 7E, 96 and 2B. RGB value is (126,150,43). Sum of RGB (Red+Green+Blue) = 126+150+43=319 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.50% from 319); Green value is 150 (58.98% from 255 or 47.02% from 319); Blue value is 43 (17.19% from 255 or 13.48% from 319); Max value from RGB is 150 - color contains mainly: green. Hex color #7E962B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E962B is #8169D4. Grayscale: #838383. Windows color (decimal): -8481237 or 2856574. OLE color: 2856574.
HSL color Cylindrical-coordinate representation of color #7E962B: hue angle of 73.46º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7E962B is Cyan = 0.16, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 126 | 150 | 43 | - |
| CMYK | 0.16 | 0 | 0.71 | 0.41 |
| HSL | 73.46º | 0.55% | 0.38% | - |
| HSV(B) | 73.46º | 0.71% | 0.59% | - |
| XYZ | 19.95 | 26.42 | 6.33 | - |
| YUV | 130.63 | 78.55 | 124.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 150 | 43 | 0.16 | 0 | 0.71 | 0.41 | 73.46 | 0.55 | 0.38 |
| Hex | 7E | 96 | 2B | 10 | 0 | 47 | 29 | 49 | 37 | 26 |
| Octal | 176 | 226 | 53 | 20 | 0 | 107 | 51 | 111 | 67 | 46 |
| Binary | 1111110 | 10010110 | 101011 | 10000 | 0 | 1000111 | 101001 | 1001001 | 110111 | 100110 |
Color Harmonies of #7E962B
Complementary color
Monochromatic Colors of #7E962B
Black with #7E962B
Text Example
Text Example
White with #7E962B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E962B; }
p { color: rgb(126,150,43); }
H1.HeaderClassName
{
color: #7E962B;
}
.AnyTagClassName
{
color: #7E962B;
}
</style>
background-color css
<style>
a { background-color: #7E962B; }
a { background-color: rgb(126,150,43); }
div.DivClassName
{
background-color: #7E962B;
}
.BgClassName
{
background-color: #7E962B;
}
</style>
border-color css
<style>
span { border-color: #7E962B; }
span { border-color: rgb(126,150,43); }
td.TdClassName
{
border-color: #7E962B;
}
.TagClassName
{
border-color: #7E962B;
}
</style>