Shades of Sushi #7AA42B
Tints of Sushi #7AA42B
RGB
CMYK
RGB Variations
Color information
#7AA42B (or 0x7AA42B) is known color: Sushi. HEX triplet: 7A, A4 and 2B. RGB value is (122,164,43). Sum of RGB (Red+Green+Blue) = 122+164+43=329 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.08% from 329); Green value is 164 (64.45% from 255 or 49.85% from 329); Blue value is 43 (17.19% from 255 or 13.07% from 329); Max value from RGB is 164 - color contains mainly: green. Hex color #7AA42B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AA42B is #855BD4. Grayscale: #8A8A8A. Windows color (decimal): -8739797 or 2860154. OLE color: 2860154.
HSL color Cylindrical-coordinate representation of color #7AA42B: hue angle of 80.83º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7AA42B is Cyan = 0.26, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 122 | 164 | 43 | - |
| CMYK | 0.26 | 0 | 0.74 | 0.36 |
| HSL | 80.83º | 0.58% | 0.41% | - |
| HSV(B) | 80.83º | 0.74% | 0.64% | - |
| XYZ | 21.74 | 30.86 | 7.1 | - |
| YUV | 137.65 | 74.59 | 116.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 164 | 43 | 0.26 | 0 | 0.74 | 0.36 | 80.83 | 0.58 | 0.41 |
| Hex | 7A | A4 | 2B | 1A | 0 | 4A | 24 | 51 | 3A | 29 |
| Octal | 172 | 244 | 53 | 32 | 0 | 112 | 44 | 121 | 72 | 51 |
| Binary | 1111010 | 10100100 | 101011 | 11010 | 0 | 1001010 | 100100 | 1010001 | 111010 | 101001 |
Color Harmonies of #7AA42B
Complementary color
Monochromatic Colors of #7AA42B
Black with #7AA42B
Text Example
Text Example
White with #7AA42B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA42B; }
p { color: rgb(122,164,43); }
H1.HeaderClassName
{
color: #7AA42B;
}
.AnyTagClassName
{
color: #7AA42B;
}
</style>
background-color css
<style>
a { background-color: #7AA42B; }
a { background-color: rgb(122,164,43); }
div.DivClassName
{
background-color: #7AA42B;
}
.BgClassName
{
background-color: #7AA42B;
}
</style>
border-color css
<style>
span { border-color: #7AA42B; }
span { border-color: rgb(122,164,43); }
td.TdClassName
{
border-color: #7AA42B;
}
.TagClassName
{
border-color: #7AA42B;
}
</style>