Shades of Wasabi #798140
Tints of Wasabi #798140
RGB
CMYK
RGB Variations
Color information
#798140 (or 0x798140) is known color: Wasabi. HEX triplet: 79, 81 and 40. RGB value is (121,129,64). Sum of RGB (Red+Green+Blue) = 121+129+64=314 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.54% from 314); Green value is 129 (50.78% from 255 or 41.08% from 314); Blue value is 64 (25.39% from 255 or 20.38% from 314); Max value from RGB is 129 - color contains mainly: green. Hex color #798140 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #798140 is #867EBF. Grayscale: #777777. Windows color (decimal): -8814272 or 4227449. OLE color: 4227449.
HSL color Cylindrical-coordinate representation of color #798140: hue angle of 67.38º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #798140 is Cyan = 0.06, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 121 | 129 | 64 | - |
| CMYK | 0.06 | 0 | 0.50 | 0.49 |
| HSL | 67.38º | 0.34% | 0.38% | - |
| HSV(B) | 67.38º | 0.5% | 0.51% | - |
| XYZ | 16.66 | 20.14 | 7.86 | - |
| YUV | 119.2 | 96.85 | 129.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 129 | 64 | 0.06 | 0 | 0.50 | 0.49 | 67.38 | 0.34 | 0.38 |
| Hex | 79 | 81 | 40 | 6 | 0 | 32 | 31 | 43 | 22 | 26 |
| Octal | 171 | 201 | 100 | 6 | 0 | 62 | 61 | 103 | 42 | 46 |
| Binary | 1111001 | 10000001 | 1000000 | 110 | 0 | 110010 | 110001 | 1000011 | 100010 | 100110 |
Color Harmonies of #798140
Complementary color
Monochromatic Colors of #798140
Black with #798140
Text Example
Text Example
White with #798140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798140; }
p { color: rgb(121,129,64); }
H1.HeaderClassName
{
color: #798140;
}
.AnyTagClassName
{
color: #798140;
}
</style>
background-color css
<style>
a { background-color: #798140; }
a { background-color: rgb(121,129,64); }
div.DivClassName
{
background-color: #798140;
}
.BgClassName
{
background-color: #798140;
}
</style>
border-color css
<style>
span { border-color: #798140; }
span { border-color: rgb(121,129,64); }
td.TdClassName
{
border-color: #798140;
}
.TagClassName
{
border-color: #798140;
}
</style>