Shades of Wasabi #819945
Tints of Wasabi #819945
RGB
CMYK
RGB Variations
Color information
#819945 (or 0x819945) is known color: Wasabi. HEX triplet: 81, 99 and 45. RGB value is (129,153,69). Sum of RGB (Red+Green+Blue) = 129+153+69=351 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.75% from 351); Green value is 153 (60.16% from 255 or 43.59% from 351); Blue value is 69 (27.34% from 255 or 19.66% from 351); Max value from RGB is 153 - color contains mainly: green. Hex color #819945 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #819945 is #7E66BA. Grayscale: #888888. Windows color (decimal): -8283835 or 4561281. OLE color: 4561281.
HSL color Cylindrical-coordinate representation of color #819945: hue angle of 77.14º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #819945 is Cyan = 0.16, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 129 | 153 | 69 | - |
| CMYK | 0.16 | 0 | 0.55 | 0.4 |
| HSL | 77.14º | 0.38% | 0.44% | - |
| HSV(B) | 77.14º | 0.55% | 0.6% | - |
| XYZ | 21.52 | 27.88 | 9.88 | - |
| YUV | 136.25 | 90.05 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 153 | 69 | 0.16 | 0 | 0.55 | 0.4 | 77.14 | 0.38 | 0.44 |
| Hex | 81 | 99 | 45 | 10 | 0 | 37 | 28 | 4D | 26 | 2C |
| Octal | 201 | 231 | 105 | 20 | 0 | 67 | 50 | 115 | 46 | 54 |
| Binary | 10000001 | 10011001 | 1000101 | 10000 | 0 | 110111 | 101000 | 1001101 | 100110 | 101100 |
Color Harmonies of #819945
Complementary color
Monochromatic Colors of #819945
Black with #819945
Text Example
Text Example
White with #819945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819945; }
p { color: rgb(129,153,69); }
H1.HeaderClassName
{
color: #819945;
}
.AnyTagClassName
{
color: #819945;
}
</style>
background-color css
<style>
a { background-color: #819945; }
a { background-color: rgb(129,153,69); }
div.DivClassName
{
background-color: #819945;
}
.BgClassName
{
background-color: #819945;
}
</style>
border-color css
<style>
span { border-color: #819945; }
span { border-color: rgb(129,153,69); }
td.TdClassName
{
border-color: #819945;
}
.TagClassName
{
border-color: #819945;
}
</style>