Shades of Wasabi #798B43
Tints of Wasabi #798B43
RGB
CMYK
RGB Variations
Color information
#798B43 (or 0x798B43) is known color: Wasabi. HEX triplet: 79, 8B and 43. RGB value is (121,139,67). Sum of RGB (Red+Green+Blue) = 121+139+67=327 (43% of max value = 765). Red value is 121 (47.66% from 255 or 37.00% from 327); Green value is 139 (54.69% from 255 or 42.51% from 327); Blue value is 67 (26.56% from 255 or 20.49% from 327); Max value from RGB is 139 - color contains mainly: green. Hex color #798B43 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #798B43 is #8674BC. Grayscale: #7D7D7D. Windows color (decimal): -8811709 or 4426617. OLE color: 4426617.
HSL color Cylindrical-coordinate representation of color #798B43: hue angle of 75º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #798B43 is Cyan = 0.13, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 121 | 139 | 67 | - |
| CMYK | 0.13 | 0 | 0.52 | 0.45 |
| HSL | 75º | 0.35% | 0.4% | - |
| HSV(B) | 75º | 0.52% | 0.55% | - |
| XYZ | 18.13 | 22.94 | 8.78 | - |
| YUV | 125.41 | 95.04 | 124.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 139 | 67 | 0.13 | 0 | 0.52 | 0.45 | 75 | 0.35 | 0.4 |
| Hex | 79 | 8B | 43 | D | 0 | 34 | 2D | 4B | 23 | 28 |
| Octal | 171 | 213 | 103 | 15 | 0 | 64 | 55 | 113 | 43 | 50 |
| Binary | 1111001 | 10001011 | 1000011 | 1101 | 0 | 110100 | 101101 | 1001011 | 100011 | 101000 |
Color Harmonies of #798B43
Complementary color
Monochromatic Colors of #798B43
Black with #798B43
Text Example
Text Example
White with #798B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798B43; }
p { color: rgb(121,139,67); }
H1.HeaderClassName
{
color: #798B43;
}
.AnyTagClassName
{
color: #798B43;
}
</style>
background-color css
<style>
a { background-color: #798B43; }
a { background-color: rgb(121,139,67); }
div.DivClassName
{
background-color: #798B43;
}
.BgClassName
{
background-color: #798B43;
}
</style>
border-color css
<style>
span { border-color: #798B43; }
span { border-color: rgb(121,139,67); }
td.TdClassName
{
border-color: #798B43;
}
.TagClassName
{
border-color: #798B43;
}
</style>