Shades of Wasabi #799049
Tints of Wasabi #799049
RGB
CMYK
RGB Variations
Color information
#799049 (or 0x799049) is known color: Wasabi. HEX triplet: 79, 90 and 49. RGB value is (121,144,73). Sum of RGB (Red+Green+Blue) = 121+144+73=338 (44% of max value = 765). Red value is 121 (47.66% from 255 or 35.80% from 338); Green value is 144 (56.64% from 255 or 42.60% from 338); Blue value is 73 (28.91% from 255 or 21.60% from 338); Max value from RGB is 144 - color contains mainly: green. Hex color #799049 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #799049 is #866FB6. Grayscale: #818181. Windows color (decimal): -8810423 or 4821113. OLE color: 4821113.
HSL color Cylindrical-coordinate representation of color #799049: hue angle of 79.44º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #799049 is Cyan = 0.16, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 121 | 144 | 73 | - |
| CMYK | 0.16 | 0 | 0.49 | 0.44 |
| HSL | 79.44º | 0.33% | 0.43% | - |
| HSV(B) | 79.44º | 0.49% | 0.56% | - |
| XYZ | 19.06 | 24.49 | 10.03 | - |
| YUV | 129.03 | 96.38 | 122.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 144 | 73 | 0.16 | 0 | 0.49 | 0.44 | 79.44 | 0.33 | 0.43 |
| Hex | 79 | 90 | 49 | 10 | 0 | 31 | 2C | 4F | 21 | 2B |
| Octal | 171 | 220 | 111 | 20 | 0 | 61 | 54 | 117 | 41 | 53 |
| Binary | 1111001 | 10010000 | 1001001 | 10000 | 0 | 110001 | 101100 | 1001111 | 100001 | 101011 |
Color Harmonies of #799049
Complementary color
Monochromatic Colors of #799049
Black with #799049
Text Example
Text Example
White with #799049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799049; }
p { color: rgb(121,144,73); }
H1.HeaderClassName
{
color: #799049;
}
.AnyTagClassName
{
color: #799049;
}
</style>
background-color css
<style>
a { background-color: #799049; }
a { background-color: rgb(121,144,73); }
div.DivClassName
{
background-color: #799049;
}
.BgClassName
{
background-color: #799049;
}
</style>
border-color css
<style>
span { border-color: #799049; }
span { border-color: rgb(121,144,73); }
td.TdClassName
{
border-color: #799049;
}
.TagClassName
{
border-color: #799049;
}
</style>