Shades of Sushi #789C20
Tints of Sushi #789C20
RGB
CMYK
RGB Variations
Color information
#789C20 (or 0x789C20) is known color: Sushi. HEX triplet: 78, 9C and 20. RGB value is (120,156,32). Sum of RGB (Red+Green+Blue) = 120+156+32=308 (40% of max value = 765). Red value is 120 (47.27% from 255 or 38.96% from 308); Green value is 156 (61.33% from 255 or 50.65% from 308); Blue value is 32 (12.89% from 255 or 10.39% from 308); Max value from RGB is 156 - color contains mainly: green. Hex color #789C20 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #789C20 is #8763DF. Grayscale: #838383. Windows color (decimal): -8872928 or 2137208. OLE color: 2137208.
HSL color Cylindrical-coordinate representation of color #789C20: hue angle of 77.42º 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 #789C20 is Cyan = 0.23, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 120 | 156 | 32 | - |
| CMYK | 0.23 | 0 | 0.79 | 0.39 |
| HSL | 77.42º | 0.66% | 0.37% | - |
| HSV(B) | 77.42º | 0.79% | 0.61% | - |
| XYZ | 19.89 | 27.87 | 5.7 | - |
| YUV | 131.1 | 72.07 | 120.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 156 | 32 | 0.23 | 0 | 0.79 | 0.39 | 77.42 | 0.66 | 0.37 |
| Hex | 78 | 9C | 20 | 17 | 0 | 4F | 27 | 4D | 42 | 25 |
| Octal | 170 | 234 | 40 | 27 | 0 | 117 | 47 | 115 | 102 | 45 |
| Binary | 1111000 | 10011100 | 100000 | 10111 | 0 | 1001111 | 100111 | 1001101 | 1000010 | 100101 |
Color Harmonies of #789C20
Complementary color
Monochromatic Colors of #789C20
Black with #789C20
Text Example
Text Example
White with #789C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789C20; }
p { color: rgb(120,156,32); }
H1.HeaderClassName
{
color: #789C20;
}
.AnyTagClassName
{
color: #789C20;
}
</style>
background-color css
<style>
a { background-color: #789C20; }
a { background-color: rgb(120,156,32); }
div.DivClassName
{
background-color: #789C20;
}
.BgClassName
{
background-color: #789C20;
}
</style>
border-color css
<style>
span { border-color: #789C20; }
span { border-color: rgb(120,156,32); }
td.TdClassName
{
border-color: #789C20;
}
.TagClassName
{
border-color: #789C20;
}
</style>