Shades of Wasabi #79833D
Tints of Wasabi #79833D
RGB
CMYK
RGB Variations
Color information
#79833D (or 0x79833D) is known color: Wasabi. HEX triplet: 79, 83 and 3D. RGB value is (121,131,61). Sum of RGB (Red+Green+Blue) = 121+131+61=313 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.66% from 313); Green value is 131 (51.56% from 255 or 41.85% from 313); Blue value is 61 (24.22% from 255 or 19.49% from 313); Max value from RGB is 131 - color contains mainly: green. Hex color #79833D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #79833D is #867CC2. Grayscale: #787878. Windows color (decimal): -8813763 or 4031353. OLE color: 4031353.
HSL color Cylindrical-coordinate representation of color #79833D: hue angle of 68.57º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #79833D is Cyan = 0.08, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 121 | 131 | 61 | - |
| CMYK | 0.08 | 0 | 0.53 | 0.49 |
| HSL | 68.57º | 0.36% | 0.38% | - |
| HSV(B) | 68.57º | 0.53% | 0.51% | - |
| XYZ | 16.84 | 20.63 | 7.51 | - |
| YUV | 120.03 | 94.69 | 128.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 131 | 61 | 0.08 | 0 | 0.53 | 0.49 | 68.57 | 0.36 | 0.38 |
| Hex | 79 | 83 | 3D | 8 | 0 | 35 | 31 | 45 | 24 | 26 |
| Octal | 171 | 203 | 75 | 10 | 0 | 65 | 61 | 105 | 44 | 46 |
| Binary | 1111001 | 10000011 | 111101 | 1000 | 0 | 110101 | 110001 | 1000101 | 100100 | 100110 |
Color Harmonies of #79833D
Complementary color
Monochromatic Colors of #79833D
Black with #79833D
Text Example
Text Example
White with #79833D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79833D; }
p { color: rgb(121,131,61); }
H1.HeaderClassName
{
color: #79833D;
}
.AnyTagClassName
{
color: #79833D;
}
</style>
background-color css
<style>
a { background-color: #79833D; }
a { background-color: rgb(121,131,61); }
div.DivClassName
{
background-color: #79833D;
}
.BgClassName
{
background-color: #79833D;
}
</style>
border-color css
<style>
span { border-color: #79833D; }
span { border-color: rgb(121,131,61); }
td.TdClassName
{
border-color: #79833D;
}
.TagClassName
{
border-color: #79833D;
}
</style>