Shades of Sushi #7AAC3F
Tints of Sushi #7AAC3F
RGB
CMYK
RGB Variations
Color information
#7AAC3F (or 0x7AAC3F) is known color: Sushi. HEX triplet: 7A, AC and 3F. RGB value is (122,172,63). Sum of RGB (Red+Green+Blue) = 122+172+63=357 (47% of max value = 765). Red value is 122 (48.05% from 255 or 34.17% from 357); Green value is 172 (67.58% from 255 or 48.18% from 357); Blue value is 63 (25% from 255 or 17.65% from 357); Max value from RGB is 172 - color contains mainly: green. Hex color #7AAC3F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AAC3F is #8553C0. Grayscale: #919191. Windows color (decimal): -8737729 or 4172922. OLE color: 4172922.
HSL color Cylindrical-coordinate representation of color #7AAC3F: hue angle of 87.52º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7AAC3F is Cyan = 0.29, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 172 | 63 | - |
| CMYK | 0.29 | 0 | 0.63 | 0.33 |
| HSL | 87.52º | 0.46% | 0.46% | - |
| HSV(B) | 87.52º | 0.63% | 0.67% | - |
| XYZ | 23.68 | 34 | 10.02 | - |
| YUV | 144.62 | 81.94 | 111.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 172 | 63 | 0.29 | 0 | 0.63 | 0.33 | 87.52 | 0.46 | 0.46 |
| Hex | 7A | AC | 3F | 1D | 0 | 3F | 21 | 58 | 2E | 2E |
| Octal | 172 | 254 | 77 | 35 | 0 | 77 | 41 | 130 | 56 | 56 |
| Binary | 1111010 | 10101100 | 111111 | 11101 | 0 | 111111 | 100001 | 1011000 | 101110 | 101110 |
Color Harmonies of #7AAC3F
Complementary color
Monochromatic Colors of #7AAC3F
Black with #7AAC3F
Text Example
Text Example
White with #7AAC3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAC3F; }
p { color: rgb(122,172,63); }
H1.HeaderClassName
{
color: #7AAC3F;
}
.AnyTagClassName
{
color: #7AAC3F;
}
</style>
background-color css
<style>
a { background-color: #7AAC3F; }
a { background-color: rgb(122,172,63); }
div.DivClassName
{
background-color: #7AAC3F;
}
.BgClassName
{
background-color: #7AAC3F;
}
</style>
border-color css
<style>
span { border-color: #7AAC3F; }
span { border-color: rgb(122,172,63); }
td.TdClassName
{
border-color: #7AAC3F;
}
.TagClassName
{
border-color: #7AAC3F;
}
</style>