Shades of Sushi #7B9641
Tints of Sushi #7B9641
RGB
CMYK
RGB Variations
Color information
#7B9641 (or 0x7B9641) is known color: Sushi. HEX triplet: 7B, 96 and 41. RGB value is (123,150,65). Sum of RGB (Red+Green+Blue) = 123+150+65=338 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.39% from 338); Green value is 150 (58.98% from 255 or 44.38% from 338); Blue value is 65 (25.78% from 255 or 19.23% from 338); Max value from RGB is 150 - color contains mainly: green. Hex color #7B9641 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B9641 is #8469BE. Grayscale: #848484. Windows color (decimal): -8677823 or 4298363. OLE color: 4298363.
HSL color Cylindrical-coordinate representation of color #7B9641: hue angle of 79.06º 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 #7B9641 is Cyan = 0.18, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 123 | 150 | 65 | - |
| CMYK | 0.18 | 0 | 0.57 | 0.41 |
| HSL | 79.06º | 0.4% | 0.42% | - |
| HSV(B) | 79.06º | 0.57% | 0.59% | - |
| XYZ | 20.03 | 26.41 | 9.04 | - |
| YUV | 132.24 | 90.05 | 121.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 150 | 65 | 0.18 | 0 | 0.57 | 0.41 | 79.06 | 0.4 | 0.42 |
| Hex | 7B | 96 | 41 | 12 | 0 | 39 | 29 | 4F | 28 | 2A |
| Octal | 173 | 226 | 101 | 22 | 0 | 71 | 51 | 117 | 50 | 52 |
| Binary | 1111011 | 10010110 | 1000001 | 10010 | 0 | 111001 | 101001 | 1001111 | 101000 | 101010 |
Color Harmonies of #7B9641
Complementary color
Monochromatic Colors of #7B9641
Black with #7B9641
Text Example
Text Example
White with #7B9641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B9641; }
p { color: rgb(123,150,65); }
H1.HeaderClassName
{
color: #7B9641;
}
.AnyTagClassName
{
color: #7B9641;
}
</style>
background-color css
<style>
a { background-color: #7B9641; }
a { background-color: rgb(123,150,65); }
div.DivClassName
{
background-color: #7B9641;
}
.BgClassName
{
background-color: #7B9641;
}
</style>
border-color css
<style>
span { border-color: #7B9641; }
span { border-color: rgb(123,150,65); }
td.TdClassName
{
border-color: #7B9641;
}
.TagClassName
{
border-color: #7B9641;
}
</style>