Shades of Sushi #7B9821
Tints of Sushi #7B9821
RGB
CMYK
RGB Variations
Color information
#7B9821 (or 0x7B9821) is known color: Sushi. HEX triplet: 7B, 98 and 21. RGB value is (123,152,33). Sum of RGB (Red+Green+Blue) = 123+152+33=308 (40% of max value = 765). Red value is 123 (48.44% from 255 or 39.94% from 308); Green value is 152 (59.77% from 255 or 49.35% from 308); Blue value is 33 (13.28% from 255 or 10.71% from 308); Max value from RGB is 152 - color contains mainly: green. Hex color #7B9821 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B9821 is #8467DE. Grayscale: #828282. Windows color (decimal): -8677343 or 2201723. OLE color: 2201723.
HSL color Cylindrical-coordinate representation of color #7B9821: hue angle of 74.62º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7B9821 is Cyan = 0.19, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 123 | 152 | 33 | - |
| CMYK | 0.19 | 0 | 0.78 | 0.40 |
| HSL | 74.62º | 0.64% | 0.36% | - |
| HSV(B) | 74.62º | 0.78% | 0.6% | - |
| XYZ | 19.67 | 26.78 | 5.57 | - |
| YUV | 129.76 | 73.39 | 123.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 152 | 33 | 0.19 | 0 | 0.78 | 0.40 | 74.62 | 0.64 | 0.36 |
| Hex | 7B | 98 | 21 | 13 | 0 | 4E | 28 | 4B | 40 | 24 |
| Octal | 173 | 230 | 41 | 23 | 0 | 116 | 50 | 113 | 100 | 44 |
| Binary | 1111011 | 10011000 | 100001 | 10011 | 0 | 1001110 | 101000 | 1001011 | 1000000 | 100100 |
Color Harmonies of #7B9821
Complementary color
Monochromatic Colors of #7B9821
Black with #7B9821
Text Example
Text Example
White with #7B9821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B9821; }
p { color: rgb(123,152,33); }
H1.HeaderClassName
{
color: #7B9821;
}
.AnyTagClassName
{
color: #7B9821;
}
</style>
background-color css
<style>
a { background-color: #7B9821; }
a { background-color: rgb(123,152,33); }
div.DivClassName
{
background-color: #7B9821;
}
.BgClassName
{
background-color: #7B9821;
}
</style>
border-color css
<style>
span { border-color: #7B9821; }
span { border-color: rgb(123,152,33); }
td.TdClassName
{
border-color: #7B9821;
}
.TagClassName
{
border-color: #7B9821;
}
</style>