Shades of Sushi #789922
Tints of Sushi #789922
RGB
CMYK
RGB Variations
Color information
#789922 (or 0x789922) is known color: Sushi. HEX triplet: 78, 99 and 22. RGB value is (120,153,34). Sum of RGB (Red+Green+Blue) = 120+153+34=307 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.09% from 307); Green value is 153 (60.16% from 255 or 49.84% from 307); Blue value is 34 (13.67% from 255 or 11.07% from 307); Max value from RGB is 153 - color contains mainly: green. Hex color #789922 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #789922 is #8766DD. Grayscale: #828282. Windows color (decimal): -8873694 or 2267512. OLE color: 2267512.
HSL color Cylindrical-coordinate representation of color #789922: hue angle of 76.64º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #789922 is Cyan = 0.22, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 120 | 153 | 34 | - |
| CMYK | 0.22 | 0 | 0.78 | 0.4 |
| HSL | 76.64º | 0.64% | 0.37% | - |
| HSV(B) | 76.64º | 0.78% | 0.6% | - |
| XYZ | 19.43 | 26.89 | 5.68 | - |
| YUV | 129.57 | 74.07 | 121.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 153 | 34 | 0.22 | 0 | 0.78 | 0.4 | 76.64 | 0.64 | 0.37 |
| Hex | 78 | 99 | 22 | 16 | 0 | 4E | 28 | 4D | 40 | 25 |
| Octal | 170 | 231 | 42 | 26 | 0 | 116 | 50 | 115 | 100 | 45 |
| Binary | 1111000 | 10011001 | 100010 | 10110 | 0 | 1001110 | 101000 | 1001101 | 1000000 | 100101 |
Color Harmonies of #789922
Complementary color
Monochromatic Colors of #789922
Black with #789922
Text Example
Text Example
White with #789922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789922; }
p { color: rgb(120,153,34); }
H1.HeaderClassName
{
color: #789922;
}
.AnyTagClassName
{
color: #789922;
}
</style>
background-color css
<style>
a { background-color: #789922; }
a { background-color: rgb(120,153,34); }
div.DivClassName
{
background-color: #789922;
}
.BgClassName
{
background-color: #789922;
}
</style>
border-color css
<style>
span { border-color: #789922; }
span { border-color: rgb(120,153,34); }
td.TdClassName
{
border-color: #789922;
}
.TagClassName
{
border-color: #789922;
}
</style>