Shades of Wasabi #81924D
Tints of Wasabi #81924D
RGB
CMYK
RGB Variations
Color information
#81924D (or 0x81924D) is known color: Wasabi. HEX triplet: 81, 92 and 4D. RGB value is (129,146,77). Sum of RGB (Red+Green+Blue) = 129+146+77=352 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.65% from 352); Green value is 146 (57.42% from 255 or 41.48% from 352); Blue value is 77 (30.47% from 255 or 21.88% from 352); Max value from RGB is 146 - color contains mainly: green. Hex color #81924D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81924D is #7E6DB2. Grayscale: #858585. Windows color (decimal): -8285619 or 5083777. OLE color: 5083777.
HSL color Cylindrical-coordinate representation of color #81924D: hue angle of 74.78º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #81924D is Cyan = 0.12, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 129 | 146 | 77 | - |
| CMYK | 0.12 | 0 | 0.47 | 0.43 |
| HSL | 74.78º | 0.31% | 0.44% | - |
| HSV(B) | 74.78º | 0.47% | 0.57% | - |
| XYZ | 20.67 | 25.76 | 10.9 | - |
| YUV | 133.05 | 96.37 | 125.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 146 | 77 | 0.12 | 0 | 0.47 | 0.43 | 74.78 | 0.31 | 0.44 |
| Hex | 81 | 92 | 4D | C | 0 | 2F | 2B | 4B | 1F | 2C |
| Octal | 201 | 222 | 115 | 14 | 0 | 57 | 53 | 113 | 37 | 54 |
| Binary | 10000001 | 10010010 | 1001101 | 1100 | 0 | 101111 | 101011 | 1001011 | 11111 | 101100 |
Color Harmonies of #81924D
Complementary color
Monochromatic Colors of #81924D
Black with #81924D
Text Example
Text Example
White with #81924D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81924D; }
p { color: rgb(129,146,77); }
H1.HeaderClassName
{
color: #81924D;
}
.AnyTagClassName
{
color: #81924D;
}
</style>
background-color css
<style>
a { background-color: #81924D; }
a { background-color: rgb(129,146,77); }
div.DivClassName
{
background-color: #81924D;
}
.BgClassName
{
background-color: #81924D;
}
</style>
border-color css
<style>
span { border-color: #81924D; }
span { border-color: rgb(129,146,77); }
td.TdClassName
{
border-color: #81924D;
}
.TagClassName
{
border-color: #81924D;
}
</style>