Shades of Wasabi #818F48
Tints of Wasabi #818F48
RGB
CMYK
RGB Variations
Color information
#818F48 (or 0x818F48) is known color: Wasabi. HEX triplet: 81, 8F and 48. RGB value is (129,143,72). Sum of RGB (Red+Green+Blue) = 129+143+72=344 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.5% from 344); Green value is 143 (56.25% from 255 or 41.57% from 344); Blue value is 72 (28.52% from 255 or 20.93% from 344); Max value from RGB is 143 - color contains mainly: green. Hex color #818F48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #818F48 is #7E70B7. Grayscale: #828282. Windows color (decimal): -8286392 or 4755329. OLE color: 4755329.
HSL color Cylindrical-coordinate representation of color #818F48: hue angle of 71.83º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #818F48 is Cyan = 0.10, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 129 | 143 | 72 | - |
| CMYK | 0.10 | 0 | 0.50 | 0.44 |
| HSL | 71.83º | 0.33% | 0.42% | - |
| HSV(B) | 71.83º | 0.5% | 0.56% | - |
| XYZ | 20.05 | 24.78 | 9.86 | - |
| YUV | 130.72 | 94.86 | 126.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 143 | 72 | 0.10 | 0 | 0.50 | 0.44 | 71.83 | 0.33 | 0.42 |
| Hex | 81 | 8F | 48 | A | 0 | 32 | 2C | 48 | 21 | 2A |
| Octal | 201 | 217 | 110 | 12 | 0 | 62 | 54 | 110 | 41 | 52 |
| Binary | 10000001 | 10001111 | 1001000 | 1010 | 0 | 110010 | 101100 | 1001000 | 100001 | 101010 |
Color Harmonies of #818F48
Complementary color
Monochromatic Colors of #818F48
Black with #818F48
Text Example
Text Example
White with #818F48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818F48; }
p { color: rgb(129,143,72); }
H1.HeaderClassName
{
color: #818F48;
}
.AnyTagClassName
{
color: #818F48;
}
</style>
background-color css
<style>
a { background-color: #818F48; }
a { background-color: rgb(129,143,72); }
div.DivClassName
{
background-color: #818F48;
}
.BgClassName
{
background-color: #818F48;
}
</style>
border-color css
<style>
span { border-color: #818F48; }
span { border-color: rgb(129,143,72); }
td.TdClassName
{
border-color: #818F48;
}
.TagClassName
{
border-color: #818F48;
}
</style>