Shades of Wasabi #798A45
Tints of Wasabi #798A45
RGB
CMYK
RGB Variations
Color information
#798A45 (or 0x798A45) is known color: Wasabi. HEX triplet: 79, 8A and 45. RGB value is (121,138,69). Sum of RGB (Red+Green+Blue) = 121+138+69=328 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.89% from 328); Green value is 138 (54.30% from 255 or 42.07% from 328); Blue value is 69 (27.34% from 255 or 21.04% from 328); Max value from RGB is 138 - color contains mainly: green. Hex color #798A45 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #798A45 is #8675BA. Grayscale: #7D7D7D. Windows color (decimal): -8811963 or 4557433. OLE color: 4557433.
HSL color Cylindrical-coordinate representation of color #798A45: hue angle of 74.78º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #798A45 is Cyan = 0.12, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 121 | 138 | 69 | - |
| CMYK | 0.12 | 0 | 0.5 | 0.46 |
| HSL | 74.78º | 0.33% | 0.41% | - |
| HSV(B) | 74.78º | 0.5% | 0.54% | - |
| XYZ | 18.05 | 22.67 | 9.06 | - |
| YUV | 125.05 | 96.37 | 125.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 138 | 69 | 0.12 | 0 | 0.5 | 0.46 | 74.78 | 0.33 | 0.41 |
| Hex | 79 | 8A | 45 | C | 0 | 32 | 2E | 4B | 21 | 29 |
| Octal | 171 | 212 | 105 | 14 | 0 | 62 | 56 | 113 | 41 | 51 |
| Binary | 1111001 | 10001010 | 1000101 | 1100 | 0 | 110010 | 101110 | 1001011 | 100001 | 101001 |
Color Harmonies of #798A45
Complementary color
Monochromatic Colors of #798A45
Black with #798A45
Text Example
Text Example
White with #798A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798A45; }
p { color: rgb(121,138,69); }
H1.HeaderClassName
{
color: #798A45;
}
.AnyTagClassName
{
color: #798A45;
}
</style>
background-color css
<style>
a { background-color: #798A45; }
a { background-color: rgb(121,138,69); }
div.DivClassName
{
background-color: #798A45;
}
.BgClassName
{
background-color: #798A45;
}
</style>
border-color css
<style>
span { border-color: #798A45; }
span { border-color: rgb(121,138,69); }
td.TdClassName
{
border-color: #798A45;
}
.TagClassName
{
border-color: #798A45;
}
</style>