Shades of Sushi #7AA835
Tints of Sushi #7AA835
RGB
CMYK
RGB Variations
Color information
#7AA835 (or 0x7AA835) is known color: Sushi. HEX triplet: 7A, A8 and 35. RGB value is (122,168,53). Sum of RGB (Red+Green+Blue) = 122+168+53=343 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.57% from 343); Green value is 168 (66.02% from 255 or 48.98% from 343); Blue value is 53 (21.09% from 255 or 15.45% from 343); Max value from RGB is 168 - color contains mainly: green. Hex color #7AA835 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AA835 is #8557CA. Grayscale: #8D8D8D. Windows color (decimal): -8738763 or 3516538. OLE color: 3516538.
HSL color Cylindrical-coordinate representation of color #7AA835: hue angle of 84º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7AA835 is Cyan = 0.27, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 122 | 168 | 53 | - |
| CMYK | 0.27 | 0 | 0.68 | 0.34 |
| HSL | 84º | 0.52% | 0.43% | - |
| HSV(B) | 84º | 0.68% | 0.66% | - |
| XYZ | 22.67 | 32.4 | 8.43 | - |
| YUV | 141.14 | 78.26 | 114.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 168 | 53 | 0.27 | 0 | 0.68 | 0.34 | 84 | 0.52 | 0.43 |
| Hex | 7A | A8 | 35 | 1B | 0 | 44 | 22 | 54 | 34 | 2B |
| Octal | 172 | 250 | 65 | 33 | 0 | 104 | 42 | 124 | 64 | 53 |
| Binary | 1111010 | 10101000 | 110101 | 11011 | 0 | 1000100 | 100010 | 1010100 | 110100 | 101011 |
Color Harmonies of #7AA835
Complementary color
Monochromatic Colors of #7AA835
Black with #7AA835
Text Example
Text Example
White with #7AA835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA835; }
p { color: rgb(122,168,53); }
H1.HeaderClassName
{
color: #7AA835;
}
.AnyTagClassName
{
color: #7AA835;
}
</style>
background-color css
<style>
a { background-color: #7AA835; }
a { background-color: rgb(122,168,53); }
div.DivClassName
{
background-color: #7AA835;
}
.BgClassName
{
background-color: #7AA835;
}
</style>
border-color css
<style>
span { border-color: #7AA835; }
span { border-color: rgb(122,168,53); }
td.TdClassName
{
border-color: #7AA835;
}
.TagClassName
{
border-color: #7AA835;
}
</style>