Shades of Wasabi #869E40
Tints of Wasabi #869E40
RGB
CMYK
RGB Variations
Color information
#869E40 (or 0x869E40) is known color: Wasabi. HEX triplet: 86, 9E and 40. RGB value is (134,158,64). Sum of RGB (Red+Green+Blue) = 134+158+64=356 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.64% from 356); Green value is 158 (62.11% from 255 or 44.38% from 356); Blue value is 64 (25.39% from 255 or 17.98% from 356); Max value from RGB is 158 - color contains mainly: green. Hex color #869E40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #869E40 is #7961BF. Grayscale: #8C8C8C. Windows color (decimal): -7954880 or 4234886. OLE color: 4234886.
HSL color Cylindrical-coordinate representation of color #869E40: hue angle of 75.32º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #869E40 is Cyan = 0.15, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 134 | 158 | 64 | - |
| CMYK | 0.15 | 0 | 0.59 | 0.38 |
| HSL | 75.32º | 0.42% | 0.44% | - |
| HSV(B) | 75.32º | 0.59% | 0.62% | - |
| XYZ | 22.98 | 29.89 | 9.41 | - |
| YUV | 140.11 | 85.05 | 123.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 158 | 64 | 0.15 | 0 | 0.59 | 0.38 | 75.32 | 0.42 | 0.44 |
| Hex | 86 | 9E | 40 | F | 0 | 3B | 26 | 4B | 2A | 2C |
| Octal | 206 | 236 | 100 | 17 | 0 | 73 | 46 | 113 | 52 | 54 |
| Binary | 10000110 | 10011110 | 1000000 | 1111 | 0 | 111011 | 100110 | 1001011 | 101010 | 101100 |
Color Harmonies of #869E40
Complementary color
Monochromatic Colors of #869E40
Black with #869E40
Text Example
Text Example
White with #869E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869E40; }
p { color: rgb(134,158,64); }
H1.HeaderClassName
{
color: #869E40;
}
.AnyTagClassName
{
color: #869E40;
}
</style>
background-color css
<style>
a { background-color: #869E40; }
a { background-color: rgb(134,158,64); }
div.DivClassName
{
background-color: #869E40;
}
.BgClassName
{
background-color: #869E40;
}
</style>
border-color css
<style>
span { border-color: #869E40; }
span { border-color: rgb(134,158,64); }
td.TdClassName
{
border-color: #869E40;
}
.TagClassName
{
border-color: #869E40;
}
</style>