Shades of Wasabi #799249
Tints of Wasabi #799249
RGB
CMYK
RGB Variations
Color information
#799249 (or 0x799249) is known color: Wasabi. HEX triplet: 79, 92 and 49. RGB value is (121,146,73). Sum of RGB (Red+Green+Blue) = 121+146+73=340 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.59% from 340); Green value is 146 (57.42% from 255 or 42.94% from 340); Blue value is 73 (28.91% from 255 or 21.47% from 340); Max value from RGB is 146 - color contains mainly: green. Hex color #799249 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #799249 is #866DB6. Grayscale: #828282. Windows color (decimal): -8809911 or 4821625. OLE color: 4821625.
HSL color Cylindrical-coordinate representation of color #799249: hue angle of 80.55º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #799249 is Cyan = 0.17, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 121 | 146 | 73 | - |
| CMYK | 0.17 | 0 | 0.5 | 0.43 |
| HSL | 80.55º | 0.33% | 0.43% | - |
| HSV(B) | 80.55º | 0.5% | 0.57% | - |
| XYZ | 19.37 | 25.1 | 10.13 | - |
| YUV | 130.2 | 95.72 | 121.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 146 | 73 | 0.17 | 0 | 0.5 | 0.43 | 80.55 | 0.33 | 0.43 |
| Hex | 79 | 92 | 49 | 11 | 0 | 32 | 2B | 51 | 21 | 2B |
| Octal | 171 | 222 | 111 | 21 | 0 | 62 | 53 | 121 | 41 | 53 |
| Binary | 1111001 | 10010010 | 1001001 | 10001 | 0 | 110010 | 101011 | 1010001 | 100001 | 101011 |
Color Harmonies of #799249
Complementary color
Monochromatic Colors of #799249
Black with #799249
Text Example
Text Example
White with #799249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799249; }
p { color: rgb(121,146,73); }
H1.HeaderClassName
{
color: #799249;
}
.AnyTagClassName
{
color: #799249;
}
</style>
background-color css
<style>
a { background-color: #799249; }
a { background-color: rgb(121,146,73); }
div.DivClassName
{
background-color: #799249;
}
.BgClassName
{
background-color: #799249;
}
</style>
border-color css
<style>
span { border-color: #799249; }
span { border-color: rgb(121,146,73); }
td.TdClassName
{
border-color: #799249;
}
.TagClassName
{
border-color: #799249;
}
</style>