Shades of Sushi #7A9724
Tints of Sushi #7A9724
RGB
CMYK
RGB Variations
Color information
#7A9724 (or 0x7A9724) is known color: Sushi. HEX triplet: 7A, 97 and 24. RGB value is (122,151,36). Sum of RGB (Red+Green+Blue) = 122+151+36=309 (40% of max value = 765). Red value is 122 (48.05% from 255 or 39.48% from 309); Green value is 151 (59.38% from 255 or 48.87% from 309); Blue value is 36 (14.45% from 255 or 11.65% from 309); Max value from RGB is 151 - color contains mainly: green. Hex color #7A9724 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A9724 is #8568DB. Grayscale: #818181. Windows color (decimal): -8743132 or 2398074. OLE color: 2398074.
HSL color Cylindrical-coordinate representation of color #7A9724: hue angle of 75.13º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7A9724 is Cyan = 0.19, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 122 | 151 | 36 | - |
| CMYK | 0.19 | 0 | 0.76 | 0.41 |
| HSL | 75.13º | 0.61% | 0.37% | - |
| HSV(B) | 75.13º | 0.76% | 0.59% | - |
| XYZ | 19.41 | 26.4 | 5.74 | - |
| YUV | 129.22 | 75.39 | 122.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 151 | 36 | 0.19 | 0 | 0.76 | 0.41 | 75.13 | 0.61 | 0.37 |
| Hex | 7A | 97 | 24 | 13 | 0 | 4C | 29 | 4B | 3D | 25 |
| Octal | 172 | 227 | 44 | 23 | 0 | 114 | 51 | 113 | 75 | 45 |
| Binary | 1111010 | 10010111 | 100100 | 10011 | 0 | 1001100 | 101001 | 1001011 | 111101 | 100101 |
Color Harmonies of #7A9724
Complementary color
Monochromatic Colors of #7A9724
Black with #7A9724
Text Example
Text Example
White with #7A9724
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9724; }
p { color: rgb(122,151,36); }
H1.HeaderClassName
{
color: #7A9724;
}
.AnyTagClassName
{
color: #7A9724;
}
</style>
background-color css
<style>
a { background-color: #7A9724; }
a { background-color: rgb(122,151,36); }
div.DivClassName
{
background-color: #7A9724;
}
.BgClassName
{
background-color: #7A9724;
}
</style>
border-color css
<style>
span { border-color: #7A9724; }
span { border-color: rgb(122,151,36); }
td.TdClassName
{
border-color: #7A9724;
}
.TagClassName
{
border-color: #7A9724;
}
</style>