Shades of Wasabi #80934F
Tints of Wasabi #80934F
RGB
CMYK
RGB Variations
Color information
#80934F (or 0x80934F) is known color: Wasabi. HEX triplet: 80, 93 and 4F. RGB value is (128,147,79). Sum of RGB (Red+Green+Blue) = 128+147+79=354 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.16% from 354); Green value is 147 (57.81% from 255 or 41.53% from 354); Blue value is 79 (31.25% from 255 or 22.32% from 354); Max value from RGB is 147 - color contains mainly: green. Hex color #80934F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80934F is #7F6CB0. Grayscale: #858585. Windows color (decimal): -8350897 or 5215104. OLE color: 5215104.
HSL color Cylindrical-coordinate representation of color #80934F: hue angle of 76.76º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80934F is Cyan = 0.13, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 128 | 147 | 79 | - |
| CMYK | 0.13 | 0 | 0.46 | 0.42 |
| HSL | 76.76º | 0.3% | 0.44% | - |
| HSV(B) | 76.76º | 0.46% | 0.58% | - |
| XYZ | 20.75 | 26.02 | 11.33 | - |
| YUV | 133.57 | 97.21 | 124.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 147 | 79 | 0.13 | 0 | 0.46 | 0.42 | 76.76 | 0.3 | 0.44 |
| Hex | 80 | 93 | 4F | D | 0 | 2E | 2A | 4D | 1E | 2C |
| Octal | 200 | 223 | 117 | 15 | 0 | 56 | 52 | 115 | 36 | 54 |
| Binary | 10000000 | 10010011 | 1001111 | 1101 | 0 | 101110 | 101010 | 1001101 | 11110 | 101100 |
Color Harmonies of #80934F
Complementary color
Monochromatic Colors of #80934F
Black with #80934F
Text Example
Text Example
White with #80934F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80934F; }
p { color: rgb(128,147,79); }
H1.HeaderClassName
{
color: #80934F;
}
.AnyTagClassName
{
color: #80934F;
}
</style>
background-color css
<style>
a { background-color: #80934F; }
a { background-color: rgb(128,147,79); }
div.DivClassName
{
background-color: #80934F;
}
.BgClassName
{
background-color: #80934F;
}
</style>
border-color css
<style>
span { border-color: #80934F; }
span { border-color: rgb(128,147,79); }
td.TdClassName
{
border-color: #80934F;
}
.TagClassName
{
border-color: #80934F;
}
</style>