Shades of Sushi #7AA139
Tints of Sushi #7AA139
RGB
CMYK
RGB Variations
Color information
#7AA139 (or 0x7AA139) is known color: Sushi. HEX triplet: 7A, A1 and 39. RGB value is (122,161,57). Sum of RGB (Red+Green+Blue) = 122+161+57=340 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.88% from 340); Green value is 161 (63.28% from 255 or 47.35% from 340); Blue value is 57 (22.66% from 255 or 16.76% from 340); Max value from RGB is 161 - color contains mainly: green. Hex color #7AA139 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AA139 is #855EC6. Grayscale: #898989. Windows color (decimal): -8740551 or 3776890. OLE color: 3776890.
HSL color Cylindrical-coordinate representation of color #7AA139: hue angle of 82.5º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7AA139 is Cyan = 0.24, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 122 | 161 | 57 | - |
| CMYK | 0.24 | 0 | 0.65 | 0.37 |
| HSL | 82.5º | 0.48% | 0.43% | - |
| HSV(B) | 82.5º | 0.65% | 0.63% | - |
| XYZ | 21.51 | 29.92 | 8.51 | - |
| YUV | 137.48 | 82.58 | 116.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 161 | 57 | 0.24 | 0 | 0.65 | 0.37 | 82.5 | 0.48 | 0.43 |
| Hex | 7A | A1 | 39 | 18 | 0 | 41 | 25 | 52 | 30 | 2B |
| Octal | 172 | 241 | 71 | 30 | 0 | 101 | 45 | 122 | 60 | 53 |
| Binary | 1111010 | 10100001 | 111001 | 11000 | 0 | 1000001 | 100101 | 1010010 | 110000 | 101011 |
Color Harmonies of #7AA139
Complementary color
Monochromatic Colors of #7AA139
Black with #7AA139
Text Example
Text Example
White with #7AA139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA139; }
p { color: rgb(122,161,57); }
H1.HeaderClassName
{
color: #7AA139;
}
.AnyTagClassName
{
color: #7AA139;
}
</style>
background-color css
<style>
a { background-color: #7AA139; }
a { background-color: rgb(122,161,57); }
div.DivClassName
{
background-color: #7AA139;
}
.BgClassName
{
background-color: #7AA139;
}
</style>
border-color css
<style>
span { border-color: #7AA139; }
span { border-color: rgb(122,161,57); }
td.TdClassName
{
border-color: #7AA139;
}
.TagClassName
{
border-color: #7AA139;
}
</style>