Shades of Sushi #7AA635
Tints of Sushi #7AA635
RGB
CMYK
RGB Variations
Color information
#7AA635 (or 0x7AA635) is known color: Sushi. HEX triplet: 7A, A6 and 35. RGB value is (122,166,53). Sum of RGB (Red+Green+Blue) = 122+166+53=341 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.78% from 341); Green value is 166 (65.23% from 255 or 48.68% from 341); Blue value is 53 (21.09% from 255 or 15.54% from 341); Max value from RGB is 166 - color contains mainly: green. Hex color #7AA635 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AA635 is #8559CA. Grayscale: #8C8C8C. Windows color (decimal): -8739275 or 3516026. OLE color: 3516026.
HSL color Cylindrical-coordinate representation of color #7AA635: hue angle of 83.36º degrees, saturation: 0.52, 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 #7AA635 is Cyan = 0.27, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 122 | 166 | 53 | - |
| CMYK | 0.27 | 0 | 0.68 | 0.35 |
| HSL | 83.36º | 0.52% | 0.43% | - |
| HSV(B) | 83.36º | 0.68% | 0.65% | - |
| XYZ | 22.3 | 31.67 | 8.3 | - |
| YUV | 139.96 | 78.92 | 115.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 166 | 53 | 0.27 | 0 | 0.68 | 0.35 | 83.36 | 0.52 | 0.43 |
| Hex | 7A | A6 | 35 | 1B | 0 | 44 | 23 | 53 | 34 | 2B |
| Octal | 172 | 246 | 65 | 33 | 0 | 104 | 43 | 123 | 64 | 53 |
| Binary | 1111010 | 10100110 | 110101 | 11011 | 0 | 1000100 | 100011 | 1010011 | 110100 | 101011 |
Color Harmonies of #7AA635
Complementary color
Monochromatic Colors of #7AA635
Black with #7AA635
Text Example
Text Example
White with #7AA635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA635; }
p { color: rgb(122,166,53); }
H1.HeaderClassName
{
color: #7AA635;
}
.AnyTagClassName
{
color: #7AA635;
}
</style>
background-color css
<style>
a { background-color: #7AA635; }
a { background-color: rgb(122,166,53); }
div.DivClassName
{
background-color: #7AA635;
}
.BgClassName
{
background-color: #7AA635;
}
</style>
border-color css
<style>
span { border-color: #7AA635; }
span { border-color: rgb(122,166,53); }
td.TdClassName
{
border-color: #7AA635;
}
.TagClassName
{
border-color: #7AA635;
}
</style>