Shades of Wasabi #798D2D
Tints of Wasabi #798D2D
RGB
CMYK
RGB Variations
Color information
#798D2D (or 0x798D2D) is known color: Wasabi. HEX triplet: 79, 8D and 2D. RGB value is (121,141,45). Sum of RGB (Red+Green+Blue) = 121+141+45=307 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.41% from 307); Green value is 141 (55.47% from 255 or 45.93% from 307); Blue value is 45 (17.97% from 255 or 14.66% from 307); Max value from RGB is 141 - color contains mainly: green. Hex color #798D2D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #798D2D is #8672D2. Grayscale: #7C7C7C. Windows color (decimal): -8811219 or 2985337. OLE color: 2985337.
HSL color Cylindrical-coordinate representation of color #798D2D: hue angle of 72.5º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #798D2D is Cyan = 0.14, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 121 | 141 | 45 | - |
| CMYK | 0.14 | 0 | 0.68 | 0.45 |
| HSL | 72.5º | 0.52% | 0.36% | - |
| HSV(B) | 72.5º | 0.68% | 0.55% | - |
| XYZ | 17.88 | 23.3 | 6.04 | - |
| YUV | 124.08 | 83.37 | 125.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 141 | 45 | 0.14 | 0 | 0.68 | 0.45 | 72.5 | 0.52 | 0.36 |
| Hex | 79 | 8D | 2D | E | 0 | 44 | 2D | 48 | 34 | 24 |
| Octal | 171 | 215 | 55 | 16 | 0 | 104 | 55 | 110 | 64 | 44 |
| Binary | 1111001 | 10001101 | 101101 | 1110 | 0 | 1000100 | 101101 | 1001000 | 110100 | 100100 |
Color Harmonies of #798D2D
Complementary color
Monochromatic Colors of #798D2D
Black with #798D2D
Text Example
Text Example
White with #798D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798D2D; }
p { color: rgb(121,141,45); }
H1.HeaderClassName
{
color: #798D2D;
}
.AnyTagClassName
{
color: #798D2D;
}
</style>
background-color css
<style>
a { background-color: #798D2D; }
a { background-color: rgb(121,141,45); }
div.DivClassName
{
background-color: #798D2D;
}
.BgClassName
{
background-color: #798D2D;
}
</style>
border-color css
<style>
span { border-color: #798D2D; }
span { border-color: rgb(121,141,45); }
td.TdClassName
{
border-color: #798D2D;
}
.TagClassName
{
border-color: #798D2D;
}
</style>