Shades of Sushi #7E9622
Tints of Sushi #7E9622
RGB
CMYK
RGB Variations
Color information
#7E9622 (or 0x7E9622) is known color: Sushi. HEX triplet: 7E, 96 and 22. RGB value is (126,150,34). Sum of RGB (Red+Green+Blue) = 126+150+34=310 (41% of max value = 765). Red value is 126 (49.61% from 255 or 40.65% from 310); Green value is 150 (58.98% from 255 or 48.39% from 310); Blue value is 34 (13.67% from 255 or 10.97% from 310); Max value from RGB is 150 - color contains mainly: green. Hex color #7E9622 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E9622 is #8169DD. Grayscale: #828282. Windows color (decimal): -8481246 or 2266750. OLE color: 2266750.
HSL color Cylindrical-coordinate representation of color #7E9622: hue angle of 72.41º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7E9622 is Cyan = 0.16, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 126 | 150 | 34 | - |
| CMYK | 0.16 | 0 | 0.77 | 0.41 |
| HSL | 72.41º | 0.63% | 0.36% | - |
| HSV(B) | 72.41º | 0.77% | 0.59% | - |
| XYZ | 19.8 | 26.36 | 5.56 | - |
| YUV | 129.6 | 74.05 | 125.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 150 | 34 | 0.16 | 0 | 0.77 | 0.41 | 72.41 | 0.63 | 0.36 |
| Hex | 7E | 96 | 22 | 10 | 0 | 4D | 29 | 48 | 3F | 24 |
| Octal | 176 | 226 | 42 | 20 | 0 | 115 | 51 | 110 | 77 | 44 |
| Binary | 1111110 | 10010110 | 100010 | 10000 | 0 | 1001101 | 101001 | 1001000 | 111111 | 100100 |
Color Harmonies of #7E9622
Complementary color
Monochromatic Colors of #7E9622
Black with #7E9622
Text Example
Text Example
White with #7E9622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E9622; }
p { color: rgb(126,150,34); }
H1.HeaderClassName
{
color: #7E9622;
}
.AnyTagClassName
{
color: #7E9622;
}
</style>
background-color css
<style>
a { background-color: #7E9622; }
a { background-color: rgb(126,150,34); }
div.DivClassName
{
background-color: #7E9622;
}
.BgClassName
{
background-color: #7E9622;
}
</style>
border-color css
<style>
span { border-color: #7E9622; }
span { border-color: rgb(126,150,34); }
td.TdClassName
{
border-color: #7E9622;
}
.TagClassName
{
border-color: #7E9622;
}
</style>