Shades of Wasabi #818F50
Tints of Wasabi #818F50
RGB
CMYK
RGB Variations
Color information
#818F50 (or 0x818F50) is known color: Wasabi. HEX triplet: 81, 8F and 50. RGB value is (129,143,80). Sum of RGB (Red+Green+Blue) = 129+143+80=352 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.65% from 352); Green value is 143 (56.25% from 255 or 40.62% from 352); Blue value is 80 (31.64% from 255 or 22.73% from 352); Max value from RGB is 143 - color contains mainly: green. Hex color #818F50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818F50 is #7E70AF. Grayscale: #838383. Windows color (decimal): -8286384 or 5279617. OLE color: 5279617.
HSL color Cylindrical-coordinate representation of color #818F50: hue angle of 73.33º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #818F50 is Cyan = 0.10, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 129 | 143 | 80 | - |
| CMYK | 0.10 | 0 | 0.44 | 0.44 |
| HSL | 73.33º | 0.28% | 0.44% | - |
| HSV(B) | 73.33º | 0.44% | 0.56% | - |
| XYZ | 20.32 | 24.89 | 11.32 | - |
| YUV | 131.63 | 98.86 | 126.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 143 | 80 | 0.10 | 0 | 0.44 | 0.44 | 73.33 | 0.28 | 0.44 |
| Hex | 81 | 8F | 50 | A | 0 | 2C | 2C | 49 | 1C | 2C |
| Octal | 201 | 217 | 120 | 12 | 0 | 54 | 54 | 111 | 34 | 54 |
| Binary | 10000001 | 10001111 | 1010000 | 1010 | 0 | 101100 | 101100 | 1001001 | 11100 | 101100 |
Color Harmonies of #818F50
Complementary color
Monochromatic Colors of #818F50
Black with #818F50
Text Example
Text Example
White with #818F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818F50; }
p { color: rgb(129,143,80); }
H1.HeaderClassName
{
color: #818F50;
}
.AnyTagClassName
{
color: #818F50;
}
</style>
background-color css
<style>
a { background-color: #818F50; }
a { background-color: rgb(129,143,80); }
div.DivClassName
{
background-color: #818F50;
}
.BgClassName
{
background-color: #818F50;
}
</style>
border-color css
<style>
span { border-color: #818F50; }
span { border-color: rgb(129,143,80); }
td.TdClassName
{
border-color: #818F50;
}
.TagClassName
{
border-color: #818F50;
}
</style>