Shades of Sushi #789B20
Tints of Sushi #789B20
RGB
CMYK
RGB Variations
Color information
#789B20 (or 0x789B20) is known color: Sushi. HEX triplet: 78, 9B and 20. RGB value is (120,155,32). Sum of RGB (Red+Green+Blue) = 120+155+32=307 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.09% from 307); Green value is 155 (60.94% from 255 or 50.49% from 307); Blue value is 32 (12.89% from 255 or 10.42% from 307); Max value from RGB is 155 - color contains mainly: green. Hex color #789B20 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #789B20 is #8764DF. Grayscale: #828282. Windows color (decimal): -8873184 or 2136952. OLE color: 2136952.
HSL color Cylindrical-coordinate representation of color #789B20: hue angle of 77.07º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #789B20 is Cyan = 0.23, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 120 | 155 | 32 | - |
| CMYK | 0.23 | 0 | 0.79 | 0.39 |
| HSL | 77.07º | 0.66% | 0.37% | - |
| HSV(B) | 77.07º | 0.79% | 0.61% | - |
| XYZ | 19.73 | 27.54 | 5.64 | - |
| YUV | 130.51 | 72.4 | 120.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 155 | 32 | 0.23 | 0 | 0.79 | 0.39 | 77.07 | 0.66 | 0.37 |
| Hex | 78 | 9B | 20 | 17 | 0 | 4F | 27 | 4D | 42 | 25 |
| Octal | 170 | 233 | 40 | 27 | 0 | 117 | 47 | 115 | 102 | 45 |
| Binary | 1111000 | 10011011 | 100000 | 10111 | 0 | 1001111 | 100111 | 1001101 | 1000010 | 100101 |
Color Harmonies of #789B20
Complementary color
Monochromatic Colors of #789B20
Black with #789B20
Text Example
Text Example
White with #789B20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789B20; }
p { color: rgb(120,155,32); }
H1.HeaderClassName
{
color: #789B20;
}
.AnyTagClassName
{
color: #789B20;
}
</style>
background-color css
<style>
a { background-color: #789B20; }
a { background-color: rgb(120,155,32); }
div.DivClassName
{
background-color: #789B20;
}
.BgClassName
{
background-color: #789B20;
}
</style>
border-color css
<style>
span { border-color: #789B20; }
span { border-color: rgb(120,155,32); }
td.TdClassName
{
border-color: #789B20;
}
.TagClassName
{
border-color: #789B20;
}
</style>