Shades of Sushi #7AA72B
Tints of Sushi #7AA72B
RGB
CMYK
RGB Variations
Color information
#7AA72B (or 0x7AA72B) is known color: Sushi. HEX triplet: 7A, A7 and 2B. RGB value is (122,167,43). Sum of RGB (Red+Green+Blue) = 122+167+43=332 (43% of max value = 765). Red value is 122 (48.05% from 255 or 36.75% from 332); Green value is 167 (65.62% from 255 or 50.30% from 332); Blue value is 43 (17.19% from 255 or 12.95% from 332); Max value from RGB is 167 - color contains mainly: green. Hex color #7AA72B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AA72B is #8558D4. Grayscale: #8B8B8B. Windows color (decimal): -8739029 or 2860922. OLE color: 2860922.
HSL color Cylindrical-coordinate representation of color #7AA72B: hue angle of 81.77º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7AA72B is Cyan = 0.27, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 122 | 167 | 43 | - |
| CMYK | 0.27 | 0 | 0.74 | 0.35 |
| HSL | 81.77º | 0.59% | 0.41% | - |
| HSV(B) | 81.77º | 0.74% | 0.65% | - |
| XYZ | 22.28 | 31.95 | 7.28 | - |
| YUV | 139.41 | 73.59 | 115.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 167 | 43 | 0.27 | 0 | 0.74 | 0.35 | 81.77 | 0.59 | 0.41 |
| Hex | 7A | A7 | 2B | 1B | 0 | 4A | 23 | 52 | 3B | 29 |
| Octal | 172 | 247 | 53 | 33 | 0 | 112 | 43 | 122 | 73 | 51 |
| Binary | 1111010 | 10100111 | 101011 | 11011 | 0 | 1001010 | 100011 | 1010010 | 111011 | 101001 |
Color Harmonies of #7AA72B
Complementary color
Monochromatic Colors of #7AA72B
Black with #7AA72B
Text Example
Text Example
White with #7AA72B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA72B; }
p { color: rgb(122,167,43); }
H1.HeaderClassName
{
color: #7AA72B;
}
.AnyTagClassName
{
color: #7AA72B;
}
</style>
background-color css
<style>
a { background-color: #7AA72B; }
a { background-color: rgb(122,167,43); }
div.DivClassName
{
background-color: #7AA72B;
}
.BgClassName
{
background-color: #7AA72B;
}
</style>
border-color css
<style>
span { border-color: #7AA72B; }
span { border-color: rgb(122,167,43); }
td.TdClassName
{
border-color: #7AA72B;
}
.TagClassName
{
border-color: #7AA72B;
}
</style>