Shades of Sushi #7D9637
Tints of Sushi #7D9637
RGB
CMYK
RGB Variations
Color information
#7D9637 (or 0x7D9637) is known color: Sushi. HEX triplet: 7D, 96 and 37. RGB value is (125,150,55). Sum of RGB (Red+Green+Blue) = 125+150+55=330 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.88% from 330); Green value is 150 (58.98% from 255 or 45.45% from 330); Blue value is 55 (21.88% from 255 or 16.67% from 330); Max value from RGB is 150 - color contains mainly: green. Hex color #7D9637 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D9637 is #8269C8. Grayscale: #848484. Windows color (decimal): -8546761 or 3643005. OLE color: 3643005.
HSL color Cylindrical-coordinate representation of color #7D9637: hue angle of 75.79º 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 #7D9637 is Cyan = 0.17, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 125 | 150 | 55 | - |
| CMYK | 0.17 | 0 | 0.63 | 0.41 |
| HSL | 75.79º | 0.46% | 0.4% | - |
| HSV(B) | 75.79º | 0.63% | 0.59% | - |
| XYZ | 20.05 | 26.45 | 7.66 | - |
| YUV | 131.7 | 84.72 | 123.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 150 | 55 | 0.17 | 0 | 0.63 | 0.41 | 75.79 | 0.46 | 0.4 |
| Hex | 7D | 96 | 37 | 11 | 0 | 3F | 29 | 4C | 2E | 28 |
| Octal | 175 | 226 | 67 | 21 | 0 | 77 | 51 | 114 | 56 | 50 |
| Binary | 1111101 | 10010110 | 110111 | 10001 | 0 | 111111 | 101001 | 1001100 | 101110 | 101000 |
Color Harmonies of #7D9637
Complementary color
Monochromatic Colors of #7D9637
Black with #7D9637
Text Example
Text Example
White with #7D9637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D9637; }
p { color: rgb(125,150,55); }
H1.HeaderClassName
{
color: #7D9637;
}
.AnyTagClassName
{
color: #7D9637;
}
</style>
background-color css
<style>
a { background-color: #7D9637; }
a { background-color: rgb(125,150,55); }
div.DivClassName
{
background-color: #7D9637;
}
.BgClassName
{
background-color: #7D9637;
}
</style>
border-color css
<style>
span { border-color: #7D9637; }
span { border-color: rgb(125,150,55); }
td.TdClassName
{
border-color: #7D9637;
}
.TagClassName
{
border-color: #7D9637;
}
</style>