Shades of Sushi #7AA127
Tints of Sushi #7AA127
RGB
CMYK
RGB Variations
Color information
#7AA127 (or 0x7AA127) is known color: Sushi. HEX triplet: 7A, A1 and 27. RGB value is (122,161,39). Sum of RGB (Red+Green+Blue) = 122+161+39=322 (42% of max value = 765). Red value is 122 (48.05% from 255 or 37.89% from 322); Green value is 161 (63.28% from 255 or 50% from 322); Blue value is 39 (15.62% from 255 or 12.11% from 322); Max value from RGB is 161 - color contains mainly: green. Hex color #7AA127 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AA127 is #855ED8. Grayscale: #878787. Windows color (decimal): -8740569 or 2597242. OLE color: 2597242.
HSL color Cylindrical-coordinate representation of color #7AA127: hue angle of 79.18º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7AA127 is Cyan = 0.24, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 122 | 161 | 39 | - |
| CMYK | 0.24 | 0 | 0.76 | 0.37 |
| HSL | 79.18º | 0.61% | 0.39% | - |
| HSV(B) | 79.18º | 0.76% | 0.63% | - |
| XYZ | 21.14 | 29.77 | 6.55 | - |
| YUV | 135.43 | 73.58 | 118.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 161 | 39 | 0.24 | 0 | 0.76 | 0.37 | 79.18 | 0.61 | 0.39 |
| Hex | 7A | A1 | 27 | 18 | 0 | 4C | 25 | 4F | 3D | 27 |
| Octal | 172 | 241 | 47 | 30 | 0 | 114 | 45 | 117 | 75 | 47 |
| Binary | 1111010 | 10100001 | 100111 | 11000 | 0 | 1001100 | 100101 | 1001111 | 111101 | 100111 |
Color Harmonies of #7AA127
Complementary color
Monochromatic Colors of #7AA127
Black with #7AA127
Text Example
Text Example
White with #7AA127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA127; }
p { color: rgb(122,161,39); }
H1.HeaderClassName
{
color: #7AA127;
}
.AnyTagClassName
{
color: #7AA127;
}
</style>
background-color css
<style>
a { background-color: #7AA127; }
a { background-color: rgb(122,161,39); }
div.DivClassName
{
background-color: #7AA127;
}
.BgClassName
{
background-color: #7AA127;
}
</style>
border-color css
<style>
span { border-color: #7AA127; }
span { border-color: rgb(122,161,39); }
td.TdClassName
{
border-color: #7AA127;
}
.TagClassName
{
border-color: #7AA127;
}
</style>