Shades of Sushi #7B9721
Tints of Sushi #7B9721
RGB
CMYK
RGB Variations
Color information
#7B9721 (or 0x7B9721) is known color: Sushi. HEX triplet: 7B, 97 and 21. RGB value is (123,151,33). Sum of RGB (Red+Green+Blue) = 123+151+33=307 (40% of max value = 765). Red value is 123 (48.44% from 255 or 40.07% from 307); Green value is 151 (59.38% from 255 or 49.19% from 307); Blue value is 33 (13.28% from 255 or 10.75% from 307); Max value from RGB is 151 - color contains mainly: green. Hex color #7B9721 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B9721 is #8468DE. Grayscale: #818181. Windows color (decimal): -8677599 or 2201467. OLE color: 2201467.
HSL color Cylindrical-coordinate representation of color #7B9721: hue angle of 74.24º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7B9721 is Cyan = 0.19, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 123 | 151 | 33 | - |
| CMYK | 0.19 | 0 | 0.78 | 0.41 |
| HSL | 74.24º | 0.64% | 0.36% | - |
| HSV(B) | 74.24º | 0.78% | 0.59% | - |
| XYZ | 19.51 | 26.45 | 5.52 | - |
| YUV | 129.18 | 73.72 | 123.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 151 | 33 | 0.19 | 0 | 0.78 | 0.41 | 74.24 | 0.64 | 0.36 |
| Hex | 7B | 97 | 21 | 13 | 0 | 4E | 29 | 4A | 40 | 24 |
| Octal | 173 | 227 | 41 | 23 | 0 | 116 | 51 | 112 | 100 | 44 |
| Binary | 1111011 | 10010111 | 100001 | 10011 | 0 | 1001110 | 101001 | 1001010 | 1000000 | 100100 |
Color Harmonies of #7B9721
Complementary color
Monochromatic Colors of #7B9721
Black with #7B9721
Text Example
Text Example
White with #7B9721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B9721; }
p { color: rgb(123,151,33); }
H1.HeaderClassName
{
color: #7B9721;
}
.AnyTagClassName
{
color: #7B9721;
}
</style>
background-color css
<style>
a { background-color: #7B9721; }
a { background-color: rgb(123,151,33); }
div.DivClassName
{
background-color: #7B9721;
}
.BgClassName
{
background-color: #7B9721;
}
</style>
border-color css
<style>
span { border-color: #7B9721; }
span { border-color: rgb(123,151,33); }
td.TdClassName
{
border-color: #7B9721;
}
.TagClassName
{
border-color: #7B9721;
}
</style>