Shades of Sushi #7AAA3B
Tints of Sushi #7AAA3B
RGB
CMYK
RGB Variations
Color information
#7AAA3B (or 0x7AAA3B) is known color: Sushi. HEX triplet: 7A, AA and 3B. RGB value is (122,170,59). Sum of RGB (Red+Green+Blue) = 122+170+59=351 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.76% from 351); Green value is 170 (66.80% from 255 or 48.43% from 351); Blue value is 59 (23.44% from 255 or 16.81% from 351); Max value from RGB is 170 - color contains mainly: green. Hex color #7AAA3B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AAA3B is #8555C4. Grayscale: #8F8F8F. Windows color (decimal): -8738245 or 3910266. OLE color: 3910266.
HSL color Cylindrical-coordinate representation of color #7AAA3B: hue angle of 85.95º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7AAA3B is Cyan = 0.28, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 170 | 59 | - |
| CMYK | 0.28 | 0 | 0.65 | 0.33 |
| HSL | 85.95º | 0.48% | 0.45% | - |
| HSV(B) | 85.95º | 0.65% | 0.67% | - |
| XYZ | 23.19 | 33.2 | 9.32 | - |
| YUV | 142.99 | 80.6 | 113.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 170 | 59 | 0.28 | 0 | 0.65 | 0.33 | 85.95 | 0.48 | 0.45 |
| Hex | 7A | AA | 3B | 1C | 0 | 41 | 21 | 56 | 30 | 2D |
| Octal | 172 | 252 | 73 | 34 | 0 | 101 | 41 | 126 | 60 | 55 |
| Binary | 1111010 | 10101010 | 111011 | 11100 | 0 | 1000001 | 100001 | 1010110 | 110000 | 101101 |
Color Harmonies of #7AAA3B
Complementary color
Monochromatic Colors of #7AAA3B
Black with #7AAA3B
Text Example
Text Example
White with #7AAA3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAA3B; }
p { color: rgb(122,170,59); }
H1.HeaderClassName
{
color: #7AAA3B;
}
.AnyTagClassName
{
color: #7AAA3B;
}
</style>
background-color css
<style>
a { background-color: #7AAA3B; }
a { background-color: rgb(122,170,59); }
div.DivClassName
{
background-color: #7AAA3B;
}
.BgClassName
{
background-color: #7AAA3B;
}
</style>
border-color css
<style>
span { border-color: #7AAA3B; }
span { border-color: rgb(122,170,59); }
td.TdClassName
{
border-color: #7AAA3B;
}
.TagClassName
{
border-color: #7AAA3B;
}
</style>