Shades of Wasabi #869D3E
Tints of Wasabi #869D3E
RGB
CMYK
RGB Variations
Color information
#869D3E (or 0x869D3E) is known color: Wasabi. HEX triplet: 86, 9D and 3E. RGB value is (134,157,62). Sum of RGB (Red+Green+Blue) = 134+157+62=353 (46% of max value = 765). Red value is 134 (52.73% from 255 or 37.96% from 353); Green value is 157 (61.72% from 255 or 44.48% from 353); Blue value is 62 (24.61% from 255 or 17.56% from 353); Max value from RGB is 157 - color contains mainly: green. Hex color #869D3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #869D3E is #7962C1. Grayscale: #8B8B8B. Windows color (decimal): -7955138 or 4103558. OLE color: 4103558.
HSL color Cylindrical-coordinate representation of color #869D3E: hue angle of 74.53º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #869D3E is Cyan = 0.15, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 134 | 157 | 62 | - |
| CMYK | 0.15 | 0 | 0.61 | 0.38 |
| HSL | 74.53º | 0.43% | 0.43% | - |
| HSV(B) | 74.53º | 0.61% | 0.62% | - |
| XYZ | 22.76 | 29.53 | 9.06 | - |
| YUV | 139.29 | 84.38 | 124.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 157 | 62 | 0.15 | 0 | 0.61 | 0.38 | 74.53 | 0.43 | 0.43 |
| Hex | 86 | 9D | 3E | F | 0 | 3D | 26 | 4B | 2B | 2B |
| Octal | 206 | 235 | 76 | 17 | 0 | 75 | 46 | 113 | 53 | 53 |
| Binary | 10000110 | 10011101 | 111110 | 1111 | 0 | 111101 | 100110 | 1001011 | 101011 | 101011 |
Color Harmonies of #869D3E
Complementary color
Monochromatic Colors of #869D3E
Black with #869D3E
Text Example
Text Example
White with #869D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869D3E; }
p { color: rgb(134,157,62); }
H1.HeaderClassName
{
color: #869D3E;
}
.AnyTagClassName
{
color: #869D3E;
}
</style>
background-color css
<style>
a { background-color: #869D3E; }
a { background-color: rgb(134,157,62); }
div.DivClassName
{
background-color: #869D3E;
}
.BgClassName
{
background-color: #869D3E;
}
</style>
border-color css
<style>
span { border-color: #869D3E; }
span { border-color: rgb(134,157,62); }
td.TdClassName
{
border-color: #869D3E;
}
.TagClassName
{
border-color: #869D3E;
}
</style>