Shades of Sushi #7AA535
Tints of Sushi #7AA535
RGB
CMYK
RGB Variations
Color information
#7AA535 (or 0x7AA535) is known color: Sushi. HEX triplet: 7A, A5 and 35. RGB value is (122,165,53). Sum of RGB (Red+Green+Blue) = 122+165+53=340 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.88% from 340); Green value is 165 (64.84% from 255 or 48.53% from 340); Blue value is 53 (21.09% from 255 or 15.59% from 340); Max value from RGB is 165 - color contains mainly: green. Hex color #7AA535 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AA535 is #855ACA. Grayscale: #8B8B8B. Windows color (decimal): -8739531 or 3515770. OLE color: 3515770.
HSL color Cylindrical-coordinate representation of color #7AA535: hue angle of 83.04º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7AA535 is Cyan = 0.26, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 122 | 165 | 53 | - |
| CMYK | 0.26 | 0 | 0.68 | 0.35 |
| HSL | 83.04º | 0.51% | 0.43% | - |
| HSV(B) | 83.04º | 0.68% | 0.65% | - |
| XYZ | 22.12 | 31.3 | 8.24 | - |
| YUV | 139.38 | 79.25 | 115.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 165 | 53 | 0.26 | 0 | 0.68 | 0.35 | 83.04 | 0.51 | 0.43 |
| Hex | 7A | A5 | 35 | 1A | 0 | 44 | 23 | 53 | 33 | 2B |
| Octal | 172 | 245 | 65 | 32 | 0 | 104 | 43 | 123 | 63 | 53 |
| Binary | 1111010 | 10100101 | 110101 | 11010 | 0 | 1000100 | 100011 | 1010011 | 110011 | 101011 |
Color Harmonies of #7AA535
Complementary color
Monochromatic Colors of #7AA535
Black with #7AA535
Text Example
Text Example
White with #7AA535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA535; }
p { color: rgb(122,165,53); }
H1.HeaderClassName
{
color: #7AA535;
}
.AnyTagClassName
{
color: #7AA535;
}
</style>
background-color css
<style>
a { background-color: #7AA535; }
a { background-color: rgb(122,165,53); }
div.DivClassName
{
background-color: #7AA535;
}
.BgClassName
{
background-color: #7AA535;
}
</style>
border-color css
<style>
span { border-color: #7AA535; }
span { border-color: rgb(122,165,53); }
td.TdClassName
{
border-color: #7AA535;
}
.TagClassName
{
border-color: #7AA535;
}
</style>