Shades of Sushi #7AAA42
Tints of Sushi #7AAA42
RGB
CMYK
RGB Variations
Color information
#7AAA42 (or 0x7AAA42) is known color: Sushi. HEX triplet: 7A, AA and 42. RGB value is (122,170,66). Sum of RGB (Red+Green+Blue) = 122+170+66=358 (47% of max value = 765). Red value is 122 (48.05% from 255 or 34.08% from 358); Green value is 170 (66.80% from 255 or 47.49% from 358); Blue value is 66 (26.17% from 255 or 18.44% from 358); Max value from RGB is 170 - color contains mainly: green. Hex color #7AAA42 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AAA42 is #8555BD. Grayscale: #909090. Windows color (decimal): -8738238 or 4369018. OLE color: 4369018.
HSL color Cylindrical-coordinate representation of color #7AAA42: hue angle of 87.69º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7AAA42 is Cyan = 0.28, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 170 | 66 | - |
| CMYK | 0.28 | 0 | 0.61 | 0.33 |
| HSL | 87.69º | 0.44% | 0.46% | - |
| HSV(B) | 87.69º | 0.61% | 0.67% | - |
| XYZ | 23.38 | 33.28 | 10.35 | - |
| YUV | 143.79 | 84.1 | 112.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 170 | 66 | 0.28 | 0 | 0.61 | 0.33 | 87.69 | 0.44 | 0.46 |
| Hex | 7A | AA | 42 | 1C | 0 | 3D | 21 | 58 | 2C | 2E |
| Octal | 172 | 252 | 102 | 34 | 0 | 75 | 41 | 130 | 54 | 56 |
| Binary | 1111010 | 10101010 | 1000010 | 11100 | 0 | 111101 | 100001 | 1011000 | 101100 | 101110 |
Color Harmonies of #7AAA42
Complementary color
Monochromatic Colors of #7AAA42
Black with #7AAA42
Text Example
Text Example
White with #7AAA42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAA42; }
p { color: rgb(122,170,66); }
H1.HeaderClassName
{
color: #7AAA42;
}
.AnyTagClassName
{
color: #7AAA42;
}
</style>
background-color css
<style>
a { background-color: #7AAA42; }
a { background-color: rgb(122,170,66); }
div.DivClassName
{
background-color: #7AAA42;
}
.BgClassName
{
background-color: #7AAA42;
}
</style>
border-color css
<style>
span { border-color: #7AAA42; }
span { border-color: rgb(122,170,66); }
td.TdClassName
{
border-color: #7AAA42;
}
.TagClassName
{
border-color: #7AAA42;
}
</style>