Shades of Wasabi #869049
Tints of Wasabi #869049
RGB
CMYK
RGB Variations
Color information
#869049 (or 0x869049) is known color: Wasabi. HEX triplet: 86, 90 and 49. RGB value is (134,144,73). Sum of RGB (Red+Green+Blue) = 134+144+73=351 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.18% from 351); Green value is 144 (56.64% from 255 or 41.03% from 351); Blue value is 73 (28.91% from 255 or 20.80% from 351); Max value from RGB is 144 - color contains mainly: green. Hex color #869049 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #869049 is #796FB6. Grayscale: #858585. Windows color (decimal): -7958455 or 4821126. OLE color: 4821126.
HSL color Cylindrical-coordinate representation of color #869049: hue angle of 68.45º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #869049 is Cyan = 0.07, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 134 | 144 | 73 | - |
| CMYK | 0.07 | 0 | 0.49 | 0.44 |
| HSL | 68.45º | 0.33% | 0.43% | - |
| HSV(B) | 68.45º | 0.49% | 0.56% | - |
| XYZ | 21.01 | 25.5 | 10.12 | - |
| YUV | 132.92 | 94.19 | 128.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 144 | 73 | 0.07 | 0 | 0.49 | 0.44 | 68.45 | 0.33 | 0.43 |
| Hex | 86 | 90 | 49 | 7 | 0 | 31 | 2C | 44 | 21 | 2B |
| Octal | 206 | 220 | 111 | 7 | 0 | 61 | 54 | 104 | 41 | 53 |
| Binary | 10000110 | 10010000 | 1001001 | 111 | 0 | 110001 | 101100 | 1000100 | 100001 | 101011 |
Color Harmonies of #869049
Complementary color
Monochromatic Colors of #869049
Black with #869049
Text Example
Text Example
White with #869049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869049; }
p { color: rgb(134,144,73); }
H1.HeaderClassName
{
color: #869049;
}
.AnyTagClassName
{
color: #869049;
}
</style>
background-color css
<style>
a { background-color: #869049; }
a { background-color: rgb(134,144,73); }
div.DivClassName
{
background-color: #869049;
}
.BgClassName
{
background-color: #869049;
}
</style>
border-color css
<style>
span { border-color: #869049; }
span { border-color: rgb(134,144,73); }
td.TdClassName
{
border-color: #869049;
}
.TagClassName
{
border-color: #869049;
}
</style>