Shades of Wasabi #868C39
Tints of Wasabi #868C39
RGB
CMYK
RGB Variations
Color information
#868C39 (or 0x868C39) is known color: Wasabi. HEX triplet: 86, 8C and 39. RGB value is (134,140,57). Sum of RGB (Red+Green+Blue) = 134+140+57=331 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.48% from 331); Green value is 140 (55.08% from 255 or 42.30% from 331); Blue value is 57 (22.66% from 255 or 17.22% from 331); Max value from RGB is 140 - color contains mainly: green. Hex color #868C39 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #868C39 is #7973C6. Grayscale: #818181. Windows color (decimal): -7959495 or 3771526. OLE color: 3771526.
HSL color Cylindrical-coordinate representation of color #868C39: hue angle of 64.34º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #868C39 is Cyan = 0.04, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 134 | 140 | 57 | - |
| CMYK | 0.04 | 0 | 0.59 | 0.45 |
| HSL | 64.34º | 0.42% | 0.39% | - |
| HSV(B) | 64.34º | 0.59% | 0.55% | - |
| XYZ | 19.95 | 24.12 | 7.48 | - |
| YUV | 128.74 | 87.51 | 131.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 140 | 57 | 0.04 | 0 | 0.59 | 0.45 | 64.34 | 0.42 | 0.39 |
| Hex | 86 | 8C | 39 | 4 | 0 | 3B | 2D | 40 | 2A | 27 |
| Octal | 206 | 214 | 71 | 4 | 0 | 73 | 55 | 100 | 52 | 47 |
| Binary | 10000110 | 10001100 | 111001 | 100 | 0 | 111011 | 101101 | 1000000 | 101010 | 100111 |
Color Harmonies of #868C39
Complementary color
Monochromatic Colors of #868C39
Black with #868C39
Text Example
Text Example
White with #868C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868C39; }
p { color: rgb(134,140,57); }
H1.HeaderClassName
{
color: #868C39;
}
.AnyTagClassName
{
color: #868C39;
}
</style>
background-color css
<style>
a { background-color: #868C39; }
a { background-color: rgb(134,140,57); }
div.DivClassName
{
background-color: #868C39;
}
.BgClassName
{
background-color: #868C39;
}
</style>
border-color css
<style>
span { border-color: #868C39; }
span { border-color: rgb(134,140,57); }
td.TdClassName
{
border-color: #868C39;
}
.TagClassName
{
border-color: #868C39;
}
</style>