Shades of Sushi #789532
Tints of Sushi #789532
RGB
CMYK
RGB Variations
Color information
#789532 (or 0x789532) is known color: Sushi. HEX triplet: 78, 95 and 32. RGB value is (120,149,50). Sum of RGB (Red+Green+Blue) = 120+149+50=319 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.62% from 319); Green value is 149 (58.59% from 255 or 46.71% from 319); Blue value is 50 (19.92% from 255 or 15.67% from 319); Max value from RGB is 149 - color contains mainly: green. Hex color #789532 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #789532 is #876ACD. Grayscale: #818181. Windows color (decimal): -8874702 or 3315064. OLE color: 3315064.
HSL color Cylindrical-coordinate representation of color #789532: hue angle of 77.58º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #789532 is Cyan = 0.19, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 120 | 149 | 50 | - |
| CMYK | 0.19 | 0 | 0.66 | 0.42 |
| HSL | 77.58º | 0.5% | 0.39% | - |
| HSV(B) | 77.58º | 0.66% | 0.58% | - |
| XYZ | 19.07 | 25.72 | 6.98 | - |
| YUV | 129.04 | 83.39 | 121.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 149 | 50 | 0.19 | 0 | 0.66 | 0.42 | 77.58 | 0.5 | 0.39 |
| Hex | 78 | 95 | 32 | 13 | 0 | 42 | 2A | 4E | 32 | 27 |
| Octal | 170 | 225 | 62 | 23 | 0 | 102 | 52 | 116 | 62 | 47 |
| Binary | 1111000 | 10010101 | 110010 | 10011 | 0 | 1000010 | 101010 | 1001110 | 110010 | 100111 |
Color Harmonies of #789532
Complementary color
Monochromatic Colors of #789532
Black with #789532
Text Example
Text Example
White with #789532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789532; }
p { color: rgb(120,149,50); }
H1.HeaderClassName
{
color: #789532;
}
.AnyTagClassName
{
color: #789532;
}
</style>
background-color css
<style>
a { background-color: #789532; }
a { background-color: rgb(120,149,50); }
div.DivClassName
{
background-color: #789532;
}
.BgClassName
{
background-color: #789532;
}
</style>
border-color css
<style>
span { border-color: #789532; }
span { border-color: rgb(120,149,50); }
td.TdClassName
{
border-color: #789532;
}
.TagClassName
{
border-color: #789532;
}
</style>