Shades of Sushi #7AAA43
Tints of Sushi #7AAA43
RGB
CMYK
RGB Variations
Color information
#7AAA43 (or 0x7AAA43) is known color: Sushi. HEX triplet: 7A, AA and 43. RGB value is (122,170,67). Sum of RGB (Red+Green+Blue) = 122+170+67=359 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.98% from 359); Green value is 170 (66.80% from 255 or 47.35% from 359); Blue value is 67 (26.56% from 255 or 18.66% from 359); Max value from RGB is 170 - color contains mainly: green. Hex color #7AAA43 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AAA43 is #8555BC. Grayscale: #909090. Windows color (decimal): -8738237 or 4434554. OLE color: 4434554.
HSL color Cylindrical-coordinate representation of color #7AAA43: hue angle of 87.96º degrees, saturation: 0.43, 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 #7AAA43 is Cyan = 0.28, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 170 | 67 | - |
| CMYK | 0.28 | 0 | 0.61 | 0.33 |
| HSL | 87.96º | 0.43% | 0.46% | - |
| HSV(B) | 87.96º | 0.61% | 0.67% | - |
| XYZ | 23.41 | 33.29 | 10.5 | - |
| YUV | 143.91 | 84.6 | 112.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 170 | 67 | 0.28 | 0 | 0.61 | 0.33 | 87.96 | 0.43 | 0.46 |
| Hex | 7A | AA | 43 | 1C | 0 | 3D | 21 | 58 | 2B | 2E |
| Octal | 172 | 252 | 103 | 34 | 0 | 75 | 41 | 130 | 53 | 56 |
| Binary | 1111010 | 10101010 | 1000011 | 11100 | 0 | 111101 | 100001 | 1011000 | 101011 | 101110 |
Color Harmonies of #7AAA43
Complementary color
Monochromatic Colors of #7AAA43
Black with #7AAA43
Text Example
Text Example
White with #7AAA43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAA43; }
p { color: rgb(122,170,67); }
H1.HeaderClassName
{
color: #7AAA43;
}
.AnyTagClassName
{
color: #7AAA43;
}
</style>
background-color css
<style>
a { background-color: #7AAA43; }
a { background-color: rgb(122,170,67); }
div.DivClassName
{
background-color: #7AAA43;
}
.BgClassName
{
background-color: #7AAA43;
}
</style>
border-color css
<style>
span { border-color: #7AAA43; }
span { border-color: rgb(122,170,67); }
td.TdClassName
{
border-color: #7AAA43;
}
.TagClassName
{
border-color: #7AAA43;
}
</style>