Shades of Wasabi #799031
Tints of Wasabi #799031
RGB
CMYK
RGB Variations
Color information
#799031 (or 0x799031) is known color: Wasabi. HEX triplet: 79, 90 and 31. RGB value is (121,144,49). Sum of RGB (Red+Green+Blue) = 121+144+49=314 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.54% from 314); Green value is 144 (56.64% from 255 or 45.86% from 314); Blue value is 49 (19.53% from 255 or 15.61% from 314); Max value from RGB is 144 - color contains mainly: green. Hex color #799031 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #799031 is #866FCE. Grayscale: #7E7E7E. Windows color (decimal): -8810447 or 3248249. OLE color: 3248249.
HSL color Cylindrical-coordinate representation of color #799031: hue angle of 74.53º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #799031 is Cyan = 0.16, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 121 | 144 | 49 | - |
| CMYK | 0.16 | 0 | 0.66 | 0.44 |
| HSL | 74.53º | 0.49% | 0.38% | - |
| HSV(B) | 74.53º | 0.66% | 0.56% | - |
| XYZ | 18.41 | 24.23 | 6.61 | - |
| YUV | 126.29 | 84.38 | 124.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 144 | 49 | 0.16 | 0 | 0.66 | 0.44 | 74.53 | 0.49 | 0.38 |
| Hex | 79 | 90 | 31 | 10 | 0 | 42 | 2C | 4B | 31 | 26 |
| Octal | 171 | 220 | 61 | 20 | 0 | 102 | 54 | 113 | 61 | 46 |
| Binary | 1111001 | 10010000 | 110001 | 10000 | 0 | 1000010 | 101100 | 1001011 | 110001 | 100110 |
Color Harmonies of #799031
Complementary color
Monochromatic Colors of #799031
Black with #799031
Text Example
Text Example
White with #799031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799031; }
p { color: rgb(121,144,49); }
H1.HeaderClassName
{
color: #799031;
}
.AnyTagClassName
{
color: #799031;
}
</style>
background-color css
<style>
a { background-color: #799031; }
a { background-color: rgb(121,144,49); }
div.DivClassName
{
background-color: #799031;
}
.BgClassName
{
background-color: #799031;
}
</style>
border-color css
<style>
span { border-color: #799031; }
span { border-color: rgb(121,144,49); }
td.TdClassName
{
border-color: #799031;
}
.TagClassName
{
border-color: #799031;
}
</style>