Shades of Wasabi #798E2C
Tints of Wasabi #798E2C
RGB
CMYK
RGB Variations
Color information
#798E2C (or 0x798E2C) is known color: Wasabi. HEX triplet: 79, 8E and 2C. RGB value is (121,142,44). Sum of RGB (Red+Green+Blue) = 121+142+44=307 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.41% from 307); Green value is 142 (55.86% from 255 or 46.25% from 307); Blue value is 44 (17.58% from 255 or 14.33% from 307); Max value from RGB is 142 - color contains mainly: green. Hex color #798E2C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #798E2C is #8671D3. Grayscale: #7C7C7C. Windows color (decimal): -8810964 or 2920057. OLE color: 2920057.
HSL color Cylindrical-coordinate representation of color #798E2C: hue angle of 72.86º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #798E2C is Cyan = 0.15, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 121 | 142 | 44 | - |
| CMYK | 0.15 | 0 | 0.69 | 0.44 |
| HSL | 72.86º | 0.53% | 0.36% | - |
| HSV(B) | 72.86º | 0.69% | 0.56% | - |
| XYZ | 18.01 | 23.59 | 5.99 | - |
| YUV | 124.55 | 82.54 | 125.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 142 | 44 | 0.15 | 0 | 0.69 | 0.44 | 72.86 | 0.53 | 0.36 |
| Hex | 79 | 8E | 2C | F | 0 | 45 | 2C | 49 | 35 | 24 |
| Octal | 171 | 216 | 54 | 17 | 0 | 105 | 54 | 111 | 65 | 44 |
| Binary | 1111001 | 10001110 | 101100 | 1111 | 0 | 1000101 | 101100 | 1001001 | 110101 | 100100 |
Color Harmonies of #798E2C
Complementary color
Monochromatic Colors of #798E2C
Black with #798E2C
Text Example
Text Example
White with #798E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798E2C; }
p { color: rgb(121,142,44); }
H1.HeaderClassName
{
color: #798E2C;
}
.AnyTagClassName
{
color: #798E2C;
}
</style>
background-color css
<style>
a { background-color: #798E2C; }
a { background-color: rgb(121,142,44); }
div.DivClassName
{
background-color: #798E2C;
}
.BgClassName
{
background-color: #798E2C;
}
</style>
border-color css
<style>
span { border-color: #798E2C; }
span { border-color: rgb(121,142,44); }
td.TdClassName
{
border-color: #798E2C;
}
.TagClassName
{
border-color: #798E2C;
}
</style>