Shades of Wasabi #798644
Tints of Wasabi #798644
RGB
CMYK
RGB Variations
Color information
#798644 (or 0x798644) is known color: Wasabi. HEX triplet: 79, 86 and 44. RGB value is (121,134,68). Sum of RGB (Red+Green+Blue) = 121+134+68=323 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.46% from 323); Green value is 134 (52.73% from 255 or 41.49% from 323); Blue value is 68 (26.95% from 255 or 21.05% from 323); Max value from RGB is 134 - color contains mainly: green. Hex color #798644 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #798644 is #8679BB. Grayscale: #7A7A7A. Windows color (decimal): -8812988 or 4490873. OLE color: 4490873.
HSL color Cylindrical-coordinate representation of color #798644: hue angle of 71.82º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #798644 is Cyan = 0.10, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 121 | 134 | 68 | - |
| CMYK | 0.10 | 0 | 0.49 | 0.47 |
| HSL | 71.82º | 0.33% | 0.4% | - |
| HSV(B) | 71.82º | 0.49% | 0.53% | - |
| XYZ | 17.45 | 21.53 | 8.71 | - |
| YUV | 122.59 | 97.19 | 126.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 134 | 68 | 0.10 | 0 | 0.49 | 0.47 | 71.82 | 0.33 | 0.4 |
| Hex | 79 | 86 | 44 | A | 0 | 31 | 2F | 48 | 21 | 28 |
| Octal | 171 | 206 | 104 | 12 | 0 | 61 | 57 | 110 | 41 | 50 |
| Binary | 1111001 | 10000110 | 1000100 | 1010 | 0 | 110001 | 101111 | 1001000 | 100001 | 101000 |
Color Harmonies of #798644
Complementary color
Monochromatic Colors of #798644
Black with #798644
Text Example
Text Example
White with #798644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798644; }
p { color: rgb(121,134,68); }
H1.HeaderClassName
{
color: #798644;
}
.AnyTagClassName
{
color: #798644;
}
</style>
background-color css
<style>
a { background-color: #798644; }
a { background-color: rgb(121,134,68); }
div.DivClassName
{
background-color: #798644;
}
.BgClassName
{
background-color: #798644;
}
</style>
border-color css
<style>
span { border-color: #798644; }
span { border-color: rgb(121,134,68); }
td.TdClassName
{
border-color: #798644;
}
.TagClassName
{
border-color: #798644;
}
</style>