Shades of Wasabi #798B3D
Tints of Wasabi #798B3D
RGB
CMYK
RGB Variations
Color information
#798B3D (or 0x798B3D) is known color: Wasabi. HEX triplet: 79, 8B and 3D. RGB value is (121,139,61). Sum of RGB (Red+Green+Blue) = 121+139+61=321 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.69% from 321); Green value is 139 (54.69% from 255 or 43.30% from 321); Blue value is 61 (24.22% from 255 or 19.00% from 321); Max value from RGB is 139 - color contains mainly: green. Hex color #798B3D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #798B3D is #8674C2. Grayscale: #7D7D7D. Windows color (decimal): -8811715 or 4033401. OLE color: 4033401.
HSL color Cylindrical-coordinate representation of color #798B3D: hue angle of 73.85º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #798B3D is Cyan = 0.13, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 121 | 139 | 61 | - |
| CMYK | 0.13 | 0 | 0.56 | 0.45 |
| HSL | 73.85º | 0.39% | 0.39% | - |
| HSV(B) | 73.85º | 0.56% | 0.55% | - |
| XYZ | 17.96 | 22.87 | 7.88 | - |
| YUV | 124.73 | 92.04 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 139 | 61 | 0.13 | 0 | 0.56 | 0.45 | 73.85 | 0.39 | 0.39 |
| Hex | 79 | 8B | 3D | D | 0 | 38 | 2D | 4A | 27 | 27 |
| Octal | 171 | 213 | 75 | 15 | 0 | 70 | 55 | 112 | 47 | 47 |
| Binary | 1111001 | 10001011 | 111101 | 1101 | 0 | 111000 | 101101 | 1001010 | 100111 | 100111 |
Color Harmonies of #798B3D
Complementary color
Monochromatic Colors of #798B3D
Black with #798B3D
Text Example
Text Example
White with #798B3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798B3D; }
p { color: rgb(121,139,61); }
H1.HeaderClassName
{
color: #798B3D;
}
.AnyTagClassName
{
color: #798B3D;
}
</style>
background-color css
<style>
a { background-color: #798B3D; }
a { background-color: rgb(121,139,61); }
div.DivClassName
{
background-color: #798B3D;
}
.BgClassName
{
background-color: #798B3D;
}
</style>
border-color css
<style>
span { border-color: #798B3D; }
span { border-color: rgb(121,139,61); }
td.TdClassName
{
border-color: #798B3D;
}
.TagClassName
{
border-color: #798B3D;
}
</style>