Shades of Sushi #7AAC3E
Tints of Sushi #7AAC3E
RGB
CMYK
RGB Variations
Color information
#7AAC3E (or 0x7AAC3E) is known color: Sushi. HEX triplet: 7A, AC and 3E. RGB value is (122,172,62). Sum of RGB (Red+Green+Blue) = 122+172+62=356 (47% of max value = 765). Red value is 122 (48.05% from 255 or 34.27% from 356); Green value is 172 (67.58% from 255 or 48.31% from 356); Blue value is 62 (24.61% from 255 or 17.42% from 356); Max value from RGB is 172 - color contains mainly: green. Hex color #7AAC3E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AAC3E is #8553C1. Grayscale: #909090. Windows color (decimal): -8737730 or 4107386. OLE color: 4107386.
HSL color Cylindrical-coordinate representation of color #7AAC3E: hue angle of 87.27º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7AAC3E is Cyan = 0.29, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 172 | 62 | - |
| CMYK | 0.29 | 0 | 0.64 | 0.33 |
| HSL | 87.27º | 0.47% | 0.46% | - |
| HSV(B) | 87.27º | 0.64% | 0.67% | - |
| XYZ | 23.65 | 33.99 | 9.87 | - |
| YUV | 144.51 | 81.44 | 111.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 172 | 62 | 0.29 | 0 | 0.64 | 0.33 | 87.27 | 0.47 | 0.46 |
| Hex | 7A | AC | 3E | 1D | 0 | 40 | 21 | 57 | 2F | 2E |
| Octal | 172 | 254 | 76 | 35 | 0 | 100 | 41 | 127 | 57 | 56 |
| Binary | 1111010 | 10101100 | 111110 | 11101 | 0 | 1000000 | 100001 | 1010111 | 101111 | 101110 |
Color Harmonies of #7AAC3E
Complementary color
Monochromatic Colors of #7AAC3E
Black with #7AAC3E
Text Example
Text Example
White with #7AAC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAC3E; }
p { color: rgb(122,172,62); }
H1.HeaderClassName
{
color: #7AAC3E;
}
.AnyTagClassName
{
color: #7AAC3E;
}
</style>
background-color css
<style>
a { background-color: #7AAC3E; }
a { background-color: rgb(122,172,62); }
div.DivClassName
{
background-color: #7AAC3E;
}
.BgClassName
{
background-color: #7AAC3E;
}
</style>
border-color css
<style>
span { border-color: #7AAC3E; }
span { border-color: rgb(122,172,62); }
td.TdClassName
{
border-color: #7AAC3E;
}
.TagClassName
{
border-color: #7AAC3E;
}
</style>