Shades of Wasabi #808A41
Tints of Wasabi #808A41
RGB
CMYK
RGB Variations
Color information
#808A41 (or 0x808A41) is known color: Wasabi. HEX triplet: 80, 8A and 41. RGB value is (128,138,65). Sum of RGB (Red+Green+Blue) = 128+138+65=331 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.67% from 331); Green value is 138 (54.30% from 255 or 41.69% from 331); Blue value is 65 (25.78% from 255 or 19.64% from 331); Max value from RGB is 138 - color contains mainly: green. Hex color #808A41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808A41 is #7F75BE. Grayscale: #7E7E7E. Windows color (decimal): -8353215 or 4295296. OLE color: 4295296.
HSL color Cylindrical-coordinate representation of color #808A41: hue angle of 68.22º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #808A41 is Cyan = 0.07, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 128 | 138 | 65 | - |
| CMYK | 0.07 | 0 | 0.53 | 0.46 |
| HSL | 68.22º | 0.36% | 0.4% | - |
| HSV(B) | 68.22º | 0.53% | 0.54% | - |
| XYZ | 18.94 | 23.15 | 8.47 | - |
| YUV | 126.69 | 93.19 | 128.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 138 | 65 | 0.07 | 0 | 0.53 | 0.46 | 68.22 | 0.36 | 0.4 |
| Hex | 80 | 8A | 41 | 7 | 0 | 35 | 2E | 44 | 24 | 28 |
| Octal | 200 | 212 | 101 | 7 | 0 | 65 | 56 | 104 | 44 | 50 |
| Binary | 10000000 | 10001010 | 1000001 | 111 | 0 | 110101 | 101110 | 1000100 | 100100 | 101000 |
Color Harmonies of #808A41
Complementary color
Monochromatic Colors of #808A41
Black with #808A41
Text Example
Text Example
White with #808A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808A41; }
p { color: rgb(128,138,65); }
H1.HeaderClassName
{
color: #808A41;
}
.AnyTagClassName
{
color: #808A41;
}
</style>
background-color css
<style>
a { background-color: #808A41; }
a { background-color: rgb(128,138,65); }
div.DivClassName
{
background-color: #808A41;
}
.BgClassName
{
background-color: #808A41;
}
</style>
border-color css
<style>
span { border-color: #808A41; }
span { border-color: rgb(128,138,65); }
td.TdClassName
{
border-color: #808A41;
}
.TagClassName
{
border-color: #808A41;
}
</style>