Shades of Wasabi #799146
Tints of Wasabi #799146
RGB
CMYK
RGB Variations
Color information
#799146 (or 0x799146) is known color: Wasabi. HEX triplet: 79, 91 and 46. RGB value is (121,145,70). Sum of RGB (Red+Green+Blue) = 121+145+70=336 (44% of max value = 765). Red value is 121 (47.66% from 255 or 36.01% from 336); Green value is 145 (57.03% from 255 or 43.15% from 336); Blue value is 70 (27.73% from 255 or 20.83% from 336); Max value from RGB is 145 - color contains mainly: green. Hex color #799146 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #799146 is #866EB9. Grayscale: #818181. Windows color (decimal): -8810170 or 4624761. OLE color: 4624761.
HSL color Cylindrical-coordinate representation of color #799146: hue angle of 79.2º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #799146 is Cyan = 0.17, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 121 | 145 | 70 | - |
| CMYK | 0.17 | 0 | 0.52 | 0.43 |
| HSL | 79.2º | 0.35% | 0.42% | - |
| HSV(B) | 79.2º | 0.52% | 0.57% | - |
| XYZ | 19.12 | 24.76 | 9.57 | - |
| YUV | 129.27 | 94.55 | 122.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 145 | 70 | 0.17 | 0 | 0.52 | 0.43 | 79.2 | 0.35 | 0.42 |
| Hex | 79 | 91 | 46 | 11 | 0 | 34 | 2B | 4F | 23 | 2A |
| Octal | 171 | 221 | 106 | 21 | 0 | 64 | 53 | 117 | 43 | 52 |
| Binary | 1111001 | 10010001 | 1000110 | 10001 | 0 | 110100 | 101011 | 1001111 | 100011 | 101010 |
Color Harmonies of #799146
Complementary color
Monochromatic Colors of #799146
Black with #799146
Text Example
Text Example
White with #799146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799146; }
p { color: rgb(121,145,70); }
H1.HeaderClassName
{
color: #799146;
}
.AnyTagClassName
{
color: #799146;
}
</style>
background-color css
<style>
a { background-color: #799146; }
a { background-color: rgb(121,145,70); }
div.DivClassName
{
background-color: #799146;
}
.BgClassName
{
background-color: #799146;
}
</style>
border-color css
<style>
span { border-color: #799146; }
span { border-color: rgb(121,145,70); }
td.TdClassName
{
border-color: #799146;
}
.TagClassName
{
border-color: #799146;
}
</style>