Shades of Wasabi #789248
Tints of Wasabi #789248
RGB
CMYK
RGB Variations
Color information
#789248 (or 0x789248) is known color: Wasabi. HEX triplet: 78, 92 and 48. RGB value is (120,146,72). Sum of RGB (Red+Green+Blue) = 120+146+72=338 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.50% from 338); Green value is 146 (57.42% from 255 or 43.20% from 338); Blue value is 72 (28.52% from 255 or 21.30% from 338); Max value from RGB is 146 - color contains mainly: green. Hex color #789248 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #789248 is #876DB7. Grayscale: #828282. Windows color (decimal): -8875448 or 4756088. OLE color: 4756088.
HSL color Cylindrical-coordinate representation of color #789248: hue angle of 81.08º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #789248 is Cyan = 0.18, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 120 | 146 | 72 | - |
| CMYK | 0.18 | 0 | 0.51 | 0.43 |
| HSL | 81.08º | 0.34% | 0.43% | - |
| HSV(B) | 81.08º | 0.51% | 0.57% | - |
| XYZ | 19.19 | 25.02 | 9.95 | - |
| YUV | 129.79 | 95.39 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 146 | 72 | 0.18 | 0 | 0.51 | 0.43 | 81.08 | 0.34 | 0.43 |
| Hex | 78 | 92 | 48 | 12 | 0 | 33 | 2B | 51 | 22 | 2B |
| Octal | 170 | 222 | 110 | 22 | 0 | 63 | 53 | 121 | 42 | 53 |
| Binary | 1111000 | 10010010 | 1001000 | 10010 | 0 | 110011 | 101011 | 1010001 | 100010 | 101011 |
Color Harmonies of #789248
Complementary color
Monochromatic Colors of #789248
Black with #789248
Text Example
Text Example
White with #789248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789248; }
p { color: rgb(120,146,72); }
H1.HeaderClassName
{
color: #789248;
}
.AnyTagClassName
{
color: #789248;
}
</style>
background-color css
<style>
a { background-color: #789248; }
a { background-color: rgb(120,146,72); }
div.DivClassName
{
background-color: #789248;
}
.BgClassName
{
background-color: #789248;
}
</style>
border-color css
<style>
span { border-color: #789248; }
span { border-color: rgb(120,146,72); }
td.TdClassName
{
border-color: #789248;
}
.TagClassName
{
border-color: #789248;
}
</style>