Shades of Sushi #7B9437
Tints of Sushi #7B9437
RGB
CMYK
RGB Variations
Color information
#7B9437 (or 0x7B9437) is known color: Sushi. HEX triplet: 7B, 94 and 37. RGB value is (123,148,55). Sum of RGB (Red+Green+Blue) = 123+148+55=326 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.73% from 326); Green value is 148 (58.20% from 255 or 45.40% from 326); Blue value is 55 (21.88% from 255 or 16.87% from 326); Max value from RGB is 148 - color contains mainly: green. Hex color #7B9437 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B9437 is #846BC8. Grayscale: #828282. Windows color (decimal): -8678345 or 3642491. OLE color: 3642491.
HSL color Cylindrical-coordinate representation of color #7B9437: hue angle of 76.13º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7B9437 is Cyan = 0.17, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 123 | 148 | 55 | - |
| CMYK | 0.17 | 0 | 0.63 | 0.42 |
| HSL | 76.13º | 0.46% | 0.4% | - |
| HSV(B) | 76.13º | 0.63% | 0.58% | - |
| XYZ | 19.45 | 25.67 | 7.54 | - |
| YUV | 129.92 | 85.72 | 123.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 148 | 55 | 0.17 | 0 | 0.63 | 0.42 | 76.13 | 0.46 | 0.4 |
| Hex | 7B | 94 | 37 | 11 | 0 | 3F | 2A | 4C | 2E | 28 |
| Octal | 173 | 224 | 67 | 21 | 0 | 77 | 52 | 114 | 56 | 50 |
| Binary | 1111011 | 10010100 | 110111 | 10001 | 0 | 111111 | 101010 | 1001100 | 101110 | 101000 |
Color Harmonies of #7B9437
Complementary color
Monochromatic Colors of #7B9437
Black with #7B9437
Text Example
Text Example
White with #7B9437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B9437; }
p { color: rgb(123,148,55); }
H1.HeaderClassName
{
color: #7B9437;
}
.AnyTagClassName
{
color: #7B9437;
}
</style>
background-color css
<style>
a { background-color: #7B9437; }
a { background-color: rgb(123,148,55); }
div.DivClassName
{
background-color: #7B9437;
}
.BgClassName
{
background-color: #7B9437;
}
</style>
border-color css
<style>
span { border-color: #7B9437; }
span { border-color: rgb(123,148,55); }
td.TdClassName
{
border-color: #7B9437;
}
.TagClassName
{
border-color: #7B9437;
}
</style>