Shades of Sushi #7AAF3A
Tints of Sushi #7AAF3A
RGB
CMYK
RGB Variations
Color information
#7AAF3A (or 0x7AAF3A) is known color: Sushi. HEX triplet: 7A, AF and 3A. RGB value is (122,175,58). Sum of RGB (Red+Green+Blue) = 122+175+58=355 (47% of max value = 765). Red value is 122 (48.05% from 255 or 34.37% from 355); Green value is 175 (68.75% from 255 or 49.30% from 355); Blue value is 58 (23.05% from 255 or 16.34% from 355); Max value from RGB is 175 - color contains mainly: green. Hex color #7AAF3A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AAF3A is #8550C5. Grayscale: #929292. Windows color (decimal): -8736966 or 3846010. OLE color: 3846010.
HSL color Cylindrical-coordinate representation of color #7AAF3A: hue angle of 87.18º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7AAF3A is Cyan = 0.30, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 122 | 175 | 58 | - |
| CMYK | 0.30 | 0 | 0.67 | 0.31 |
| HSL | 87.18º | 0.5% | 0.46% | - |
| HSV(B) | 87.18º | 0.67% | 0.69% | - |
| XYZ | 24.12 | 35.1 | 9.51 | - |
| YUV | 145.82 | 78.44 | 111.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 175 | 58 | 0.30 | 0 | 0.67 | 0.31 | 87.18 | 0.5 | 0.46 |
| Hex | 7A | AF | 3A | 1E | 0 | 43 | 1F | 57 | 32 | 2E |
| Octal | 172 | 257 | 72 | 36 | 0 | 103 | 37 | 127 | 62 | 56 |
| Binary | 1111010 | 10101111 | 111010 | 11110 | 0 | 1000011 | 11111 | 1010111 | 110010 | 101110 |
Color Harmonies of #7AAF3A
Complementary color
Monochromatic Colors of #7AAF3A
Black with #7AAF3A
Text Example
Text Example
White with #7AAF3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAF3A; }
p { color: rgb(122,175,58); }
H1.HeaderClassName
{
color: #7AAF3A;
}
.AnyTagClassName
{
color: #7AAF3A;
}
</style>
background-color css
<style>
a { background-color: #7AAF3A; }
a { background-color: rgb(122,175,58); }
div.DivClassName
{
background-color: #7AAF3A;
}
.BgClassName
{
background-color: #7AAF3A;
}
</style>
border-color css
<style>
span { border-color: #7AAF3A; }
span { border-color: rgb(122,175,58); }
td.TdClassName
{
border-color: #7AAF3A;
}
.TagClassName
{
border-color: #7AAF3A;
}
</style>