Shades of Sushi #7AA731
Tints of Sushi #7AA731
RGB
CMYK
RGB Variations
Color information
#7AA731 (or 0x7AA731) is known color: Sushi. HEX triplet: 7A, A7 and 31. RGB value is (122,167,49). Sum of RGB (Red+Green+Blue) = 122+167+49=338 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.09% from 338); Green value is 167 (65.62% from 255 or 49.41% from 338); Blue value is 49 (19.53% from 255 or 14.50% from 338); Max value from RGB is 167 - color contains mainly: green. Hex color #7AA731 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AA731 is #8558CE. Grayscale: #8C8C8C. Windows color (decimal): -8739023 or 3254138. OLE color: 3254138.
HSL color Cylindrical-coordinate representation of color #7AA731: hue angle of 82.88º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7AA731 is Cyan = 0.27, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 122 | 167 | 49 | - |
| CMYK | 0.27 | 0 | 0.71 | 0.35 |
| HSL | 82.88º | 0.55% | 0.42% | - |
| HSV(B) | 82.88º | 0.71% | 0.65% | - |
| XYZ | 22.4 | 32 | 7.9 | - |
| YUV | 140.09 | 76.59 | 115.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 167 | 49 | 0.27 | 0 | 0.71 | 0.35 | 82.88 | 0.55 | 0.42 |
| Hex | 7A | A7 | 31 | 1B | 0 | 47 | 23 | 53 | 37 | 2A |
| Octal | 172 | 247 | 61 | 33 | 0 | 107 | 43 | 123 | 67 | 52 |
| Binary | 1111010 | 10100111 | 110001 | 11011 | 0 | 1000111 | 100011 | 1010011 | 110111 | 101010 |
Color Harmonies of #7AA731
Complementary color
Monochromatic Colors of #7AA731
Black with #7AA731
Text Example
Text Example
White with #7AA731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA731; }
p { color: rgb(122,167,49); }
H1.HeaderClassName
{
color: #7AA731;
}
.AnyTagClassName
{
color: #7AA731;
}
</style>
background-color css
<style>
a { background-color: #7AA731; }
a { background-color: rgb(122,167,49); }
div.DivClassName
{
background-color: #7AA731;
}
.BgClassName
{
background-color: #7AA731;
}
</style>
border-color css
<style>
span { border-color: #7AA731; }
span { border-color: rgb(122,167,49); }
td.TdClassName
{
border-color: #7AA731;
}
.TagClassName
{
border-color: #7AA731;
}
</style>