Shades of Wasabi #819143
Tints of Wasabi #819143
RGB
CMYK
RGB Variations
Color information
#819143 (or 0x819143) is known color: Wasabi. HEX triplet: 81, 91 and 43. RGB value is (129,145,67). Sum of RGB (Red+Green+Blue) = 129+145+67=341 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.83% from 341); Green value is 145 (57.03% from 255 or 42.52% from 341); Blue value is 67 (26.56% from 255 or 19.65% from 341); Max value from RGB is 145 - color contains mainly: green. Hex color #819143 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #819143 is #7E6EBC. Grayscale: #838383. Windows color (decimal): -8285885 or 4428161. OLE color: 4428161.
HSL color Cylindrical-coordinate representation of color #819143: hue angle of 72.31º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #819143 is Cyan = 0.11, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 129 | 145 | 67 | - |
| CMYK | 0.11 | 0 | 0.54 | 0.43 |
| HSL | 72.31º | 0.37% | 0.42% | - |
| HSV(B) | 72.31º | 0.54% | 0.57% | - |
| XYZ | 20.19 | 25.32 | 9.13 | - |
| YUV | 131.32 | 91.7 | 126.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 145 | 67 | 0.11 | 0 | 0.54 | 0.43 | 72.31 | 0.37 | 0.42 |
| Hex | 81 | 91 | 43 | B | 0 | 36 | 2B | 48 | 25 | 2A |
| Octal | 201 | 221 | 103 | 13 | 0 | 66 | 53 | 110 | 45 | 52 |
| Binary | 10000001 | 10010001 | 1000011 | 1011 | 0 | 110110 | 101011 | 1001000 | 100101 | 101010 |
Color Harmonies of #819143
Complementary color
Monochromatic Colors of #819143
Black with #819143
Text Example
Text Example
White with #819143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819143; }
p { color: rgb(129,145,67); }
H1.HeaderClassName
{
color: #819143;
}
.AnyTagClassName
{
color: #819143;
}
</style>
background-color css
<style>
a { background-color: #819143; }
a { background-color: rgb(129,145,67); }
div.DivClassName
{
background-color: #819143;
}
.BgClassName
{
background-color: #819143;
}
</style>
border-color css
<style>
span { border-color: #819143; }
span { border-color: rgb(129,145,67); }
td.TdClassName
{
border-color: #819143;
}
.TagClassName
{
border-color: #819143;
}
</style>