Shades of Sushi #7AAC3C
Tints of Sushi #7AAC3C
RGB
CMYK
RGB Variations
Color information
#7AAC3C (or 0x7AAC3C) is known color: Sushi. HEX triplet: 7A, AC and 3C. RGB value is (122,172,60). Sum of RGB (Red+Green+Blue) = 122+172+60=354 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.46% from 354); Green value is 172 (67.58% from 255 or 48.59% from 354); Blue value is 60 (23.83% from 255 or 16.95% from 354); Max value from RGB is 172 - color contains mainly: green. Hex color #7AAC3C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AAC3C is #8553C3. Grayscale: #909090. Windows color (decimal): -8737732 or 3976314. OLE color: 3976314.
HSL color Cylindrical-coordinate representation of color #7AAC3C: hue angle of 86.79º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7AAC3C is Cyan = 0.29, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 172 | 60 | - |
| CMYK | 0.29 | 0 | 0.65 | 0.33 |
| HSL | 86.79º | 0.48% | 0.45% | - |
| HSV(B) | 86.79º | 0.65% | 0.67% | - |
| XYZ | 23.59 | 33.97 | 9.59 | - |
| YUV | 144.28 | 80.44 | 112.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 172 | 60 | 0.29 | 0 | 0.65 | 0.33 | 86.79 | 0.48 | 0.45 |
| Hex | 7A | AC | 3C | 1D | 0 | 41 | 21 | 57 | 30 | 2D |
| Octal | 172 | 254 | 74 | 35 | 0 | 101 | 41 | 127 | 60 | 55 |
| Binary | 1111010 | 10101100 | 111100 | 11101 | 0 | 1000001 | 100001 | 1010111 | 110000 | 101101 |
Color Harmonies of #7AAC3C
Complementary color
Monochromatic Colors of #7AAC3C
Black with #7AAC3C
Text Example
Text Example
White with #7AAC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAC3C; }
p { color: rgb(122,172,60); }
H1.HeaderClassName
{
color: #7AAC3C;
}
.AnyTagClassName
{
color: #7AAC3C;
}
</style>
background-color css
<style>
a { background-color: #7AAC3C; }
a { background-color: rgb(122,172,60); }
div.DivClassName
{
background-color: #7AAC3C;
}
.BgClassName
{
background-color: #7AAC3C;
}
</style>
border-color css
<style>
span { border-color: #7AAC3C; }
span { border-color: rgb(122,172,60); }
td.TdClassName
{
border-color: #7AAC3C;
}
.TagClassName
{
border-color: #7AAC3C;
}
</style>