Shades of Wasabi #798B3F
Tints of Wasabi #798B3F
RGB
CMYK
RGB Variations
Color information
#798B3F (or 0x798B3F) is known color: Wasabi. HEX triplet: 79, 8B and 3F. RGB value is (121,139,63). Sum of RGB (Red+Green+Blue) = 121+139+63=323 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.46% from 323); Green value is 139 (54.69% from 255 or 43.03% from 323); Blue value is 63 (25% from 255 or 19.50% from 323); Max value from RGB is 139 - color contains mainly: green. Hex color #798B3F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #798B3F is #8674C0. Grayscale: #7D7D7D. Windows color (decimal): -8811713 or 4164473. OLE color: 4164473.
HSL color Cylindrical-coordinate representation of color #798B3F: hue angle of 74.21º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #798B3F is Cyan = 0.13, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 121 | 139 | 63 | - |
| CMYK | 0.13 | 0 | 0.55 | 0.45 |
| HSL | 74.21º | 0.38% | 0.4% | - |
| HSV(B) | 74.21º | 0.55% | 0.55% | - |
| XYZ | 18.01 | 22.89 | 8.17 | - |
| YUV | 124.95 | 93.04 | 125.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 139 | 63 | 0.13 | 0 | 0.55 | 0.45 | 74.21 | 0.38 | 0.4 |
| Hex | 79 | 8B | 3F | D | 0 | 37 | 2D | 4A | 26 | 28 |
| Octal | 171 | 213 | 77 | 15 | 0 | 67 | 55 | 112 | 46 | 50 |
| Binary | 1111001 | 10001011 | 111111 | 1101 | 0 | 110111 | 101101 | 1001010 | 100110 | 101000 |
Color Harmonies of #798B3F
Complementary color
Monochromatic Colors of #798B3F
Black with #798B3F
Text Example
Text Example
White with #798B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798B3F; }
p { color: rgb(121,139,63); }
H1.HeaderClassName
{
color: #798B3F;
}
.AnyTagClassName
{
color: #798B3F;
}
</style>
background-color css
<style>
a { background-color: #798B3F; }
a { background-color: rgb(121,139,63); }
div.DivClassName
{
background-color: #798B3F;
}
.BgClassName
{
background-color: #798B3F;
}
</style>
border-color css
<style>
span { border-color: #798B3F; }
span { border-color: rgb(121,139,63); }
td.TdClassName
{
border-color: #798B3F;
}
.TagClassName
{
border-color: #798B3F;
}
</style>