Shades of Sushi #7A9828
Tints of Sushi #7A9828
RGB
CMYK
RGB Variations
Color information
#7A9828 (or 0x7A9828) is known color: Sushi. HEX triplet: 7A, 98 and 28. RGB value is (122,152,40). Sum of RGB (Red+Green+Blue) = 122+152+40=314 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.85% from 314); Green value is 152 (59.77% from 255 or 48.41% from 314); Blue value is 40 (16.02% from 255 or 12.74% from 314); Max value from RGB is 152 - color contains mainly: green. Hex color #7A9828 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A9828 is #8567D7. Grayscale: #828282. Windows color (decimal): -8742872 or 2660474. OLE color: 2660474.
HSL color Cylindrical-coordinate representation of color #7A9828: hue angle of 76.07º degrees, saturation: 0.58, 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 #7A9828 is Cyan = 0.20, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 122 | 152 | 40 | - |
| CMYK | 0.20 | 0 | 0.74 | 0.40 |
| HSL | 76.07º | 0.58% | 0.38% | - |
| HSV(B) | 76.07º | 0.74% | 0.6% | - |
| XYZ | 19.64 | 26.75 | 6.14 | - |
| YUV | 130.26 | 77.06 | 122.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 152 | 40 | 0.20 | 0 | 0.74 | 0.40 | 76.07 | 0.58 | 0.38 |
| Hex | 7A | 98 | 28 | 14 | 0 | 4A | 28 | 4C | 3A | 26 |
| Octal | 172 | 230 | 50 | 24 | 0 | 112 | 50 | 114 | 72 | 46 |
| Binary | 1111010 | 10011000 | 101000 | 10100 | 0 | 1001010 | 101000 | 1001100 | 111010 | 100110 |
Color Harmonies of #7A9828
Complementary color
Monochromatic Colors of #7A9828
Black with #7A9828
Text Example
Text Example
White with #7A9828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9828; }
p { color: rgb(122,152,40); }
H1.HeaderClassName
{
color: #7A9828;
}
.AnyTagClassName
{
color: #7A9828;
}
</style>
background-color css
<style>
a { background-color: #7A9828; }
a { background-color: rgb(122,152,40); }
div.DivClassName
{
background-color: #7A9828;
}
.BgClassName
{
background-color: #7A9828;
}
</style>
border-color css
<style>
span { border-color: #7A9828; }
span { border-color: rgb(122,152,40); }
td.TdClassName
{
border-color: #7A9828;
}
.TagClassName
{
border-color: #7A9828;
}
</style>