Shades of Wasabi #81944B
Tints of Wasabi #81944B
RGB
CMYK
RGB Variations
Color information
#81944B (or 0x81944B) is known color: Wasabi. HEX triplet: 81, 94 and 4B. RGB value is (129,148,75). Sum of RGB (Red+Green+Blue) = 129+148+75=352 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.65% from 352); Green value is 148 (58.20% from 255 or 42.05% from 352); Blue value is 75 (29.69% from 255 or 21.31% from 352); Max value from RGB is 148 - color contains mainly: green. Hex color #81944B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81944B is #7E6BB4. Grayscale: #868686. Windows color (decimal): -8285109 or 4953217. OLE color: 4953217.
HSL color Cylindrical-coordinate representation of color #81944B: hue angle of 75.62º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #81944B is Cyan = 0.13, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 129 | 148 | 75 | - |
| CMYK | 0.13 | 0 | 0.49 | 0.42 |
| HSL | 75.62º | 0.33% | 0.44% | - |
| HSV(B) | 75.62º | 0.49% | 0.58% | - |
| XYZ | 20.91 | 26.35 | 10.64 | - |
| YUV | 134 | 94.71 | 124.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 148 | 75 | 0.13 | 0 | 0.49 | 0.42 | 75.62 | 0.33 | 0.44 |
| Hex | 81 | 94 | 4B | D | 0 | 31 | 2A | 4C | 21 | 2C |
| Octal | 201 | 224 | 113 | 15 | 0 | 61 | 52 | 114 | 41 | 54 |
| Binary | 10000001 | 10010100 | 1001011 | 1101 | 0 | 110001 | 101010 | 1001100 | 100001 | 101100 |
Color Harmonies of #81944B
Complementary color
Monochromatic Colors of #81944B
Black with #81944B
Text Example
Text Example
White with #81944B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81944B; }
p { color: rgb(129,148,75); }
H1.HeaderClassName
{
color: #81944B;
}
.AnyTagClassName
{
color: #81944B;
}
</style>
background-color css
<style>
a { background-color: #81944B; }
a { background-color: rgb(129,148,75); }
div.DivClassName
{
background-color: #81944B;
}
.BgClassName
{
background-color: #81944B;
}
</style>
border-color css
<style>
span { border-color: #81944B; }
span { border-color: rgb(129,148,75); }
td.TdClassName
{
border-color: #81944B;
}
.TagClassName
{
border-color: #81944B;
}
</style>