Shades of Sushi #7AAA33
Tints of Sushi #7AAA33
RGB
CMYK
RGB Variations
Color information
#7AAA33 (or 0x7AAA33) is known color: Sushi. HEX triplet: 7A, AA and 33. RGB value is (122,170,51). Sum of RGB (Red+Green+Blue) = 122+170+51=343 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.57% from 343); Green value is 170 (66.80% from 255 or 49.56% from 343); Blue value is 51 (20.31% from 255 or 14.87% from 343); Max value from RGB is 170 - color contains mainly: green. Hex color #7AAA33 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AAA33 is #8555CC. Grayscale: #8E8E8E. Windows color (decimal): -8738253 or 3385978. OLE color: 3385978.
HSL color Cylindrical-coordinate representation of color #7AAA33: hue angle of 84.2º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7AAA33 is Cyan = 0.28, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 170 | 51 | - |
| CMYK | 0.28 | 0 | 0.7 | 0.33 |
| HSL | 84.2º | 0.54% | 0.43% | - |
| HSV(B) | 84.2º | 0.7% | 0.67% | - |
| XYZ | 23 | 33.13 | 8.31 | - |
| YUV | 142.08 | 76.6 | 113.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 170 | 51 | 0.28 | 0 | 0.7 | 0.33 | 84.2 | 0.54 | 0.43 |
| Hex | 7A | AA | 33 | 1C | 0 | 46 | 21 | 54 | 36 | 2B |
| Octal | 172 | 252 | 63 | 34 | 0 | 106 | 41 | 124 | 66 | 53 |
| Binary | 1111010 | 10101010 | 110011 | 11100 | 0 | 1000110 | 100001 | 1010100 | 110110 | 101011 |
Color Harmonies of #7AAA33
Complementary color
Monochromatic Colors of #7AAA33
Black with #7AAA33
Text Example
Text Example
White with #7AAA33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAA33; }
p { color: rgb(122,170,51); }
H1.HeaderClassName
{
color: #7AAA33;
}
.AnyTagClassName
{
color: #7AAA33;
}
</style>
background-color css
<style>
a { background-color: #7AAA33; }
a { background-color: rgb(122,170,51); }
div.DivClassName
{
background-color: #7AAA33;
}
.BgClassName
{
background-color: #7AAA33;
}
</style>
border-color css
<style>
span { border-color: #7AAA33; }
span { border-color: rgb(122,170,51); }
td.TdClassName
{
border-color: #7AAA33;
}
.TagClassName
{
border-color: #7AAA33;
}
</style>