Shades of Sushi #7AA036
Tints of Sushi #7AA036
RGB
CMYK
RGB Variations
Color information
#7AA036 (or 0x7AA036) is known color: Sushi. HEX triplet: 7A, A0 and 36. RGB value is (122,160,54). Sum of RGB (Red+Green+Blue) = 122+160+54=336 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.31% from 336); Green value is 160 (62.89% from 255 or 47.62% from 336); Blue value is 54 (21.48% from 255 or 16.07% from 336); Max value from RGB is 160 - color contains mainly: green. Hex color #7AA036 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AA036 is #855FC9. Grayscale: #888888. Windows color (decimal): -8740810 or 3580026. OLE color: 3580026.
HSL color Cylindrical-coordinate representation of color #7AA036: hue angle of 81.51º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7AA036 is Cyan = 0.24, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 122 | 160 | 54 | - |
| CMYK | 0.24 | 0 | 0.66 | 0.37 |
| HSL | 81.51º | 0.5% | 0.42% | - |
| HSV(B) | 81.51º | 0.66% | 0.63% | - |
| XYZ | 21.26 | 29.55 | 8.07 | - |
| YUV | 136.55 | 81.41 | 117.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 160 | 54 | 0.24 | 0 | 0.66 | 0.37 | 81.51 | 0.5 | 0.42 |
| Hex | 7A | A0 | 36 | 18 | 0 | 42 | 25 | 52 | 32 | 2A |
| Octal | 172 | 240 | 66 | 30 | 0 | 102 | 45 | 122 | 62 | 52 |
| Binary | 1111010 | 10100000 | 110110 | 11000 | 0 | 1000010 | 100101 | 1010010 | 110010 | 101010 |
Color Harmonies of #7AA036
Complementary color
Monochromatic Colors of #7AA036
Black with #7AA036
Text Example
Text Example
White with #7AA036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA036; }
p { color: rgb(122,160,54); }
H1.HeaderClassName
{
color: #7AA036;
}
.AnyTagClassName
{
color: #7AA036;
}
</style>
background-color css
<style>
a { background-color: #7AA036; }
a { background-color: rgb(122,160,54); }
div.DivClassName
{
background-color: #7AA036;
}
.BgClassName
{
background-color: #7AA036;
}
</style>
border-color css
<style>
span { border-color: #7AA036; }
span { border-color: rgb(122,160,54); }
td.TdClassName
{
border-color: #7AA036;
}
.TagClassName
{
border-color: #7AA036;
}
</style>