Shades of Wasabi #818846
Tints of Wasabi #818846
RGB
CMYK
RGB Variations
Color information
#818846 (or 0x818846) is known color: Wasabi. HEX triplet: 81, 88 and 46. RGB value is (129,136,70). Sum of RGB (Red+Green+Blue) = 129+136+70=335 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.51% from 335); Green value is 136 (53.52% from 255 or 40.60% from 335); Blue value is 70 (27.73% from 255 or 20.90% from 335); Max value from RGB is 136 - color contains mainly: green. Hex color #818846 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #818846 is #7E77B9. Grayscale: #7E7E7E. Windows color (decimal): -8288186 or 4622465. OLE color: 4622465.
HSL color Cylindrical-coordinate representation of color #818846: hue angle of 66.36º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #818846 is Cyan = 0.05, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 129 | 136 | 70 | - |
| CMYK | 0.05 | 0 | 0.49 | 0.47 |
| HSL | 66.36º | 0.32% | 0.4% | - |
| HSV(B) | 66.36º | 0.49% | 0.53% | - |
| XYZ | 18.96 | 22.72 | 9.18 | - |
| YUV | 126.38 | 96.18 | 129.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 136 | 70 | 0.05 | 0 | 0.49 | 0.47 | 66.36 | 0.32 | 0.4 |
| Hex | 81 | 88 | 46 | 5 | 0 | 31 | 2F | 42 | 20 | 28 |
| Octal | 201 | 210 | 106 | 5 | 0 | 61 | 57 | 102 | 40 | 50 |
| Binary | 10000001 | 10001000 | 1000110 | 101 | 0 | 110001 | 101111 | 1000010 | 100000 | 101000 |
Color Harmonies of #818846
Complementary color
Monochromatic Colors of #818846
Black with #818846
Text Example
Text Example
White with #818846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818846; }
p { color: rgb(129,136,70); }
H1.HeaderClassName
{
color: #818846;
}
.AnyTagClassName
{
color: #818846;
}
</style>
background-color css
<style>
a { background-color: #818846; }
a { background-color: rgb(129,136,70); }
div.DivClassName
{
background-color: #818846;
}
.BgClassName
{
background-color: #818846;
}
</style>
border-color css
<style>
span { border-color: #818846; }
span { border-color: rgb(129,136,70); }
td.TdClassName
{
border-color: #818846;
}
.TagClassName
{
border-color: #818846;
}
</style>