Shades of Wasabi #798945
Tints of Wasabi #798945
RGB
CMYK
RGB Variations
Color information
#798945 (or 0x798945) is known color: Wasabi. HEX triplet: 79, 89 and 45. RGB value is (121,137,69). Sum of RGB (Red+Green+Blue) = 121+137+69=327 (43% of max value = 765). Red value is 121 (47.66% from 255 or 37.00% from 327); Green value is 137 (53.91% from 255 or 41.90% from 327); Blue value is 69 (27.34% from 255 or 21.10% from 327); Max value from RGB is 137 - color contains mainly: green. Hex color #798945 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #798945 is #8676BA. Grayscale: #7C7C7C. Windows color (decimal): -8812219 or 4557177. OLE color: 4557177.
HSL color Cylindrical-coordinate representation of color #798945: hue angle of 74.12º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #798945 is Cyan = 0.12, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 121 | 137 | 69 | - |
| CMYK | 0.12 | 0 | 0.50 | 0.46 |
| HSL | 74.12º | 0.33% | 0.4% | - |
| HSV(B) | 74.12º | 0.5% | 0.54% | - |
| XYZ | 17.91 | 22.39 | 9.01 | - |
| YUV | 124.46 | 96.7 | 125.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 137 | 69 | 0.12 | 0 | 0.50 | 0.46 | 74.12 | 0.33 | 0.4 |
| Hex | 79 | 89 | 45 | C | 0 | 32 | 2E | 4A | 21 | 28 |
| Octal | 171 | 211 | 105 | 14 | 0 | 62 | 56 | 112 | 41 | 50 |
| Binary | 1111001 | 10001001 | 1000101 | 1100 | 0 | 110010 | 101110 | 1001010 | 100001 | 101000 |
Color Harmonies of #798945
Complementary color
Monochromatic Colors of #798945
Black with #798945
Text Example
Text Example
White with #798945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798945; }
p { color: rgb(121,137,69); }
H1.HeaderClassName
{
color: #798945;
}
.AnyTagClassName
{
color: #798945;
}
</style>
background-color css
<style>
a { background-color: #798945; }
a { background-color: rgb(121,137,69); }
div.DivClassName
{
background-color: #798945;
}
.BgClassName
{
background-color: #798945;
}
</style>
border-color css
<style>
span { border-color: #798945; }
span { border-color: rgb(121,137,69); }
td.TdClassName
{
border-color: #798945;
}
.TagClassName
{
border-color: #798945;
}
</style>