Shades of Wasabi #809147
Tints of Wasabi #809147
RGB
CMYK
RGB Variations
Color information
#809147 (or 0x809147) is known color: Wasabi. HEX triplet: 80, 91 and 47. RGB value is (128,145,71). Sum of RGB (Red+Green+Blue) = 128+145+71=344 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.21% from 344); Green value is 145 (57.03% from 255 or 42.15% from 344); Blue value is 71 (28.12% from 255 or 20.64% from 344); Max value from RGB is 145 - color contains mainly: green. Hex color #809147 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #809147 is #7F6EB8. Grayscale: #838383. Windows color (decimal): -8351417 or 4690304. OLE color: 4690304.
HSL color Cylindrical-coordinate representation of color #809147: hue angle of 73.78º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #809147 is Cyan = 0.12, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 128 | 145 | 71 | - |
| CMYK | 0.12 | 0 | 0.51 | 0.43 |
| HSL | 73.78º | 0.34% | 0.42% | - |
| HSV(B) | 73.78º | 0.51% | 0.57% | - |
| XYZ | 20.16 | 25.29 | 9.78 | - |
| YUV | 131.48 | 93.87 | 125.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 145 | 71 | 0.12 | 0 | 0.51 | 0.43 | 73.78 | 0.34 | 0.42 |
| Hex | 80 | 91 | 47 | C | 0 | 33 | 2B | 4A | 22 | 2A |
| Octal | 200 | 221 | 107 | 14 | 0 | 63 | 53 | 112 | 42 | 52 |
| Binary | 10000000 | 10010001 | 1000111 | 1100 | 0 | 110011 | 101011 | 1001010 | 100010 | 101010 |
Color Harmonies of #809147
Complementary color
Monochromatic Colors of #809147
Black with #809147
Text Example
Text Example
White with #809147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #809147; }
p { color: rgb(128,145,71); }
H1.HeaderClassName
{
color: #809147;
}
.AnyTagClassName
{
color: #809147;
}
</style>
background-color css
<style>
a { background-color: #809147; }
a { background-color: rgb(128,145,71); }
div.DivClassName
{
background-color: #809147;
}
.BgClassName
{
background-color: #809147;
}
</style>
border-color css
<style>
span { border-color: #809147; }
span { border-color: rgb(128,145,71); }
td.TdClassName
{
border-color: #809147;
}
.TagClassName
{
border-color: #809147;
}
</style>