Shades of Sushi #7AA540
Tints of Sushi #7AA540
RGB
CMYK
RGB Variations
Color information
#7AA540 (or 0x7AA540) is known color: Sushi. HEX triplet: 7A, A5 and 40. RGB value is (122,165,64). Sum of RGB (Red+Green+Blue) = 122+165+64=351 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.76% from 351); Green value is 165 (64.84% from 255 or 47.01% from 351); Blue value is 64 (25.39% from 255 or 18.23% from 351); Max value from RGB is 165 - color contains mainly: green. Hex color #7AA540 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AA540 is #855ABF. Grayscale: #8C8C8C. Windows color (decimal): -8739520 or 4236666. OLE color: 4236666.
HSL color Cylindrical-coordinate representation of color #7AA540: hue angle of 85.54º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7AA540 is Cyan = 0.26, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 122 | 165 | 64 | - |
| CMYK | 0.26 | 0 | 0.61 | 0.35 |
| HSL | 85.54º | 0.44% | 0.45% | - |
| HSV(B) | 85.54º | 0.61% | 0.65% | - |
| XYZ | 22.41 | 31.42 | 9.73 | - |
| YUV | 140.63 | 84.75 | 114.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 165 | 64 | 0.26 | 0 | 0.61 | 0.35 | 85.54 | 0.44 | 0.45 |
| Hex | 7A | A5 | 40 | 1A | 0 | 3D | 23 | 56 | 2C | 2D |
| Octal | 172 | 245 | 100 | 32 | 0 | 75 | 43 | 126 | 54 | 55 |
| Binary | 1111010 | 10100101 | 1000000 | 11010 | 0 | 111101 | 100011 | 1010110 | 101100 | 101101 |
Color Harmonies of #7AA540
Complementary color
Monochromatic Colors of #7AA540
Black with #7AA540
Text Example
Text Example
White with #7AA540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA540; }
p { color: rgb(122,165,64); }
H1.HeaderClassName
{
color: #7AA540;
}
.AnyTagClassName
{
color: #7AA540;
}
</style>
background-color css
<style>
a { background-color: #7AA540; }
a { background-color: rgb(122,165,64); }
div.DivClassName
{
background-color: #7AA540;
}
.BgClassName
{
background-color: #7AA540;
}
</style>
border-color css
<style>
span { border-color: #7AA540; }
span { border-color: rgb(122,165,64); }
td.TdClassName
{
border-color: #7AA540;
}
.TagClassName
{
border-color: #7AA540;
}
</style>