Shades of Sushi #7B9640
Tints of Sushi #7B9640
RGB
CMYK
RGB Variations
Color information
#7B9640 (or 0x7B9640) is known color: Sushi. HEX triplet: 7B, 96 and 40. RGB value is (123,150,64). Sum of RGB (Red+Green+Blue) = 123+150+64=337 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.50% from 337); Green value is 150 (58.98% from 255 or 44.51% from 337); Blue value is 64 (25.39% from 255 or 18.99% from 337); Max value from RGB is 150 - color contains mainly: green. Hex color #7B9640 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B9640 is #8469BF. Grayscale: #848484. Windows color (decimal): -8677824 or 4232827. OLE color: 4232827.
HSL color Cylindrical-coordinate representation of color #7B9640: hue angle of 78.84º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7B9640 is Cyan = 0.18, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 123 | 150 | 64 | - |
| CMYK | 0.18 | 0 | 0.57 | 0.41 |
| HSL | 78.84º | 0.4% | 0.42% | - |
| HSV(B) | 78.84º | 0.57% | 0.59% | - |
| XYZ | 20 | 26.39 | 8.89 | - |
| YUV | 132.12 | 89.55 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 150 | 64 | 0.18 | 0 | 0.57 | 0.41 | 78.84 | 0.4 | 0.42 |
| Hex | 7B | 96 | 40 | 12 | 0 | 39 | 29 | 4F | 28 | 2A |
| Octal | 173 | 226 | 100 | 22 | 0 | 71 | 51 | 117 | 50 | 52 |
| Binary | 1111011 | 10010110 | 1000000 | 10010 | 0 | 111001 | 101001 | 1001111 | 101000 | 101010 |
Color Harmonies of #7B9640
Complementary color
Monochromatic Colors of #7B9640
Black with #7B9640
Text Example
Text Example
White with #7B9640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B9640; }
p { color: rgb(123,150,64); }
H1.HeaderClassName
{
color: #7B9640;
}
.AnyTagClassName
{
color: #7B9640;
}
</style>
background-color css
<style>
a { background-color: #7B9640; }
a { background-color: rgb(123,150,64); }
div.DivClassName
{
background-color: #7B9640;
}
.BgClassName
{
background-color: #7B9640;
}
</style>
border-color css
<style>
span { border-color: #7B9640; }
span { border-color: rgb(123,150,64); }
td.TdClassName
{
border-color: #7B9640;
}
.TagClassName
{
border-color: #7B9640;
}
</style>