Shades of Wasabi #798437
Tints of Wasabi #798437
RGB
CMYK
RGB Variations
Color information
#798437 (or 0x798437) is known color: Wasabi. HEX triplet: 79, 84 and 37. RGB value is (121,132,55). Sum of RGB (Red+Green+Blue) = 121+132+55=308 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.29% from 308); Green value is 132 (51.95% from 255 or 42.86% from 308); Blue value is 55 (21.88% from 255 or 17.86% from 308); Max value from RGB is 132 - color contains mainly: green. Hex color #798437 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #798437 is #867BC8. Grayscale: #787878. Windows color (decimal): -8813513 or 3638393. OLE color: 3638393.
HSL color Cylindrical-coordinate representation of color #798437: hue angle of 68.57º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #798437 is Cyan = 0.08, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 121 | 132 | 55 | - |
| CMYK | 0.08 | 0 | 0.58 | 0.48 |
| HSL | 68.57º | 0.41% | 0.37% | - |
| HSV(B) | 68.57º | 0.58% | 0.52% | - |
| XYZ | 16.83 | 20.84 | 6.75 | - |
| YUV | 119.93 | 91.36 | 128.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 132 | 55 | 0.08 | 0 | 0.58 | 0.48 | 68.57 | 0.41 | 0.37 |
| Hex | 79 | 84 | 37 | 8 | 0 | 3A | 30 | 45 | 29 | 25 |
| Octal | 171 | 204 | 67 | 10 | 0 | 72 | 60 | 105 | 51 | 45 |
| Binary | 1111001 | 10000100 | 110111 | 1000 | 0 | 111010 | 110000 | 1000101 | 101001 | 100101 |
Color Harmonies of #798437
Complementary color
Monochromatic Colors of #798437
Black with #798437
Text Example
Text Example
White with #798437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798437; }
p { color: rgb(121,132,55); }
H1.HeaderClassName
{
color: #798437;
}
.AnyTagClassName
{
color: #798437;
}
</style>
background-color css
<style>
a { background-color: #798437; }
a { background-color: rgb(121,132,55); }
div.DivClassName
{
background-color: #798437;
}
.BgClassName
{
background-color: #798437;
}
</style>
border-color css
<style>
span { border-color: #798437; }
span { border-color: rgb(121,132,55); }
td.TdClassName
{
border-color: #798437;
}
.TagClassName
{
border-color: #798437;
}
</style>