Shades of Wasabi #80964A
Tints of Wasabi #80964A
RGB
CMYK
RGB Variations
Color information
#80964A (or 0x80964A) is known color: Wasabi. HEX triplet: 80, 96 and 4A. RGB value is (128,150,74). Sum of RGB (Red+Green+Blue) = 128+150+74=352 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.36% from 352); Green value is 150 (58.98% from 255 or 42.61% from 352); Blue value is 74 (29.30% from 255 or 21.02% from 352); Max value from RGB is 150 - color contains mainly: green. Hex color #80964A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80964A is #7F69B5. Grayscale: #878787. Windows color (decimal): -8350134 or 4888192. OLE color: 4888192.
HSL color Cylindrical-coordinate representation of color #80964A: hue angle of 77.37º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #80964A is Cyan = 0.15, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 128 | 150 | 74 | - |
| CMYK | 0.15 | 0 | 0.51 | 0.41 |
| HSL | 77.37º | 0.34% | 0.44% | - |
| HSV(B) | 77.37º | 0.51% | 0.59% | - |
| XYZ | 21.04 | 26.9 | 10.56 | - |
| YUV | 134.76 | 93.71 | 123.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 150 | 74 | 0.15 | 0 | 0.51 | 0.41 | 77.37 | 0.34 | 0.44 |
| Hex | 80 | 96 | 4A | F | 0 | 33 | 29 | 4D | 22 | 2C |
| Octal | 200 | 226 | 112 | 17 | 0 | 63 | 51 | 115 | 42 | 54 |
| Binary | 10000000 | 10010110 | 1001010 | 1111 | 0 | 110011 | 101001 | 1001101 | 100010 | 101100 |
Color Harmonies of #80964A
Complementary color
Monochromatic Colors of #80964A
Black with #80964A
Text Example
Text Example
White with #80964A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80964A; }
p { color: rgb(128,150,74); }
H1.HeaderClassName
{
color: #80964A;
}
.AnyTagClassName
{
color: #80964A;
}
</style>
background-color css
<style>
a { background-color: #80964A; }
a { background-color: rgb(128,150,74); }
div.DivClassName
{
background-color: #80964A;
}
.BgClassName
{
background-color: #80964A;
}
</style>
border-color css
<style>
span { border-color: #80964A; }
span { border-color: rgb(128,150,74); }
td.TdClassName
{
border-color: #80964A;
}
.TagClassName
{
border-color: #80964A;
}
</style>