Shades of Wasabi #778F45
Tints of Wasabi #778F45
RGB
CMYK
RGB Variations
Color information
#778F45 (or 0x778F45) is known color: Wasabi. HEX triplet: 77, 8F and 45. RGB value is (119,143,69). Sum of RGB (Red+Green+Blue) = 119+143+69=331 (43% of max value = 765). Red value is 119 (46.88% from 255 or 35.95% from 331); Green value is 143 (56.25% from 255 or 43.20% from 331); Blue value is 69 (27.34% from 255 or 20.85% from 331); Max value from RGB is 143 - color contains mainly: green. Hex color #778F45 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #778F45 is #8870BA. Grayscale: #7F7F7F. Windows color (decimal): -8941755 or 4558711. OLE color: 4558711.
HSL color Cylindrical-coordinate representation of color #778F45: hue angle of 79.46º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #778F45 is Cyan = 0.17, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 119 | 143 | 69 | - |
| CMYK | 0.17 | 0 | 0.52 | 0.44 |
| HSL | 79.46º | 0.35% | 0.42% | - |
| HSV(B) | 79.46º | 0.52% | 0.56% | - |
| XYZ | 18.5 | 24 | 9.29 | - |
| YUV | 127.39 | 95.05 | 122.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 143 | 69 | 0.17 | 0 | 0.52 | 0.44 | 79.46 | 0.35 | 0.42 |
| Hex | 77 | 8F | 45 | 11 | 0 | 34 | 2C | 4F | 23 | 2A |
| Octal | 167 | 217 | 105 | 21 | 0 | 64 | 54 | 117 | 43 | 52 |
| Binary | 1110111 | 10001111 | 1000101 | 10001 | 0 | 110100 | 101100 | 1001111 | 100011 | 101010 |
Color Harmonies of #778F45
Complementary color
Monochromatic Colors of #778F45
Black with #778F45
Text Example
Text Example
White with #778F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778F45; }
p { color: rgb(119,143,69); }
H1.HeaderClassName
{
color: #778F45;
}
.AnyTagClassName
{
color: #778F45;
}
</style>
background-color css
<style>
a { background-color: #778F45; }
a { background-color: rgb(119,143,69); }
div.DivClassName
{
background-color: #778F45;
}
.BgClassName
{
background-color: #778F45;
}
</style>
border-color css
<style>
span { border-color: #778F45; }
span { border-color: rgb(119,143,69); }
td.TdClassName
{
border-color: #778F45;
}
.TagClassName
{
border-color: #778F45;
}
</style>