Shades of Wasabi #818F51
Tints of Wasabi #818F51
RGB
CMYK
RGB Variations
Color information
#818F51 (or 0x818F51) is known color: Wasabi. HEX triplet: 81, 8F and 51. RGB value is (129,143,81). Sum of RGB (Red+Green+Blue) = 129+143+81=353 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.54% from 353); Green value is 143 (56.25% from 255 or 40.51% from 353); Blue value is 81 (32.03% from 255 or 22.95% from 353); Max value from RGB is 143 - color contains mainly: green. Hex color #818F51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818F51 is #7E70AE. Grayscale: #838383. Windows color (decimal): -8286383 or 5345153. OLE color: 5345153.
HSL color Cylindrical-coordinate representation of color #818F51: hue angle of 73.55º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #818F51 is Cyan = 0.10, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 129 | 143 | 81 | - |
| CMYK | 0.10 | 0 | 0.43 | 0.44 |
| HSL | 73.55º | 0.28% | 0.44% | - |
| HSV(B) | 73.55º | 0.43% | 0.56% | - |
| XYZ | 20.36 | 24.91 | 11.52 | - |
| YUV | 131.75 | 99.36 | 126.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 143 | 81 | 0.10 | 0 | 0.43 | 0.44 | 73.55 | 0.28 | 0.44 |
| Hex | 81 | 8F | 51 | A | 0 | 2B | 2C | 4A | 1C | 2C |
| Octal | 201 | 217 | 121 | 12 | 0 | 53 | 54 | 112 | 34 | 54 |
| Binary | 10000001 | 10001111 | 1010001 | 1010 | 0 | 101011 | 101100 | 1001010 | 11100 | 101100 |
Color Harmonies of #818F51
Complementary color
Monochromatic Colors of #818F51
Black with #818F51
Text Example
Text Example
White with #818F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818F51; }
p { color: rgb(129,143,81); }
H1.HeaderClassName
{
color: #818F51;
}
.AnyTagClassName
{
color: #818F51;
}
</style>
background-color css
<style>
a { background-color: #818F51; }
a { background-color: rgb(129,143,81); }
div.DivClassName
{
background-color: #818F51;
}
.BgClassName
{
background-color: #818F51;
}
</style>
border-color css
<style>
span { border-color: #818F51; }
span { border-color: rgb(129,143,81); }
td.TdClassName
{
border-color: #818F51;
}
.TagClassName
{
border-color: #818F51;
}
</style>