Shades of Wasabi #819245
Tints of Wasabi #819245
RGB
CMYK
RGB Variations
Color information
#819245 (or 0x819245) is known color: Wasabi. HEX triplet: 81, 92 and 45. RGB value is (129,146,69). Sum of RGB (Red+Green+Blue) = 129+146+69=344 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.5% from 344); Green value is 146 (57.42% from 255 or 42.44% from 344); Blue value is 69 (27.34% from 255 or 20.06% from 344); Max value from RGB is 146 - color contains mainly: green. Hex color #819245 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #819245 is #7E6DBA. Grayscale: #848484. Windows color (decimal): -8285627 or 4559489. OLE color: 4559489.
HSL color Cylindrical-coordinate representation of color #819245: hue angle of 73.25º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #819245 is Cyan = 0.12, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 129 | 146 | 69 | - |
| CMYK | 0.12 | 0 | 0.53 | 0.43 |
| HSL | 73.25º | 0.36% | 0.42% | - |
| HSV(B) | 73.25º | 0.53% | 0.57% | - |
| XYZ | 20.41 | 25.65 | 9.51 | - |
| YUV | 132.14 | 92.37 | 125.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 146 | 69 | 0.12 | 0 | 0.53 | 0.43 | 73.25 | 0.36 | 0.42 |
| Hex | 81 | 92 | 45 | C | 0 | 35 | 2B | 49 | 24 | 2A |
| Octal | 201 | 222 | 105 | 14 | 0 | 65 | 53 | 111 | 44 | 52 |
| Binary | 10000001 | 10010010 | 1000101 | 1100 | 0 | 110101 | 101011 | 1001001 | 100100 | 101010 |
Color Harmonies of #819245
Complementary color
Monochromatic Colors of #819245
Black with #819245
Text Example
Text Example
White with #819245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819245; }
p { color: rgb(129,146,69); }
H1.HeaderClassName
{
color: #819245;
}
.AnyTagClassName
{
color: #819245;
}
</style>
background-color css
<style>
a { background-color: #819245; }
a { background-color: rgb(129,146,69); }
div.DivClassName
{
background-color: #819245;
}
.BgClassName
{
background-color: #819245;
}
</style>
border-color css
<style>
span { border-color: #819245; }
span { border-color: rgb(129,146,69); }
td.TdClassName
{
border-color: #819245;
}
.TagClassName
{
border-color: #819245;
}
</style>