Shades of Sushi #7B9847
Tints of Sushi #7B9847
RGB
CMYK
RGB Variations
Color information
#7B9847 (or 0x7B9847) is known color: Sushi. HEX triplet: 7B, 98 and 47. RGB value is (123,152,71). Sum of RGB (Red+Green+Blue) = 123+152+71=346 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.55% from 346); Green value is 152 (59.77% from 255 or 43.93% from 346); Blue value is 71 (28.12% from 255 or 20.52% from 346); Max value from RGB is 152 - color contains mainly: green. Hex color #7B9847 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B9847 is #8467B8. Grayscale: #868686. Windows color (decimal): -8677305 or 4692091. OLE color: 4692091.
HSL color Cylindrical-coordinate representation of color #7B9847: hue angle of 81.48º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7B9847 is Cyan = 0.19, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 123 | 152 | 71 | - |
| CMYK | 0.19 | 0 | 0.53 | 0.40 |
| HSL | 81.48º | 0.36% | 0.44% | - |
| HSV(B) | 81.48º | 0.53% | 0.6% | - |
| XYZ | 20.53 | 27.12 | 10.11 | - |
| YUV | 134.1 | 92.39 | 120.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 152 | 71 | 0.19 | 0 | 0.53 | 0.40 | 81.48 | 0.36 | 0.44 |
| Hex | 7B | 98 | 47 | 13 | 0 | 35 | 28 | 51 | 24 | 2C |
| Octal | 173 | 230 | 107 | 23 | 0 | 65 | 50 | 121 | 44 | 54 |
| Binary | 1111011 | 10011000 | 1000111 | 10011 | 0 | 110101 | 101000 | 1010001 | 100100 | 101100 |
Color Harmonies of #7B9847
Complementary color
Monochromatic Colors of #7B9847
Black with #7B9847
Text Example
Text Example
White with #7B9847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B9847; }
p { color: rgb(123,152,71); }
H1.HeaderClassName
{
color: #7B9847;
}
.AnyTagClassName
{
color: #7B9847;
}
</style>
background-color css
<style>
a { background-color: #7B9847; }
a { background-color: rgb(123,152,71); }
div.DivClassName
{
background-color: #7B9847;
}
.BgClassName
{
background-color: #7B9847;
}
</style>
border-color css
<style>
span { border-color: #7B9847; }
span { border-color: rgb(123,152,71); }
td.TdClassName
{
border-color: #7B9847;
}
.TagClassName
{
border-color: #7B9847;
}
</style>