Shades of Sushi #7AA02D
Tints of Sushi #7AA02D
RGB
CMYK
RGB Variations
Color information
#7AA02D (or 0x7AA02D) is known color: Sushi. HEX triplet: 7A, A0 and 2D. RGB value is (122,160,45). Sum of RGB (Red+Green+Blue) = 122+160+45=327 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.31% from 327); Green value is 160 (62.89% from 255 or 48.93% from 327); Blue value is 45 (17.97% from 255 or 13.76% from 327); Max value from RGB is 160 - color contains mainly: green. Hex color #7AA02D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AA02D is #855FD2. Grayscale: #878787. Windows color (decimal): -8740819 or 2990202. OLE color: 2990202.
HSL color Cylindrical-coordinate representation of color #7AA02D: hue angle of 79.83º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7AA02D is Cyan = 0.24, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 122 | 160 | 45 | - |
| CMYK | 0.24 | 0 | 0.72 | 0.37 |
| HSL | 79.83º | 0.56% | 0.4% | - |
| HSV(B) | 79.83º | 0.72% | 0.63% | - |
| XYZ | 21.07 | 29.47 | 7.06 | - |
| YUV | 135.53 | 76.91 | 118.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 160 | 45 | 0.24 | 0 | 0.72 | 0.37 | 79.83 | 0.56 | 0.4 |
| Hex | 7A | A0 | 2D | 18 | 0 | 48 | 25 | 50 | 38 | 28 |
| Octal | 172 | 240 | 55 | 30 | 0 | 110 | 45 | 120 | 70 | 50 |
| Binary | 1111010 | 10100000 | 101101 | 11000 | 0 | 1001000 | 100101 | 1010000 | 111000 | 101000 |
Color Harmonies of #7AA02D
Complementary color
Monochromatic Colors of #7AA02D
Black with #7AA02D
Text Example
Text Example
White with #7AA02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA02D; }
p { color: rgb(122,160,45); }
H1.HeaderClassName
{
color: #7AA02D;
}
.AnyTagClassName
{
color: #7AA02D;
}
</style>
background-color css
<style>
a { background-color: #7AA02D; }
a { background-color: rgb(122,160,45); }
div.DivClassName
{
background-color: #7AA02D;
}
.BgClassName
{
background-color: #7AA02D;
}
</style>
border-color css
<style>
span { border-color: #7AA02D; }
span { border-color: rgb(122,160,45); }
td.TdClassName
{
border-color: #7AA02D;
}
.TagClassName
{
border-color: #7AA02D;
}
</style>