Shades of Sushi #789821
Tints of Sushi #789821
RGB
CMYK
RGB Variations
Color information
#789821 (or 0x789821) is known color: Sushi. HEX triplet: 78, 98 and 21. RGB value is (120,152,33). Sum of RGB (Red+Green+Blue) = 120+152+33=305 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.34% from 305); Green value is 152 (59.77% from 255 or 49.84% from 305); Blue value is 33 (13.28% from 255 or 10.82% from 305); Max value from RGB is 152 - color contains mainly: green. Hex color #789821 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #789821 is #8767DE. Grayscale: #818181. Windows color (decimal): -8873951 or 2201720. OLE color: 2201720.
HSL color Cylindrical-coordinate representation of color #789821: hue angle of 76.13º 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 #789821 is Cyan = 0.21, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 120 | 152 | 33 | - |
| CMYK | 0.21 | 0 | 0.78 | 0.40 |
| HSL | 76.13º | 0.64% | 0.36% | - |
| HSV(B) | 76.13º | 0.78% | 0.6% | - |
| XYZ | 19.25 | 26.56 | 5.55 | - |
| YUV | 128.87 | 73.9 | 121.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 152 | 33 | 0.21 | 0 | 0.78 | 0.40 | 76.13 | 0.64 | 0.36 |
| Hex | 78 | 98 | 21 | 15 | 0 | 4E | 28 | 4C | 40 | 24 |
| Octal | 170 | 230 | 41 | 25 | 0 | 116 | 50 | 114 | 100 | 44 |
| Binary | 1111000 | 10011000 | 100001 | 10101 | 0 | 1001110 | 101000 | 1001100 | 1000000 | 100100 |
Color Harmonies of #789821
Complementary color
Monochromatic Colors of #789821
Black with #789821
Text Example
Text Example
White with #789821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789821; }
p { color: rgb(120,152,33); }
H1.HeaderClassName
{
color: #789821;
}
.AnyTagClassName
{
color: #789821;
}
</style>
background-color css
<style>
a { background-color: #789821; }
a { background-color: rgb(120,152,33); }
div.DivClassName
{
background-color: #789821;
}
.BgClassName
{
background-color: #789821;
}
</style>
border-color css
<style>
span { border-color: #789821; }
span { border-color: rgb(120,152,33); }
td.TdClassName
{
border-color: #789821;
}
.TagClassName
{
border-color: #789821;
}
</style>