Shades of Wasabi #81954D
Tints of Wasabi #81954D
RGB
CMYK
RGB Variations
Color information
#81954D (or 0x81954D) is known color: Wasabi. HEX triplet: 81, 95 and 4D. RGB value is (129,149,77). Sum of RGB (Red+Green+Blue) = 129+149+77=355 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.34% from 355); Green value is 149 (58.59% from 255 or 41.97% from 355); Blue value is 77 (30.47% from 255 or 21.69% from 355); Max value from RGB is 149 - color contains mainly: green. Hex color #81954D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81954D is #7E6AB2. Grayscale: #878787. Windows color (decimal): -8284851 or 5084545. OLE color: 5084545.
HSL color Cylindrical-coordinate representation of color #81954D: hue angle of 76.67º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #81954D is Cyan = 0.13, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 129 | 149 | 77 | - |
| CMYK | 0.13 | 0 | 0.48 | 0.42 |
| HSL | 76.67º | 0.32% | 0.44% | - |
| HSV(B) | 76.67º | 0.48% | 0.58% | - |
| XYZ | 21.14 | 26.7 | 11.06 | - |
| YUV | 134.81 | 95.37 | 123.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 149 | 77 | 0.13 | 0 | 0.48 | 0.42 | 76.67 | 0.32 | 0.44 |
| Hex | 81 | 95 | 4D | D | 0 | 30 | 2A | 4D | 20 | 2C |
| Octal | 201 | 225 | 115 | 15 | 0 | 60 | 52 | 115 | 40 | 54 |
| Binary | 10000001 | 10010101 | 1001101 | 1101 | 0 | 110000 | 101010 | 1001101 | 100000 | 101100 |
Color Harmonies of #81954D
Complementary color
Monochromatic Colors of #81954D
Black with #81954D
Text Example
Text Example
White with #81954D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81954D; }
p { color: rgb(129,149,77); }
H1.HeaderClassName
{
color: #81954D;
}
.AnyTagClassName
{
color: #81954D;
}
</style>
background-color css
<style>
a { background-color: #81954D; }
a { background-color: rgb(129,149,77); }
div.DivClassName
{
background-color: #81954D;
}
.BgClassName
{
background-color: #81954D;
}
</style>
border-color css
<style>
span { border-color: #81954D; }
span { border-color: rgb(129,149,77); }
td.TdClassName
{
border-color: #81954D;
}
.TagClassName
{
border-color: #81954D;
}
</style>