Shades of Wasabi #7F863E
Tints of Wasabi #7F863E
RGB
CMYK
RGB Variations
Color information
#7F863E (or 0x7F863E) is known color: Wasabi. HEX triplet: 7F, 86 and 3E. RGB value is (127,134,62). Sum of RGB (Red+Green+Blue) = 127+134+62=323 (42% of max value = 765). Red value is 127 (50% from 255 or 39.32% from 323); Green value is 134 (52.73% from 255 or 41.49% from 323); Blue value is 62 (24.61% from 255 or 19.20% from 323); Max value from RGB is 134 - color contains mainly: green. Hex color #7F863E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F863E is #8079C1. Grayscale: #7B7B7B. Windows color (decimal): -8419778 or 4097663. OLE color: 4097663.
HSL color Cylindrical-coordinate representation of color #7F863E: hue angle of 65.83º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7F863E is Cyan = 0.05, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 127 | 134 | 62 | - |
| CMYK | 0.05 | 0 | 0.54 | 0.47 |
| HSL | 65.83º | 0.37% | 0.38% | - |
| HSV(B) | 65.83º | 0.54% | 0.53% | - |
| XYZ | 18.15 | 21.91 | 7.83 | - |
| YUV | 123.7 | 93.18 | 130.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 134 | 62 | 0.05 | 0 | 0.54 | 0.47 | 65.83 | 0.37 | 0.38 |
| Hex | 7F | 86 | 3E | 5 | 0 | 36 | 2F | 42 | 25 | 26 |
| Octal | 177 | 206 | 76 | 5 | 0 | 66 | 57 | 102 | 45 | 46 |
| Binary | 1111111 | 10000110 | 111110 | 101 | 0 | 110110 | 101111 | 1000010 | 100101 | 100110 |
Color Harmonies of #7F863E
Complementary color
Monochromatic Colors of #7F863E
Black with #7F863E
Text Example
Text Example
White with #7F863E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F863E; }
p { color: rgb(127,134,62); }
H1.HeaderClassName
{
color: #7F863E;
}
.AnyTagClassName
{
color: #7F863E;
}
</style>
background-color css
<style>
a { background-color: #7F863E; }
a { background-color: rgb(127,134,62); }
div.DivClassName
{
background-color: #7F863E;
}
.BgClassName
{
background-color: #7F863E;
}
</style>
border-color css
<style>
span { border-color: #7F863E; }
span { border-color: rgb(127,134,62); }
td.TdClassName
{
border-color: #7F863E;
}
.TagClassName
{
border-color: #7F863E;
}
</style>