Shades of Sushi #7AAF40
Tints of Sushi #7AAF40
RGB
CMYK
RGB Variations
Color information
#7AAF40 (or 0x7AAF40) is known color: Sushi. HEX triplet: 7A, AF and 40. RGB value is (122,175,64). Sum of RGB (Red+Green+Blue) = 122+175+64=361 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.80% from 361); Green value is 175 (68.75% from 255 or 48.48% from 361); Blue value is 64 (25.39% from 255 or 17.73% from 361); Max value from RGB is 175 - color contains mainly: green. Hex color #7AAF40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AAF40 is #8550BF. Grayscale: #929292. Windows color (decimal): -8736960 or 4239226. OLE color: 4239226.
HSL color Cylindrical-coordinate representation of color #7AAF40: hue angle of 88.65º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7AAF40 is Cyan = 0.30, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 122 | 175 | 64 | - |
| CMYK | 0.30 | 0 | 0.63 | 0.31 |
| HSL | 88.65º | 0.46% | 0.47% | - |
| HSV(B) | 88.65º | 0.63% | 0.69% | - |
| XYZ | 24.28 | 35.17 | 10.36 | - |
| YUV | 146.5 | 81.44 | 110.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 175 | 64 | 0.30 | 0 | 0.63 | 0.31 | 88.65 | 0.46 | 0.47 |
| Hex | 7A | AF | 40 | 1E | 0 | 3F | 1F | 59 | 2E | 2F |
| Octal | 172 | 257 | 100 | 36 | 0 | 77 | 37 | 131 | 56 | 57 |
| Binary | 1111010 | 10101111 | 1000000 | 11110 | 0 | 111111 | 11111 | 1011001 | 101110 | 101111 |
Color Harmonies of #7AAF40
Complementary color
Monochromatic Colors of #7AAF40
Black with #7AAF40
Text Example
Text Example
White with #7AAF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAF40; }
p { color: rgb(122,175,64); }
H1.HeaderClassName
{
color: #7AAF40;
}
.AnyTagClassName
{
color: #7AAF40;
}
</style>
background-color css
<style>
a { background-color: #7AAF40; }
a { background-color: rgb(122,175,64); }
div.DivClassName
{
background-color: #7AAF40;
}
.BgClassName
{
background-color: #7AAF40;
}
</style>
border-color css
<style>
span { border-color: #7AAF40; }
span { border-color: rgb(122,175,64); }
td.TdClassName
{
border-color: #7AAF40;
}
.TagClassName
{
border-color: #7AAF40;
}
</style>