Shades of Sushi #7A9D31
Tints of Sushi #7A9D31
RGB
CMYK
RGB Variations
Color information
#7A9D31 (or 0x7A9D31) is known color: Sushi. HEX triplet: 7A, 9D and 31. RGB value is (122,157,49). Sum of RGB (Red+Green+Blue) = 122+157+49=328 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.20% from 328); Green value is 157 (61.72% from 255 or 47.87% from 328); Blue value is 49 (19.53% from 255 or 14.94% from 328); Max value from RGB is 157 - color contains mainly: green. Hex color #7A9D31 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A9D31 is #8562CE. Grayscale: #868686. Windows color (decimal): -8741583 or 3251578. OLE color: 3251578.
HSL color Cylindrical-coordinate representation of color #7A9D31: hue angle of 79.44º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7A9D31 is Cyan = 0.22, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 122 | 157 | 49 | - |
| CMYK | 0.22 | 0 | 0.69 | 0.38 |
| HSL | 79.44º | 0.52% | 0.4% | - |
| HSV(B) | 79.44º | 0.69% | 0.62% | - |
| XYZ | 20.64 | 28.47 | 7.31 | - |
| YUV | 134.22 | 79.9 | 119.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 157 | 49 | 0.22 | 0 | 0.69 | 0.38 | 79.44 | 0.52 | 0.4 |
| Hex | 7A | 9D | 31 | 16 | 0 | 45 | 26 | 4F | 34 | 28 |
| Octal | 172 | 235 | 61 | 26 | 0 | 105 | 46 | 117 | 64 | 50 |
| Binary | 1111010 | 10011101 | 110001 | 10110 | 0 | 1000101 | 100110 | 1001111 | 110100 | 101000 |
Color Harmonies of #7A9D31
Complementary color
Monochromatic Colors of #7A9D31
Black with #7A9D31
Text Example
Text Example
White with #7A9D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9D31; }
p { color: rgb(122,157,49); }
H1.HeaderClassName
{
color: #7A9D31;
}
.AnyTagClassName
{
color: #7A9D31;
}
</style>
background-color css
<style>
a { background-color: #7A9D31; }
a { background-color: rgb(122,157,49); }
div.DivClassName
{
background-color: #7A9D31;
}
.BgClassName
{
background-color: #7A9D31;
}
</style>
border-color css
<style>
span { border-color: #7A9D31; }
span { border-color: rgb(122,157,49); }
td.TdClassName
{
border-color: #7A9D31;
}
.TagClassName
{
border-color: #7A9D31;
}
</style>