Shades of Sushi #7E9921
Tints of Sushi #7E9921
RGB
CMYK
RGB Variations
Color information
#7E9921 (or 0x7E9921) is known color: Sushi. HEX triplet: 7E, 99 and 21. RGB value is (126,153,33). Sum of RGB (Red+Green+Blue) = 126+153+33=312 (41% of max value = 765). Red value is 126 (49.61% from 255 or 40.38% from 312); Green value is 153 (60.16% from 255 or 49.04% from 312); Blue value is 33 (13.28% from 255 or 10.58% from 312); Max value from RGB is 153 - color contains mainly: green. Hex color #7E9921 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E9921 is #8166DE. Grayscale: #838383. Windows color (decimal): -8480479 or 2201982. OLE color: 2201982.
HSL color Cylindrical-coordinate representation of color #7E9921: hue angle of 73.5º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7E9921 is Cyan = 0.18, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 126 | 153 | 33 | - |
| CMYK | 0.18 | 0 | 0.78 | 0.4 |
| HSL | 73.5º | 0.65% | 0.36% | - |
| HSV(B) | 73.5º | 0.78% | 0.6% | - |
| XYZ | 20.27 | 27.33 | 5.65 | - |
| YUV | 131.25 | 72.55 | 124.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 153 | 33 | 0.18 | 0 | 0.78 | 0.4 | 73.5 | 0.65 | 0.36 |
| Hex | 7E | 99 | 21 | 12 | 0 | 4E | 28 | 4A | 41 | 24 |
| Octal | 176 | 231 | 41 | 22 | 0 | 116 | 50 | 112 | 101 | 44 |
| Binary | 1111110 | 10011001 | 100001 | 10010 | 0 | 1001110 | 101000 | 1001010 | 1000001 | 100100 |
Color Harmonies of #7E9921
Complementary color
Monochromatic Colors of #7E9921
Black with #7E9921
Text Example
Text Example
White with #7E9921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E9921; }
p { color: rgb(126,153,33); }
H1.HeaderClassName
{
color: #7E9921;
}
.AnyTagClassName
{
color: #7E9921;
}
</style>
background-color css
<style>
a { background-color: #7E9921; }
a { background-color: rgb(126,153,33); }
div.DivClassName
{
background-color: #7E9921;
}
.BgClassName
{
background-color: #7E9921;
}
</style>
border-color css
<style>
span { border-color: #7E9921; }
span { border-color: rgb(126,153,33); }
td.TdClassName
{
border-color: #7E9921;
}
.TagClassName
{
border-color: #7E9921;
}
</style>