Shades of Wasabi #798236
Tints of Wasabi #798236
RGB
CMYK
RGB Variations
Color information
#798236 (or 0x798236) is known color: Wasabi. HEX triplet: 79, 82 and 36. RGB value is (121,130,54). Sum of RGB (Red+Green+Blue) = 121+130+54=305 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.67% from 305); Green value is 130 (51.17% from 255 or 42.62% from 305); Blue value is 54 (21.48% from 255 or 17.70% from 305); Max value from RGB is 130 - color contains mainly: green. Hex color #798236 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #798236 is #867DC9. Grayscale: #767676. Windows color (decimal): -8814026 or 3572345. OLE color: 3572345.
HSL color Cylindrical-coordinate representation of color #798236: hue angle of 67.11º 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 #798236 is Cyan = 0.07, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 121 | 130 | 54 | - |
| CMYK | 0.07 | 0 | 0.58 | 0.49 |
| HSL | 67.11º | 0.41% | 0.36% | - |
| HSV(B) | 67.11º | 0.58% | 0.51% | - |
| XYZ | 16.53 | 20.3 | 6.54 | - |
| YUV | 118.65 | 91.52 | 129.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 130 | 54 | 0.07 | 0 | 0.58 | 0.49 | 67.11 | 0.41 | 0.36 |
| Hex | 79 | 82 | 36 | 7 | 0 | 3A | 31 | 43 | 29 | 24 |
| Octal | 171 | 202 | 66 | 7 | 0 | 72 | 61 | 103 | 51 | 44 |
| Binary | 1111001 | 10000010 | 110110 | 111 | 0 | 111010 | 110001 | 1000011 | 101001 | 100100 |
Color Harmonies of #798236
Complementary color
Monochromatic Colors of #798236
Black with #798236
Text Example
Text Example
White with #798236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798236; }
p { color: rgb(121,130,54); }
H1.HeaderClassName
{
color: #798236;
}
.AnyTagClassName
{
color: #798236;
}
</style>
background-color css
<style>
a { background-color: #798236; }
a { background-color: rgb(121,130,54); }
div.DivClassName
{
background-color: #798236;
}
.BgClassName
{
background-color: #798236;
}
</style>
border-color css
<style>
span { border-color: #798236; }
span { border-color: rgb(121,130,54); }
td.TdClassName
{
border-color: #798236;
}
.TagClassName
{
border-color: #798236;
}
</style>