Shades of Sushi #7A9921
Tints of Sushi #7A9921
RGB
CMYK
RGB Variations
Color information
#7A9921 (or 0x7A9921) is known color: Sushi. HEX triplet: 7A, 99 and 21. RGB value is (122,153,33). Sum of RGB (Red+Green+Blue) = 122+153+33=308 (40% of max value = 765). Red value is 122 (48.05% from 255 or 39.61% from 308); Green value is 153 (60.16% from 255 or 49.68% from 308); Blue value is 33 (13.28% from 255 or 10.71% from 308); Max value from RGB is 153 - color contains mainly: green. Hex color #7A9921 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A9921 is #8566DE. Grayscale: #828282. Windows color (decimal): -8742623 or 2201978. OLE color: 2201978.
HSL color Cylindrical-coordinate representation of color #7A9921: hue angle of 75.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 #7A9921 is Cyan = 0.20, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 122 | 153 | 33 | - |
| CMYK | 0.20 | 0 | 0.78 | 0.4 |
| HSL | 75.5º | 0.65% | 0.36% | - |
| HSV(B) | 75.5º | 0.78% | 0.6% | - |
| XYZ | 19.69 | 27.03 | 5.62 | - |
| YUV | 130.05 | 73.23 | 122.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 153 | 33 | 0.20 | 0 | 0.78 | 0.4 | 75.5 | 0.65 | 0.36 |
| Hex | 7A | 99 | 21 | 14 | 0 | 4E | 28 | 4C | 41 | 24 |
| Octal | 172 | 231 | 41 | 24 | 0 | 116 | 50 | 114 | 101 | 44 |
| Binary | 1111010 | 10011001 | 100001 | 10100 | 0 | 1001110 | 101000 | 1001100 | 1000001 | 100100 |
Color Harmonies of #7A9921
Complementary color
Monochromatic Colors of #7A9921
Black with #7A9921
Text Example
Text Example
White with #7A9921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9921; }
p { color: rgb(122,153,33); }
H1.HeaderClassName
{
color: #7A9921;
}
.AnyTagClassName
{
color: #7A9921;
}
</style>
background-color css
<style>
a { background-color: #7A9921; }
a { background-color: rgb(122,153,33); }
div.DivClassName
{
background-color: #7A9921;
}
.BgClassName
{
background-color: #7A9921;
}
</style>
border-color css
<style>
span { border-color: #7A9921; }
span { border-color: rgb(122,153,33); }
td.TdClassName
{
border-color: #7A9921;
}
.TagClassName
{
border-color: #7A9921;
}
</style>