Shades of Wasabi #819943
Tints of Wasabi #819943
RGB
CMYK
RGB Variations
Color information
#819943 (or 0x819943) is known color: Wasabi. HEX triplet: 81, 99 and 43. RGB value is (129,153,67). Sum of RGB (Red+Green+Blue) = 129+153+67=349 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.96% from 349); Green value is 153 (60.16% from 255 or 43.84% from 349); Blue value is 67 (26.56% from 255 or 19.20% from 349); Max value from RGB is 153 - color contains mainly: green. Hex color #819943 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #819943 is #7E66BC. Grayscale: #888888. Windows color (decimal): -8283837 or 4430209. OLE color: 4430209.
HSL color Cylindrical-coordinate representation of color #819943: hue angle of 76.74º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #819943 is Cyan = 0.16, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 129 | 153 | 67 | - |
| CMYK | 0.16 | 0 | 0.56 | 0.4 |
| HSL | 76.74º | 0.39% | 0.43% | - |
| HSV(B) | 76.74º | 0.56% | 0.6% | - |
| XYZ | 21.46 | 27.85 | 9.56 | - |
| YUV | 136.02 | 89.05 | 122.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 153 | 67 | 0.16 | 0 | 0.56 | 0.4 | 76.74 | 0.39 | 0.43 |
| Hex | 81 | 99 | 43 | 10 | 0 | 38 | 28 | 4D | 27 | 2B |
| Octal | 201 | 231 | 103 | 20 | 0 | 70 | 50 | 115 | 47 | 53 |
| Binary | 10000001 | 10011001 | 1000011 | 10000 | 0 | 111000 | 101000 | 1001101 | 100111 | 101011 |
Color Harmonies of #819943
Complementary color
Monochromatic Colors of #819943
Black with #819943
Text Example
Text Example
White with #819943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819943; }
p { color: rgb(129,153,67); }
H1.HeaderClassName
{
color: #819943;
}
.AnyTagClassName
{
color: #819943;
}
</style>
background-color css
<style>
a { background-color: #819943; }
a { background-color: rgb(129,153,67); }
div.DivClassName
{
background-color: #819943;
}
.BgClassName
{
background-color: #819943;
}
</style>
border-color css
<style>
span { border-color: #819943; }
span { border-color: rgb(129,153,67); }
td.TdClassName
{
border-color: #819943;
}
.TagClassName
{
border-color: #819943;
}
</style>