Shades of Wasabi #779148
Tints of Wasabi #779148
RGB
CMYK
RGB Variations
Color information
#779148 (or 0x779148) is known color: Wasabi. HEX triplet: 77, 91 and 48. RGB value is (119,145,72). Sum of RGB (Red+Green+Blue) = 119+145+72=336 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.42% from 336); Green value is 145 (57.03% from 255 or 43.15% from 336); Blue value is 72 (28.52% from 255 or 21.43% from 336); Max value from RGB is 145 - color contains mainly: green. Hex color #779148 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #779148 is #886EB7. Grayscale: #818181. Windows color (decimal): -8941240 or 4755831. OLE color: 4755831.
HSL color Cylindrical-coordinate representation of color #779148: hue angle of 81.37º 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 #779148 is Cyan = 0.18, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 119 | 145 | 72 | - |
| CMYK | 0.18 | 0 | 0.50 | 0.43 |
| HSL | 81.37º | 0.34% | 0.43% | - |
| HSV(B) | 81.37º | 0.5% | 0.57% | - |
| XYZ | 18.9 | 24.64 | 9.89 | - |
| YUV | 128.9 | 95.89 | 120.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 145 | 72 | 0.18 | 0 | 0.50 | 0.43 | 81.37 | 0.34 | 0.43 |
| Hex | 77 | 91 | 48 | 12 | 0 | 32 | 2B | 51 | 22 | 2B |
| Octal | 167 | 221 | 110 | 22 | 0 | 62 | 53 | 121 | 42 | 53 |
| Binary | 1110111 | 10010001 | 1001000 | 10010 | 0 | 110010 | 101011 | 1010001 | 100010 | 101011 |
Color Harmonies of #779148
Complementary color
Monochromatic Colors of #779148
Black with #779148
Text Example
Text Example
White with #779148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779148; }
p { color: rgb(119,145,72); }
H1.HeaderClassName
{
color: #779148;
}
.AnyTagClassName
{
color: #779148;
}
</style>
background-color css
<style>
a { background-color: #779148; }
a { background-color: rgb(119,145,72); }
div.DivClassName
{
background-color: #779148;
}
.BgClassName
{
background-color: #779148;
}
</style>
border-color css
<style>
span { border-color: #779148; }
span { border-color: rgb(119,145,72); }
td.TdClassName
{
border-color: #779148;
}
.TagClassName
{
border-color: #779148;
}
</style>