Shades of Wasabi #789032
Tints of Wasabi #789032
RGB
CMYK
RGB Variations
Color information
#789032 (or 0x789032) is known color: Wasabi. HEX triplet: 78, 90 and 32. RGB value is (120,144,50). Sum of RGB (Red+Green+Blue) = 120+144+50=314 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.22% from 314); Green value is 144 (56.64% from 255 or 45.86% from 314); Blue value is 50 (19.92% from 255 or 15.92% from 314); Max value from RGB is 144 - color contains mainly: green. Hex color #789032 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #789032 is #876FCD. Grayscale: #7E7E7E. Windows color (decimal): -8875982 or 3313784. OLE color: 3313784.
HSL color Cylindrical-coordinate representation of color #789032: hue angle of 75.32º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #789032 is Cyan = 0.17, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 120 | 144 | 50 | - |
| CMYK | 0.17 | 0 | 0.65 | 0.44 |
| HSL | 75.32º | 0.48% | 0.38% | - |
| HSV(B) | 75.32º | 0.65% | 0.56% | - |
| XYZ | 18.29 | 24.17 | 6.72 | - |
| YUV | 126.11 | 85.05 | 123.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 144 | 50 | 0.17 | 0 | 0.65 | 0.44 | 75.32 | 0.48 | 0.38 |
| Hex | 78 | 90 | 32 | 11 | 0 | 41 | 2C | 4B | 30 | 26 |
| Octal | 170 | 220 | 62 | 21 | 0 | 101 | 54 | 113 | 60 | 46 |
| Binary | 1111000 | 10010000 | 110010 | 10001 | 0 | 1000001 | 101100 | 1001011 | 110000 | 100110 |
Color Harmonies of #789032
Complementary color
Monochromatic Colors of #789032
Black with #789032
Text Example
Text Example
White with #789032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789032; }
p { color: rgb(120,144,50); }
H1.HeaderClassName
{
color: #789032;
}
.AnyTagClassName
{
color: #789032;
}
</style>
background-color css
<style>
a { background-color: #789032; }
a { background-color: rgb(120,144,50); }
div.DivClassName
{
background-color: #789032;
}
.BgClassName
{
background-color: #789032;
}
</style>
border-color css
<style>
span { border-color: #789032; }
span { border-color: rgb(120,144,50); }
td.TdClassName
{
border-color: #789032;
}
.TagClassName
{
border-color: #789032;
}
</style>