Shades of Wasabi #869150
Tints of Wasabi #869150
RGB
CMYK
RGB Variations
Color information
#869150 (or 0x869150) is known color: Wasabi. HEX triplet: 86, 91 and 50. RGB value is (134,145,80). Sum of RGB (Red+Green+Blue) = 134+145+80=359 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.33% from 359); Green value is 145 (57.03% from 255 or 40.39% from 359); Blue value is 80 (31.64% from 255 or 22.28% from 359); Max value from RGB is 145 - color contains mainly: green. Hex color #869150 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #869150 is #796EAF. Grayscale: #868686. Windows color (decimal): -7958192 or 5280134. OLE color: 5280134.
HSL color Cylindrical-coordinate representation of color #869150: hue angle of 70.15º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #869150 is Cyan = 0.08, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 134 | 145 | 80 | - |
| CMYK | 0.08 | 0 | 0.45 | 0.43 |
| HSL | 70.15º | 0.29% | 0.44% | - |
| HSV(B) | 70.15º | 0.45% | 0.57% | - |
| XYZ | 21.4 | 25.9 | 11.46 | - |
| YUV | 134.3 | 97.36 | 127.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 145 | 80 | 0.08 | 0 | 0.45 | 0.43 | 70.15 | 0.29 | 0.44 |
| Hex | 86 | 91 | 50 | 8 | 0 | 2D | 2B | 46 | 1D | 2C |
| Octal | 206 | 221 | 120 | 10 | 0 | 55 | 53 | 106 | 35 | 54 |
| Binary | 10000110 | 10010001 | 1010000 | 1000 | 0 | 101101 | 101011 | 1000110 | 11101 | 101100 |
Color Harmonies of #869150
Complementary color
Monochromatic Colors of #869150
Black with #869150
Text Example
Text Example
White with #869150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869150; }
p { color: rgb(134,145,80); }
H1.HeaderClassName
{
color: #869150;
}
.AnyTagClassName
{
color: #869150;
}
</style>
background-color css
<style>
a { background-color: #869150; }
a { background-color: rgb(134,145,80); }
div.DivClassName
{
background-color: #869150;
}
.BgClassName
{
background-color: #869150;
}
</style>
border-color css
<style>
span { border-color: #869150; }
span { border-color: rgb(134,145,80); }
td.TdClassName
{
border-color: #869150;
}
.TagClassName
{
border-color: #869150;
}
</style>