Shades of Wasabi #789148
Tints of Wasabi #789148
RGB
CMYK
RGB Variations
Color information
#789148 (or 0x789148) is known color: Wasabi. HEX triplet: 78, 91 and 48. RGB value is (120,145,72). Sum of RGB (Red+Green+Blue) = 120+145+72=337 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.61% from 337); Green value is 145 (57.03% from 255 or 43.03% from 337); Blue value is 72 (28.52% from 255 or 21.36% from 337); Max value from RGB is 145 - color contains mainly: green. Hex color #789148 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #789148 is #876EB7. Grayscale: #818181. Windows color (decimal): -8875704 or 4755832. OLE color: 4755832.
HSL color Cylindrical-coordinate representation of color #789148: hue angle of 80.55º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #789148 is Cyan = 0.17, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 120 | 145 | 72 | - |
| CMYK | 0.17 | 0 | 0.50 | 0.43 |
| HSL | 80.55º | 0.34% | 0.43% | - |
| HSV(B) | 80.55º | 0.5% | 0.57% | - |
| XYZ | 19.04 | 24.71 | 9.9 | - |
| YUV | 129.2 | 95.72 | 121.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 145 | 72 | 0.17 | 0 | 0.50 | 0.43 | 80.55 | 0.34 | 0.43 |
| Hex | 78 | 91 | 48 | 11 | 0 | 32 | 2B | 51 | 22 | 2B |
| Octal | 170 | 221 | 110 | 21 | 0 | 62 | 53 | 121 | 42 | 53 |
| Binary | 1111000 | 10010001 | 1001000 | 10001 | 0 | 110010 | 101011 | 1010001 | 100010 | 101011 |
Color Harmonies of #789148
Complementary color
Monochromatic Colors of #789148
Black with #789148
Text Example
Text Example
White with #789148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789148; }
p { color: rgb(120,145,72); }
H1.HeaderClassName
{
color: #789148;
}
.AnyTagClassName
{
color: #789148;
}
</style>
background-color css
<style>
a { background-color: #789148; }
a { background-color: rgb(120,145,72); }
div.DivClassName
{
background-color: #789148;
}
.BgClassName
{
background-color: #789148;
}
</style>
border-color css
<style>
span { border-color: #789148; }
span { border-color: rgb(120,145,72); }
td.TdClassName
{
border-color: #789148;
}
.TagClassName
{
border-color: #789148;
}
</style>