Shades of Sushi #7AB040
Tints of Sushi #7AB040
RGB
CMYK
RGB Variations
Color information
#7AB040 (or 0x7AB040) is known color: Sushi. HEX triplet: 7A, B0 and 40. RGB value is (122,176,64). Sum of RGB (Red+Green+Blue) = 122+176+64=362 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.70% from 362); Green value is 176 (69.14% from 255 or 48.62% from 362); Blue value is 64 (25.39% from 255 or 17.68% from 362); Max value from RGB is 176 - color contains mainly: green. Hex color #7AB040 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AB040 is #854FBF. Grayscale: #939393. Windows color (decimal): -8736704 or 4239482. OLE color: 4239482.
HSL color Cylindrical-coordinate representation of color #7AB040: hue angle of 88.93º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7AB040 is Cyan = 0.31, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 122 | 176 | 64 | - |
| CMYK | 0.31 | 0 | 0.64 | 0.31 |
| HSL | 88.93º | 0.47% | 0.47% | - |
| HSV(B) | 88.93º | 0.64% | 0.69% | - |
| XYZ | 24.48 | 35.56 | 10.42 | - |
| YUV | 147.09 | 81.11 | 110.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 176 | 64 | 0.31 | 0 | 0.64 | 0.31 | 88.93 | 0.47 | 0.47 |
| Hex | 7A | B0 | 40 | 1F | 0 | 40 | 1F | 59 | 2F | 2F |
| Octal | 172 | 260 | 100 | 37 | 0 | 100 | 37 | 131 | 57 | 57 |
| Binary | 1111010 | 10110000 | 1000000 | 11111 | 0 | 1000000 | 11111 | 1011001 | 101111 | 101111 |
Color Harmonies of #7AB040
Complementary color
Monochromatic Colors of #7AB040
Black with #7AB040
Text Example
Text Example
White with #7AB040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB040; }
p { color: rgb(122,176,64); }
H1.HeaderClassName
{
color: #7AB040;
}
.AnyTagClassName
{
color: #7AB040;
}
</style>
background-color css
<style>
a { background-color: #7AB040; }
a { background-color: rgb(122,176,64); }
div.DivClassName
{
background-color: #7AB040;
}
.BgClassName
{
background-color: #7AB040;
}
</style>
border-color css
<style>
span { border-color: #7AB040; }
span { border-color: rgb(122,176,64); }
td.TdClassName
{
border-color: #7AB040;
}
.TagClassName
{
border-color: #7AB040;
}
</style>