Shades of Sushi #7A9637
Tints of Sushi #7A9637
RGB
CMYK
RGB Variations
Color information
#7A9637 (or 0x7A9637) is known color: Sushi. HEX triplet: 7A, 96 and 37. RGB value is (122,150,55). Sum of RGB (Red+Green+Blue) = 122+150+55=327 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.31% from 327); Green value is 150 (58.98% from 255 or 45.87% from 327); Blue value is 55 (21.88% from 255 or 16.82% from 327); Max value from RGB is 150 - color contains mainly: green. Hex color #7A9637 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A9637 is #8569C8. Grayscale: #838383. Windows color (decimal): -8743369 or 3643002. OLE color: 3643002.
HSL color Cylindrical-coordinate representation of color #7A9637: hue angle of 77.68º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7A9637 is Cyan = 0.19, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 122 | 150 | 55 | - |
| CMYK | 0.19 | 0 | 0.63 | 0.41 |
| HSL | 77.68º | 0.46% | 0.4% | - |
| HSV(B) | 77.68º | 0.63% | 0.59% | - |
| XYZ | 19.62 | 26.23 | 7.64 | - |
| YUV | 130.8 | 85.22 | 121.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 150 | 55 | 0.19 | 0 | 0.63 | 0.41 | 77.68 | 0.46 | 0.4 |
| Hex | 7A | 96 | 37 | 13 | 0 | 3F | 29 | 4E | 2E | 28 |
| Octal | 172 | 226 | 67 | 23 | 0 | 77 | 51 | 116 | 56 | 50 |
| Binary | 1111010 | 10010110 | 110111 | 10011 | 0 | 111111 | 101001 | 1001110 | 101110 | 101000 |
Color Harmonies of #7A9637
Complementary color
Monochromatic Colors of #7A9637
Black with #7A9637
Text Example
Text Example
White with #7A9637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9637; }
p { color: rgb(122,150,55); }
H1.HeaderClassName
{
color: #7A9637;
}
.AnyTagClassName
{
color: #7A9637;
}
</style>
background-color css
<style>
a { background-color: #7A9637; }
a { background-color: rgb(122,150,55); }
div.DivClassName
{
background-color: #7A9637;
}
.BgClassName
{
background-color: #7A9637;
}
</style>
border-color css
<style>
span { border-color: #7A9637; }
span { border-color: rgb(122,150,55); }
td.TdClassName
{
border-color: #7A9637;
}
.TagClassName
{
border-color: #7A9637;
}
</style>