Shades of Wasabi #798834
Tints of Wasabi #798834
RGB
CMYK
RGB Variations
Color information
#798834 (or 0x798834) is known color: Wasabi. HEX triplet: 79, 88 and 34. RGB value is (121,136,52). Sum of RGB (Red+Green+Blue) = 121+136+52=309 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.16% from 309); Green value is 136 (53.52% from 255 or 44.01% from 309); Blue value is 52 (20.70% from 255 or 16.83% from 309); Max value from RGB is 136 - color contains mainly: green. Hex color #798834 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #798834 is #8677CB. Grayscale: #7A7A7A. Windows color (decimal): -8812492 or 3442809. OLE color: 3442809.
HSL color Cylindrical-coordinate representation of color #798834: hue angle of 70.71º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #798834 is Cyan = 0.11, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 121 | 136 | 52 | - |
| CMYK | 0.11 | 0 | 0.62 | 0.47 |
| HSL | 70.71º | 0.45% | 0.37% | - |
| HSV(B) | 70.71º | 0.62% | 0.53% | - |
| XYZ | 17.31 | 21.92 | 6.57 | - |
| YUV | 121.94 | 88.53 | 127.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 136 | 52 | 0.11 | 0 | 0.62 | 0.47 | 70.71 | 0.45 | 0.37 |
| Hex | 79 | 88 | 34 | B | 0 | 3E | 2F | 47 | 2D | 25 |
| Octal | 171 | 210 | 64 | 13 | 0 | 76 | 57 | 107 | 55 | 45 |
| Binary | 1111001 | 10001000 | 110100 | 1011 | 0 | 111110 | 101111 | 1000111 | 101101 | 100101 |
Color Harmonies of #798834
Complementary color
Monochromatic Colors of #798834
Black with #798834
Text Example
Text Example
White with #798834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798834; }
p { color: rgb(121,136,52); }
H1.HeaderClassName
{
color: #798834;
}
.AnyTagClassName
{
color: #798834;
}
</style>
background-color css
<style>
a { background-color: #798834; }
a { background-color: rgb(121,136,52); }
div.DivClassName
{
background-color: #798834;
}
.BgClassName
{
background-color: #798834;
}
</style>
border-color css
<style>
span { border-color: #798834; }
span { border-color: rgb(121,136,52); }
td.TdClassName
{
border-color: #798834;
}
.TagClassName
{
border-color: #798834;
}
</style>