Shades of Sushi #7AA326
Tints of Sushi #7AA326
RGB
CMYK
RGB Variations
Color information
#7AA326 (or 0x7AA326) is known color: Sushi. HEX triplet: 7A, A3 and 26. RGB value is (122,163,38). Sum of RGB (Red+Green+Blue) = 122+163+38=323 (42% of max value = 765). Red value is 122 (48.05% from 255 or 37.77% from 323); Green value is 163 (64.06% from 255 or 50.46% from 323); Blue value is 38 (15.23% from 255 or 11.76% from 323); Max value from RGB is 163 - color contains mainly: green. Hex color #7AA326 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AA326 is #855CD9. Grayscale: #888888. Windows color (decimal): -8740058 or 2532218. OLE color: 2532218.
HSL color Cylindrical-coordinate representation of color #7AA326: hue angle of 79.68º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7AA326 is Cyan = 0.25, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 122 | 163 | 38 | - |
| CMYK | 0.25 | 0 | 0.77 | 0.36 |
| HSL | 79.68º | 0.62% | 0.39% | - |
| HSV(B) | 79.68º | 0.77% | 0.64% | - |
| XYZ | 21.47 | 30.47 | 6.58 | - |
| YUV | 136.49 | 72.42 | 117.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 163 | 38 | 0.25 | 0 | 0.77 | 0.36 | 79.68 | 0.62 | 0.39 |
| Hex | 7A | A3 | 26 | 19 | 0 | 4D | 24 | 50 | 3E | 27 |
| Octal | 172 | 243 | 46 | 31 | 0 | 115 | 44 | 120 | 76 | 47 |
| Binary | 1111010 | 10100011 | 100110 | 11001 | 0 | 1001101 | 100100 | 1010000 | 111110 | 100111 |
Color Harmonies of #7AA326
Complementary color
Monochromatic Colors of #7AA326
Black with #7AA326
Text Example
Text Example
White with #7AA326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA326; }
p { color: rgb(122,163,38); }
H1.HeaderClassName
{
color: #7AA326;
}
.AnyTagClassName
{
color: #7AA326;
}
</style>
background-color css
<style>
a { background-color: #7AA326; }
a { background-color: rgb(122,163,38); }
div.DivClassName
{
background-color: #7AA326;
}
.BgClassName
{
background-color: #7AA326;
}
</style>
border-color css
<style>
span { border-color: #7AA326; }
span { border-color: rgb(122,163,38); }
td.TdClassName
{
border-color: #7AA326;
}
.TagClassName
{
border-color: #7AA326;
}
</style>