Shades of Sushi #7B9C37
Tints of Sushi #7B9C37
RGB
CMYK
RGB Variations
Color information
#7B9C37 (or 0x7B9C37) is known color: Sushi. HEX triplet: 7B, 9C and 37. RGB value is (123,156,55). Sum of RGB (Red+Green+Blue) = 123+156+55=334 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.83% from 334); Green value is 156 (61.33% from 255 or 46.71% from 334); Blue value is 55 (21.88% from 255 or 16.47% from 334); Max value from RGB is 156 - color contains mainly: green. Hex color #7B9C37 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B9C37 is #8463C8. Grayscale: #868686. Windows color (decimal): -8676297 or 3644539. OLE color: 3644539.
HSL color Cylindrical-coordinate representation of color #7B9C37: hue angle of 79.6º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7B9C37 is Cyan = 0.21, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 123 | 156 | 55 | - |
| CMYK | 0.21 | 0 | 0.65 | 0.39 |
| HSL | 79.6º | 0.48% | 0.41% | - |
| HSV(B) | 79.6º | 0.65% | 0.61% | - |
| XYZ | 20.75 | 28.26 | 7.98 | - |
| YUV | 134.62 | 83.07 | 119.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 156 | 55 | 0.21 | 0 | 0.65 | 0.39 | 79.6 | 0.48 | 0.41 |
| Hex | 7B | 9C | 37 | 15 | 0 | 41 | 27 | 50 | 30 | 29 |
| Octal | 173 | 234 | 67 | 25 | 0 | 101 | 47 | 120 | 60 | 51 |
| Binary | 1111011 | 10011100 | 110111 | 10101 | 0 | 1000001 | 100111 | 1010000 | 110000 | 101001 |
Color Harmonies of #7B9C37
Complementary color
Monochromatic Colors of #7B9C37
Black with #7B9C37
Text Example
Text Example
White with #7B9C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B9C37; }
p { color: rgb(123,156,55); }
H1.HeaderClassName
{
color: #7B9C37;
}
.AnyTagClassName
{
color: #7B9C37;
}
</style>
background-color css
<style>
a { background-color: #7B9C37; }
a { background-color: rgb(123,156,55); }
div.DivClassName
{
background-color: #7B9C37;
}
.BgClassName
{
background-color: #7B9C37;
}
</style>
border-color css
<style>
span { border-color: #7B9C37; }
span { border-color: rgb(123,156,55); }
td.TdClassName
{
border-color: #7B9C37;
}
.TagClassName
{
border-color: #7B9C37;
}
</style>