Shades of Wasabi #81983F
Tints of Wasabi #81983F
RGB
CMYK
RGB Variations
Color information
#81983F (or 0x81983F) is known color: Wasabi. HEX triplet: 81, 98 and 3F. RGB value is (129,152,63). Sum of RGB (Red+Green+Blue) = 129+152+63=344 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.5% from 344); Green value is 152 (59.77% from 255 or 44.19% from 344); Blue value is 63 (25% from 255 or 18.31% from 344); Max value from RGB is 152 - color contains mainly: green. Hex color #81983F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81983F is #7E67C0. Grayscale: #878787. Windows color (decimal): -8284097 or 4167809. OLE color: 4167809.
HSL color Cylindrical-coordinate representation of color #81983F: hue angle of 75.51º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #81983F is Cyan = 0.15, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 129 | 152 | 63 | - |
| CMYK | 0.15 | 0 | 0.59 | 0.40 |
| HSL | 75.51º | 0.41% | 0.42% | - |
| HSV(B) | 75.51º | 0.59% | 0.6% | - |
| XYZ | 21.18 | 27.48 | 8.89 | - |
| YUV | 134.98 | 87.38 | 123.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 152 | 63 | 0.15 | 0 | 0.59 | 0.40 | 75.51 | 0.41 | 0.42 |
| Hex | 81 | 98 | 3F | F | 0 | 3B | 28 | 4C | 29 | 2A |
| Octal | 201 | 230 | 77 | 17 | 0 | 73 | 50 | 114 | 51 | 52 |
| Binary | 10000001 | 10011000 | 111111 | 1111 | 0 | 111011 | 101000 | 1001100 | 101001 | 101010 |
Color Harmonies of #81983F
Complementary color
Monochromatic Colors of #81983F
Black with #81983F
Text Example
Text Example
White with #81983F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81983F; }
p { color: rgb(129,152,63); }
H1.HeaderClassName
{
color: #81983F;
}
.AnyTagClassName
{
color: #81983F;
}
</style>
background-color css
<style>
a { background-color: #81983F; }
a { background-color: rgb(129,152,63); }
div.DivClassName
{
background-color: #81983F;
}
.BgClassName
{
background-color: #81983F;
}
</style>
border-color css
<style>
span { border-color: #81983F; }
span { border-color: rgb(129,152,63); }
td.TdClassName
{
border-color: #81983F;
}
.TagClassName
{
border-color: #81983F;
}
</style>