Shades of Sushi #7A952C
Tints of Sushi #7A952C
RGB
CMYK
RGB Variations
Color information
#7A952C (or 0x7A952C) is known color: Sushi. HEX triplet: 7A, 95 and 2C. RGB value is (122,149,44). Sum of RGB (Red+Green+Blue) = 122+149+44=315 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.73% from 315); Green value is 149 (58.59% from 255 or 47.30% from 315); Blue value is 44 (17.58% from 255 or 13.97% from 315); Max value from RGB is 149 - color contains mainly: green. Hex color #7A952C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A952C is #856AD3. Grayscale: #818181. Windows color (decimal): -8743636 or 2921850. OLE color: 2921850.
HSL color Cylindrical-coordinate representation of color #7A952C: hue angle of 75.43º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7A952C is Cyan = 0.18, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 122 | 149 | 44 | - |
| CMYK | 0.18 | 0 | 0.70 | 0.42 |
| HSL | 75.43º | 0.54% | 0.38% | - |
| HSV(B) | 75.43º | 0.7% | 0.58% | - |
| XYZ | 19.23 | 25.81 | 6.35 | - |
| YUV | 128.96 | 80.05 | 123.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 149 | 44 | 0.18 | 0 | 0.70 | 0.42 | 75.43 | 0.54 | 0.38 |
| Hex | 7A | 95 | 2C | 12 | 0 | 46 | 2A | 4B | 36 | 26 |
| Octal | 172 | 225 | 54 | 22 | 0 | 106 | 52 | 113 | 66 | 46 |
| Binary | 1111010 | 10010101 | 101100 | 10010 | 0 | 1000110 | 101010 | 1001011 | 110110 | 100110 |
Color Harmonies of #7A952C
Complementary color
Monochromatic Colors of #7A952C
Black with #7A952C
Text Example
Text Example
White with #7A952C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A952C; }
p { color: rgb(122,149,44); }
H1.HeaderClassName
{
color: #7A952C;
}
.AnyTagClassName
{
color: #7A952C;
}
</style>
background-color css
<style>
a { background-color: #7A952C; }
a { background-color: rgb(122,149,44); }
div.DivClassName
{
background-color: #7A952C;
}
.BgClassName
{
background-color: #7A952C;
}
</style>
border-color css
<style>
span { border-color: #7A952C; }
span { border-color: rgb(122,149,44); }
td.TdClassName
{
border-color: #7A952C;
}
.TagClassName
{
border-color: #7A952C;
}
</style>