Shades of Wasabi #819644
Tints of Wasabi #819644
RGB
CMYK
RGB Variations
Color information
#819644 (or 0x819644) is known color: Wasabi. HEX triplet: 81, 96 and 44. RGB value is (129,150,68). Sum of RGB (Red+Green+Blue) = 129+150+68=347 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.18% from 347); Green value is 150 (58.98% from 255 or 43.23% from 347); Blue value is 68 (26.95% from 255 or 19.60% from 347); Max value from RGB is 150 - color contains mainly: green. Hex color #819644 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #819644 is #7E69BB. Grayscale: #868686. Windows color (decimal): -8284604 or 4494977. OLE color: 4494977.
HSL color Cylindrical-coordinate representation of color #819644: hue angle of 75.37º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #819644 is Cyan = 0.14, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 129 | 150 | 68 | - |
| CMYK | 0.14 | 0 | 0.55 | 0.41 |
| HSL | 75.37º | 0.38% | 0.43% | - |
| HSV(B) | 75.37º | 0.55% | 0.59% | - |
| XYZ | 21 | 26.9 | 9.55 | - |
| YUV | 134.37 | 90.54 | 124.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 150 | 68 | 0.14 | 0 | 0.55 | 0.41 | 75.37 | 0.38 | 0.43 |
| Hex | 81 | 96 | 44 | E | 0 | 37 | 29 | 4B | 26 | 2B |
| Octal | 201 | 226 | 104 | 16 | 0 | 67 | 51 | 113 | 46 | 53 |
| Binary | 10000001 | 10010110 | 1000100 | 1110 | 0 | 110111 | 101001 | 1001011 | 100110 | 101011 |
Color Harmonies of #819644
Complementary color
Monochromatic Colors of #819644
Black with #819644
Text Example
Text Example
White with #819644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819644; }
p { color: rgb(129,150,68); }
H1.HeaderClassName
{
color: #819644;
}
.AnyTagClassName
{
color: #819644;
}
</style>
background-color css
<style>
a { background-color: #819644; }
a { background-color: rgb(129,150,68); }
div.DivClassName
{
background-color: #819644;
}
.BgClassName
{
background-color: #819644;
}
</style>
border-color css
<style>
span { border-color: #819644; }
span { border-color: rgb(129,150,68); }
td.TdClassName
{
border-color: #819644;
}
.TagClassName
{
border-color: #819644;
}
</style>