Shades of Wasabi #778D2F
Tints of Wasabi #778D2F
RGB
CMYK
RGB Variations
Color information
#778D2F (or 0x778D2F) is known color: Wasabi. HEX triplet: 77, 8D and 2F. RGB value is (119,141,47). Sum of RGB (Red+Green+Blue) = 119+141+47=307 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.76% from 307); Green value is 141 (55.47% from 255 or 45.93% from 307); Blue value is 47 (18.75% from 255 or 15.31% from 307); Max value from RGB is 141 - color contains mainly: green. Hex color #778D2F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #778D2F is #8872D0. Grayscale: #7C7C7C. Windows color (decimal): -8942289 or 3116407. OLE color: 3116407.
HSL color Cylindrical-coordinate representation of color #778D2F: hue angle of 74.04º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #778D2F is Cyan = 0.16, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 119 | 141 | 47 | - |
| CMYK | 0.16 | 0 | 0.67 | 0.45 |
| HSL | 74.04º | 0.5% | 0.37% | - |
| HSV(B) | 74.04º | 0.67% | 0.55% | - |
| XYZ | 17.65 | 23.18 | 6.23 | - |
| YUV | 123.71 | 84.71 | 124.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 141 | 47 | 0.16 | 0 | 0.67 | 0.45 | 74.04 | 0.5 | 0.37 |
| Hex | 77 | 8D | 2F | 10 | 0 | 43 | 2D | 4A | 32 | 25 |
| Octal | 167 | 215 | 57 | 20 | 0 | 103 | 55 | 112 | 62 | 45 |
| Binary | 1110111 | 10001101 | 101111 | 10000 | 0 | 1000011 | 101101 | 1001010 | 110010 | 100101 |
Color Harmonies of #778D2F
Complementary color
Monochromatic Colors of #778D2F
Black with #778D2F
Text Example
Text Example
White with #778D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778D2F; }
p { color: rgb(119,141,47); }
H1.HeaderClassName
{
color: #778D2F;
}
.AnyTagClassName
{
color: #778D2F;
}
</style>
background-color css
<style>
a { background-color: #778D2F; }
a { background-color: rgb(119,141,47); }
div.DivClassName
{
background-color: #778D2F;
}
.BgClassName
{
background-color: #778D2F;
}
</style>
border-color css
<style>
span { border-color: #778D2F; }
span { border-color: rgb(119,141,47); }
td.TdClassName
{
border-color: #778D2F;
}
.TagClassName
{
border-color: #778D2F;
}
</style>