Shades of Sushi #7AA023
Tints of Sushi #7AA023
RGB
CMYK
RGB Variations
Color information
#7AA023 (or 0x7AA023) is known color: Sushi. HEX triplet: 7A, A0 and 23. RGB value is (122,160,35). Sum of RGB (Red+Green+Blue) = 122+160+35=317 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.49% from 317); Green value is 160 (62.89% from 255 or 50.47% from 317); Blue value is 35 (14.06% from 255 or 11.04% from 317); Max value from RGB is 160 - color contains mainly: green. Hex color #7AA023 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AA023 is #855FDC. Grayscale: #868686. Windows color (decimal): -8740829 or 2334842. OLE color: 2334842.
HSL color Cylindrical-coordinate representation of color #7AA023: hue angle of 78.24º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7AA023 is Cyan = 0.24, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 122 | 160 | 35 | - |
| CMYK | 0.24 | 0 | 0.78 | 0.37 |
| HSL | 78.24º | 0.64% | 0.38% | - |
| HSV(B) | 78.24º | 0.78% | 0.63% | - |
| XYZ | 20.9 | 29.4 | 6.16 | - |
| YUV | 134.39 | 71.91 | 119.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 160 | 35 | 0.24 | 0 | 0.78 | 0.37 | 78.24 | 0.64 | 0.38 |
| Hex | 7A | A0 | 23 | 18 | 0 | 4E | 25 | 4E | 40 | 26 |
| Octal | 172 | 240 | 43 | 30 | 0 | 116 | 45 | 116 | 100 | 46 |
| Binary | 1111010 | 10100000 | 100011 | 11000 | 0 | 1001110 | 100101 | 1001110 | 1000000 | 100110 |
Color Harmonies of #7AA023
Complementary color
Monochromatic Colors of #7AA023
Black with #7AA023
Text Example
Text Example
White with #7AA023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA023; }
p { color: rgb(122,160,35); }
H1.HeaderClassName
{
color: #7AA023;
}
.AnyTagClassName
{
color: #7AA023;
}
</style>
background-color css
<style>
a { background-color: #7AA023; }
a { background-color: rgb(122,160,35); }
div.DivClassName
{
background-color: #7AA023;
}
.BgClassName
{
background-color: #7AA023;
}
</style>
border-color css
<style>
span { border-color: #7AA023; }
span { border-color: rgb(122,160,35); }
td.TdClassName
{
border-color: #7AA023;
}
.TagClassName
{
border-color: #7AA023;
}
</style>