Shades of Wasabi #798B4B
Tints of Wasabi #798B4B
RGB
CMYK
RGB Variations
Color information
#798B4B (or 0x798B4B) is known color: Wasabi. HEX triplet: 79, 8B and 4B. RGB value is (121,139,75). Sum of RGB (Red+Green+Blue) = 121+139+75=335 (44% of max value = 765). Red value is 121 (47.66% from 255 or 36.12% from 335); Green value is 139 (54.69% from 255 or 41.49% from 335); Blue value is 75 (29.69% from 255 or 22.39% from 335); Max value from RGB is 139 - color contains mainly: green. Hex color #798B4B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #798B4B is #8674B4. Grayscale: #7E7E7E. Windows color (decimal): -8811701 or 4950905. OLE color: 4950905.
HSL color Cylindrical-coordinate representation of color #798B4B: hue angle of 76.88º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #798B4B is Cyan = 0.13, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 121 | 139 | 75 | - |
| CMYK | 0.13 | 0 | 0.46 | 0.45 |
| HSL | 76.88º | 0.3% | 0.42% | - |
| HSV(B) | 76.88º | 0.46% | 0.55% | - |
| XYZ | 18.39 | 23.04 | 10.13 | - |
| YUV | 126.32 | 99.04 | 124.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 139 | 75 | 0.13 | 0 | 0.46 | 0.45 | 76.88 | 0.3 | 0.42 |
| Hex | 79 | 8B | 4B | D | 0 | 2E | 2D | 4D | 1E | 2A |
| Octal | 171 | 213 | 113 | 15 | 0 | 56 | 55 | 115 | 36 | 52 |
| Binary | 1111001 | 10001011 | 1001011 | 1101 | 0 | 101110 | 101101 | 1001101 | 11110 | 101010 |
Color Harmonies of #798B4B
Complementary color
Monochromatic Colors of #798B4B
Black with #798B4B
Text Example
Text Example
White with #798B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798B4B; }
p { color: rgb(121,139,75); }
H1.HeaderClassName
{
color: #798B4B;
}
.AnyTagClassName
{
color: #798B4B;
}
</style>
background-color css
<style>
a { background-color: #798B4B; }
a { background-color: rgb(121,139,75); }
div.DivClassName
{
background-color: #798B4B;
}
.BgClassName
{
background-color: #798B4B;
}
</style>
border-color css
<style>
span { border-color: #798B4B; }
span { border-color: rgb(121,139,75); }
td.TdClassName
{
border-color: #798B4B;
}
.TagClassName
{
border-color: #798B4B;
}
</style>