Shades of Wasabi #7F8640
Tints of Wasabi #7F8640
RGB
CMYK
RGB Variations
Color information
#7F8640 (or 0x7F8640) is known color: Wasabi. HEX triplet: 7F, 86 and 40. RGB value is (127,134,64). Sum of RGB (Red+Green+Blue) = 127+134+64=325 (43% of max value = 765). Red value is 127 (50% from 255 or 39.08% from 325); Green value is 134 (52.73% from 255 or 41.23% from 325); Blue value is 64 (25.39% from 255 or 19.69% from 325); Max value from RGB is 134 - color contains mainly: green. Hex color #7F8640 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F8640 is #8079BF. Grayscale: #7C7C7C. Windows color (decimal): -8419776 or 4228735. OLE color: 4228735.
HSL color Cylindrical-coordinate representation of color #7F8640: hue angle of 66º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7F8640 is Cyan = 0.05, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 127 | 134 | 64 | - |
| CMYK | 0.05 | 0 | 0.52 | 0.47 |
| HSL | 66º | 0.35% | 0.39% | - |
| HSV(B) | 66º | 0.52% | 0.53% | - |
| XYZ | 18.2 | 21.93 | 8.12 | - |
| YUV | 123.93 | 94.18 | 130.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 134 | 64 | 0.05 | 0 | 0.52 | 0.47 | 66 | 0.35 | 0.39 |
| Hex | 7F | 86 | 40 | 5 | 0 | 34 | 2F | 42 | 23 | 27 |
| Octal | 177 | 206 | 100 | 5 | 0 | 64 | 57 | 102 | 43 | 47 |
| Binary | 1111111 | 10000110 | 1000000 | 101 | 0 | 110100 | 101111 | 1000010 | 100011 | 100111 |
Color Harmonies of #7F8640
Complementary color
Monochromatic Colors of #7F8640
Black with #7F8640
Text Example
Text Example
White with #7F8640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F8640; }
p { color: rgb(127,134,64); }
H1.HeaderClassName
{
color: #7F8640;
}
.AnyTagClassName
{
color: #7F8640;
}
</style>
background-color css
<style>
a { background-color: #7F8640; }
a { background-color: rgb(127,134,64); }
div.DivClassName
{
background-color: #7F8640;
}
.BgClassName
{
background-color: #7F8640;
}
</style>
border-color css
<style>
span { border-color: #7F8640; }
span { border-color: rgb(127,134,64); }
td.TdClassName
{
border-color: #7F8640;
}
.TagClassName
{
border-color: #7F8640;
}
</style>