Shades of Wasabi #819146
Tints of Wasabi #819146
RGB
CMYK
RGB Variations
Color information
#819146 (or 0x819146) is known color: Wasabi. HEX triplet: 81, 91 and 46. RGB value is (129,145,70). Sum of RGB (Red+Green+Blue) = 129+145+70=344 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.5% from 344); Green value is 145 (57.03% from 255 or 42.15% from 344); Blue value is 70 (27.73% from 255 or 20.35% from 344); Max value from RGB is 145 - color contains mainly: green. Hex color #819146 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #819146 is #7E6EB9. Grayscale: #838383. Windows color (decimal): -8285882 or 4624769. OLE color: 4624769.
HSL color Cylindrical-coordinate representation of color #819146: hue angle of 72.8º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #819146 is Cyan = 0.11, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 129 | 145 | 70 | - |
| CMYK | 0.11 | 0 | 0.52 | 0.43 |
| HSL | 72.8º | 0.35% | 0.42% | - |
| HSV(B) | 72.8º | 0.52% | 0.57% | - |
| XYZ | 20.28 | 25.36 | 9.62 | - |
| YUV | 131.67 | 93.2 | 126.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 145 | 70 | 0.11 | 0 | 0.52 | 0.43 | 72.8 | 0.35 | 0.42 |
| Hex | 81 | 91 | 46 | B | 0 | 34 | 2B | 49 | 23 | 2A |
| Octal | 201 | 221 | 106 | 13 | 0 | 64 | 53 | 111 | 43 | 52 |
| Binary | 10000001 | 10010001 | 1000110 | 1011 | 0 | 110100 | 101011 | 1001001 | 100011 | 101010 |
Color Harmonies of #819146
Complementary color
Monochromatic Colors of #819146
Black with #819146
Text Example
Text Example
White with #819146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819146; }
p { color: rgb(129,145,70); }
H1.HeaderClassName
{
color: #819146;
}
.AnyTagClassName
{
color: #819146;
}
</style>
background-color css
<style>
a { background-color: #819146; }
a { background-color: rgb(129,145,70); }
div.DivClassName
{
background-color: #819146;
}
.BgClassName
{
background-color: #819146;
}
</style>
border-color css
<style>
span { border-color: #819146; }
span { border-color: rgb(129,145,70); }
td.TdClassName
{
border-color: #819146;
}
.TagClassName
{
border-color: #819146;
}
</style>