Shades of Wasabi #80904B
Tints of Wasabi #80904B
RGB
CMYK
RGB Variations
Color information
#80904B (or 0x80904B) is known color: Wasabi. HEX triplet: 80, 90 and 4B. RGB value is (128,144,75). Sum of RGB (Red+Green+Blue) = 128+144+75=347 (45% of max value = 765). Red value is 128 (50.39% from 255 or 36.89% from 347); Green value is 144 (56.64% from 255 or 41.50% from 347); Blue value is 75 (29.69% from 255 or 21.61% from 347); Max value from RGB is 144 - color contains mainly: green. Hex color #80904B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80904B is #7F6FB4. Grayscale: #838383. Windows color (decimal): -8351669 or 4952192. OLE color: 4952192.
HSL color Cylindrical-coordinate representation of color #80904B: hue angle of 73.91º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #80904B is Cyan = 0.11, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 128 | 144 | 75 | - |
| CMYK | 0.11 | 0 | 0.48 | 0.44 |
| HSL | 73.91º | 0.32% | 0.43% | - |
| HSV(B) | 73.91º | 0.48% | 0.56% | - |
| XYZ | 20.15 | 25.04 | 10.43 | - |
| YUV | 131.35 | 96.2 | 125.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 144 | 75 | 0.11 | 0 | 0.48 | 0.44 | 73.91 | 0.32 | 0.43 |
| Hex | 80 | 90 | 4B | B | 0 | 30 | 2C | 4A | 20 | 2B |
| Octal | 200 | 220 | 113 | 13 | 0 | 60 | 54 | 112 | 40 | 53 |
| Binary | 10000000 | 10010000 | 1001011 | 1011 | 0 | 110000 | 101100 | 1001010 | 100000 | 101011 |
Color Harmonies of #80904B
Complementary color
Monochromatic Colors of #80904B
Black with #80904B
Text Example
Text Example
White with #80904B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80904B; }
p { color: rgb(128,144,75); }
H1.HeaderClassName
{
color: #80904B;
}
.AnyTagClassName
{
color: #80904B;
}
</style>
background-color css
<style>
a { background-color: #80904B; }
a { background-color: rgb(128,144,75); }
div.DivClassName
{
background-color: #80904B;
}
.BgClassName
{
background-color: #80904B;
}
</style>
border-color css
<style>
span { border-color: #80904B; }
span { border-color: rgb(128,144,75); }
td.TdClassName
{
border-color: #80904B;
}
.TagClassName
{
border-color: #80904B;
}
</style>