Shades of Wasabi #81964B
Tints of Wasabi #81964B
RGB
CMYK
RGB Variations
Color information
#81964B (or 0x81964B) is known color: Wasabi. HEX triplet: 81, 96 and 4B. RGB value is (129,150,75). Sum of RGB (Red+Green+Blue) = 129+150+75=354 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.44% from 354); Green value is 150 (58.98% from 255 or 42.37% from 354); Blue value is 75 (29.69% from 255 or 21.19% from 354); Max value from RGB is 150 - color contains mainly: green. Hex color #81964B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81964B is #7E69B4. Grayscale: #878787. Windows color (decimal): -8284597 or 4953729. OLE color: 4953729.
HSL color Cylindrical-coordinate representation of color #81964B: hue angle of 76.8º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #81964B is Cyan = 0.14, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 129 | 150 | 75 | - |
| CMYK | 0.14 | 0 | 0.5 | 0.41 |
| HSL | 76.8º | 0.33% | 0.44% | - |
| HSV(B) | 76.8º | 0.5% | 0.59% | - |
| XYZ | 21.23 | 26.99 | 10.75 | - |
| YUV | 135.17 | 94.04 | 123.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 150 | 75 | 0.14 | 0 | 0.5 | 0.41 | 76.8 | 0.33 | 0.44 |
| Hex | 81 | 96 | 4B | E | 0 | 32 | 29 | 4D | 21 | 2C |
| Octal | 201 | 226 | 113 | 16 | 0 | 62 | 51 | 115 | 41 | 54 |
| Binary | 10000001 | 10010110 | 1001011 | 1110 | 0 | 110010 | 101001 | 1001101 | 100001 | 101100 |
Color Harmonies of #81964B
Complementary color
Monochromatic Colors of #81964B
Black with #81964B
Text Example
Text Example
White with #81964B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81964B; }
p { color: rgb(129,150,75); }
H1.HeaderClassName
{
color: #81964B;
}
.AnyTagClassName
{
color: #81964B;
}
</style>
background-color css
<style>
a { background-color: #81964B; }
a { background-color: rgb(129,150,75); }
div.DivClassName
{
background-color: #81964B;
}
.BgClassName
{
background-color: #81964B;
}
</style>
border-color css
<style>
span { border-color: #81964B; }
span { border-color: rgb(129,150,75); }
td.TdClassName
{
border-color: #81964B;
}
.TagClassName
{
border-color: #81964B;
}
</style>