Shades of Sushi #7A9928
Tints of Sushi #7A9928
RGB
CMYK
RGB Variations
Color information
#7A9928 (or 0x7A9928) is known color: Sushi. HEX triplet: 7A, 99 and 28. RGB value is (122,153,40). Sum of RGB (Red+Green+Blue) = 122+153+40=315 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.73% from 315); Green value is 153 (60.16% from 255 or 48.57% from 315); Blue value is 40 (16.02% from 255 or 12.70% from 315); Max value from RGB is 153 - color contains mainly: green. Hex color #7A9928 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A9928 is #8566D7. Grayscale: #838383. Windows color (decimal): -8742616 or 2660730. OLE color: 2660730.
HSL color Cylindrical-coordinate representation of color #7A9928: hue angle of 76.46º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7A9928 is Cyan = 0.20, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 122 | 153 | 40 | - |
| CMYK | 0.20 | 0 | 0.74 | 0.4 |
| HSL | 76.46º | 0.59% | 0.38% | - |
| HSV(B) | 76.46º | 0.74% | 0.6% | - |
| XYZ | 19.8 | 27.07 | 6.19 | - |
| YUV | 130.85 | 76.73 | 121.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 153 | 40 | 0.20 | 0 | 0.74 | 0.4 | 76.46 | 0.59 | 0.38 |
| Hex | 7A | 99 | 28 | 14 | 0 | 4A | 28 | 4C | 3B | 26 |
| Octal | 172 | 231 | 50 | 24 | 0 | 112 | 50 | 114 | 73 | 46 |
| Binary | 1111010 | 10011001 | 101000 | 10100 | 0 | 1001010 | 101000 | 1001100 | 111011 | 100110 |
Color Harmonies of #7A9928
Complementary color
Monochromatic Colors of #7A9928
Black with #7A9928
Text Example
Text Example
White with #7A9928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9928; }
p { color: rgb(122,153,40); }
H1.HeaderClassName
{
color: #7A9928;
}
.AnyTagClassName
{
color: #7A9928;
}
</style>
background-color css
<style>
a { background-color: #7A9928; }
a { background-color: rgb(122,153,40); }
div.DivClassName
{
background-color: #7A9928;
}
.BgClassName
{
background-color: #7A9928;
}
</style>
border-color css
<style>
span { border-color: #7A9928; }
span { border-color: rgb(122,153,40); }
td.TdClassName
{
border-color: #7A9928;
}
.TagClassName
{
border-color: #7A9928;
}
</style>