Shades of Wasabi #798F3D
Tints of Wasabi #798F3D
RGB
CMYK
RGB Variations
Color information
#798F3D (or 0x798F3D) is known color: Wasabi. HEX triplet: 79, 8F and 3D. RGB value is (121,143,61). Sum of RGB (Red+Green+Blue) = 121+143+61=325 (43% of max value = 765). Red value is 121 (47.66% from 255 or 37.23% from 325); Green value is 143 (56.25% from 255 or 44% from 325); Blue value is 61 (24.22% from 255 or 18.77% from 325); Max value from RGB is 143 - color contains mainly: green. Hex color #798F3D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #798F3D is #8670C2. Grayscale: #7F7F7F. Windows color (decimal): -8810691 or 4034425. OLE color: 4034425.
HSL color Cylindrical-coordinate representation of color #798F3D: hue angle of 76.1º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #798F3D is Cyan = 0.15, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 121 | 143 | 61 | - |
| CMYK | 0.15 | 0 | 0.57 | 0.44 |
| HSL | 76.1º | 0.4% | 0.4% | - |
| HSV(B) | 76.1º | 0.57% | 0.56% | - |
| XYZ | 18.55 | 24.05 | 8.08 | - |
| YUV | 127.07 | 90.71 | 123.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 143 | 61 | 0.15 | 0 | 0.57 | 0.44 | 76.1 | 0.4 | 0.4 |
| Hex | 79 | 8F | 3D | F | 0 | 39 | 2C | 4C | 28 | 28 |
| Octal | 171 | 217 | 75 | 17 | 0 | 71 | 54 | 114 | 50 | 50 |
| Binary | 1111001 | 10001111 | 111101 | 1111 | 0 | 111001 | 101100 | 1001100 | 101000 | 101000 |
Color Harmonies of #798F3D
Complementary color
Monochromatic Colors of #798F3D
Black with #798F3D
Text Example
Text Example
White with #798F3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798F3D; }
p { color: rgb(121,143,61); }
H1.HeaderClassName
{
color: #798F3D;
}
.AnyTagClassName
{
color: #798F3D;
}
</style>
background-color css
<style>
a { background-color: #798F3D; }
a { background-color: rgb(121,143,61); }
div.DivClassName
{
background-color: #798F3D;
}
.BgClassName
{
background-color: #798F3D;
}
</style>
border-color css
<style>
span { border-color: #798F3D; }
span { border-color: rgb(121,143,61); }
td.TdClassName
{
border-color: #798F3D;
}
.TagClassName
{
border-color: #798F3D;
}
</style>