Shades of Wasabi #778F46
Tints of Wasabi #778F46
RGB
CMYK
RGB Variations
Color information
#778F46 (or 0x778F46) is known color: Wasabi. HEX triplet: 77, 8F and 46. RGB value is (119,143,70). Sum of RGB (Red+Green+Blue) = 119+143+70=332 (43% of max value = 765). Red value is 119 (46.88% from 255 or 35.84% from 332); Green value is 143 (56.25% from 255 or 43.07% from 332); Blue value is 70 (27.73% from 255 or 21.08% from 332); Max value from RGB is 143 - color contains mainly: green. Hex color #778F46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #778F46 is #8870B9. Grayscale: #7F7F7F. Windows color (decimal): -8941754 or 4624247. OLE color: 4624247.
HSL color Cylindrical-coordinate representation of color #778F46: hue angle of 79.73º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #778F46 is Cyan = 0.17, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 119 | 143 | 70 | - |
| CMYK | 0.17 | 0 | 0.51 | 0.44 |
| HSL | 79.73º | 0.34% | 0.42% | - |
| HSV(B) | 79.73º | 0.51% | 0.56% | - |
| XYZ | 18.54 | 24.01 | 9.45 | - |
| YUV | 127.5 | 95.55 | 121.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 143 | 70 | 0.17 | 0 | 0.51 | 0.44 | 79.73 | 0.34 | 0.42 |
| Hex | 77 | 8F | 46 | 11 | 0 | 33 | 2C | 50 | 22 | 2A |
| Octal | 167 | 217 | 106 | 21 | 0 | 63 | 54 | 120 | 42 | 52 |
| Binary | 1110111 | 10001111 | 1000110 | 10001 | 0 | 110011 | 101100 | 1010000 | 100010 | 101010 |
Color Harmonies of #778F46
Complementary color
Monochromatic Colors of #778F46
Black with #778F46
Text Example
Text Example
White with #778F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778F46; }
p { color: rgb(119,143,70); }
H1.HeaderClassName
{
color: #778F46;
}
.AnyTagClassName
{
color: #778F46;
}
</style>
background-color css
<style>
a { background-color: #778F46; }
a { background-color: rgb(119,143,70); }
div.DivClassName
{
background-color: #778F46;
}
.BgClassName
{
background-color: #778F46;
}
</style>
border-color css
<style>
span { border-color: #778F46; }
span { border-color: rgb(119,143,70); }
td.TdClassName
{
border-color: #778F46;
}
.TagClassName
{
border-color: #778F46;
}
</style>