Shades of Wasabi #798237
Tints of Wasabi #798237
RGB
CMYK
RGB Variations
Color information
#798237 (or 0x798237) is known color: Wasabi. HEX triplet: 79, 82 and 37. RGB value is (121,130,55). Sum of RGB (Red+Green+Blue) = 121+130+55=306 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.54% from 306); Green value is 130 (51.17% from 255 or 42.48% from 306); Blue value is 55 (21.88% from 255 or 17.97% from 306); Max value from RGB is 130 - color contains mainly: green. Hex color #798237 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #798237 is #867DC8. Grayscale: #777777. Windows color (decimal): -8814025 or 3637881. OLE color: 3637881.
HSL color Cylindrical-coordinate representation of color #798237: hue angle of 67.2º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #798237 is Cyan = 0.07, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 121 | 130 | 55 | - |
| CMYK | 0.07 | 0 | 0.58 | 0.49 |
| HSL | 67.2º | 0.41% | 0.36% | - |
| HSV(B) | 67.2º | 0.58% | 0.51% | - |
| XYZ | 16.56 | 20.31 | 6.66 | - |
| YUV | 118.76 | 92.02 | 129.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 130 | 55 | 0.07 | 0 | 0.58 | 0.49 | 67.2 | 0.41 | 0.36 |
| Hex | 79 | 82 | 37 | 7 | 0 | 3A | 31 | 43 | 29 | 24 |
| Octal | 171 | 202 | 67 | 7 | 0 | 72 | 61 | 103 | 51 | 44 |
| Binary | 1111001 | 10000010 | 110111 | 111 | 0 | 111010 | 110001 | 1000011 | 101001 | 100100 |
Color Harmonies of #798237
Complementary color
Monochromatic Colors of #798237
Black with #798237
Text Example
Text Example
White with #798237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798237; }
p { color: rgb(121,130,55); }
H1.HeaderClassName
{
color: #798237;
}
.AnyTagClassName
{
color: #798237;
}
</style>
background-color css
<style>
a { background-color: #798237; }
a { background-color: rgb(121,130,55); }
div.DivClassName
{
background-color: #798237;
}
.BgClassName
{
background-color: #798237;
}
</style>
border-color css
<style>
span { border-color: #798237; }
span { border-color: rgb(121,130,55); }
td.TdClassName
{
border-color: #798237;
}
.TagClassName
{
border-color: #798237;
}
</style>