Shades of Wasabi #778830
Tints of Wasabi #778830
RGB
CMYK
RGB Variations
Color information
#778830 (or 0x778830) is known color: Wasabi. HEX triplet: 77, 88 and 30. RGB value is (119,136,48). Sum of RGB (Red+Green+Blue) = 119+136+48=303 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.27% from 303); Green value is 136 (53.52% from 255 or 44.88% from 303); Blue value is 48 (19.14% from 255 or 15.84% from 303); Max value from RGB is 136 - color contains mainly: green. Hex color #778830 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #778830 is #8877CF. Grayscale: #797979. Windows color (decimal): -8943568 or 3180663. OLE color: 3180663.
HSL color Cylindrical-coordinate representation of color #778830: hue angle of 71.59º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #778830 is Cyan = 0.12, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 119 | 136 | 48 | - |
| CMYK | 0.12 | 0 | 0.65 | 0.47 |
| HSL | 71.59º | 0.48% | 0.36% | - |
| HSV(B) | 71.59º | 0.65% | 0.53% | - |
| XYZ | 16.95 | 21.74 | 6.1 | - |
| YUV | 120.89 | 86.87 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 136 | 48 | 0.12 | 0 | 0.65 | 0.47 | 71.59 | 0.48 | 0.36 |
| Hex | 77 | 88 | 30 | C | 0 | 41 | 2F | 48 | 30 | 24 |
| Octal | 167 | 210 | 60 | 14 | 0 | 101 | 57 | 110 | 60 | 44 |
| Binary | 1110111 | 10001000 | 110000 | 1100 | 0 | 1000001 | 101111 | 1001000 | 110000 | 100100 |
Color Harmonies of #778830
Complementary color
Monochromatic Colors of #778830
Black with #778830
Text Example
Text Example
White with #778830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778830; }
p { color: rgb(119,136,48); }
H1.HeaderClassName
{
color: #778830;
}
.AnyTagClassName
{
color: #778830;
}
</style>
background-color css
<style>
a { background-color: #778830; }
a { background-color: rgb(119,136,48); }
div.DivClassName
{
background-color: #778830;
}
.BgClassName
{
background-color: #778830;
}
</style>
border-color css
<style>
span { border-color: #778830; }
span { border-color: rgb(119,136,48); }
td.TdClassName
{
border-color: #778830;
}
.TagClassName
{
border-color: #778830;
}
</style>