Shades of Wasabi #808945
Tints of Wasabi #808945
RGB
CMYK
RGB Variations
Color information
#808945 (or 0x808945) is known color: Wasabi. HEX triplet: 80, 89 and 45. RGB value is (128,137,69). Sum of RGB (Red+Green+Blue) = 128+137+69=334 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.32% from 334); Green value is 137 (53.91% from 255 or 41.02% from 334); Blue value is 69 (27.34% from 255 or 20.66% from 334); Max value from RGB is 137 - color contains mainly: green. Hex color #808945 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808945 is #7F76BA. Grayscale: #7E7E7E. Windows color (decimal): -8353467 or 4557184. OLE color: 4557184.
HSL color Cylindrical-coordinate representation of color #808945: hue angle of 67.94º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #808945 is Cyan = 0.07, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 128 | 137 | 69 | - |
| CMYK | 0.07 | 0 | 0.50 | 0.46 |
| HSL | 67.94º | 0.33% | 0.4% | - |
| HSV(B) | 67.94º | 0.5% | 0.54% | - |
| XYZ | 18.92 | 22.91 | 9.06 | - |
| YUV | 126.56 | 95.52 | 129.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 137 | 69 | 0.07 | 0 | 0.50 | 0.46 | 67.94 | 0.33 | 0.4 |
| Hex | 80 | 89 | 45 | 7 | 0 | 32 | 2E | 44 | 21 | 28 |
| Octal | 200 | 211 | 105 | 7 | 0 | 62 | 56 | 104 | 41 | 50 |
| Binary | 10000000 | 10001001 | 1000101 | 111 | 0 | 110010 | 101110 | 1000100 | 100001 | 101000 |
Color Harmonies of #808945
Complementary color
Monochromatic Colors of #808945
Black with #808945
Text Example
Text Example
White with #808945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808945; }
p { color: rgb(128,137,69); }
H1.HeaderClassName
{
color: #808945;
}
.AnyTagClassName
{
color: #808945;
}
</style>
background-color css
<style>
a { background-color: #808945; }
a { background-color: rgb(128,137,69); }
div.DivClassName
{
background-color: #808945;
}
.BgClassName
{
background-color: #808945;
}
</style>
border-color css
<style>
span { border-color: #808945; }
span { border-color: rgb(128,137,69); }
td.TdClassName
{
border-color: #808945;
}
.TagClassName
{
border-color: #808945;
}
</style>