Shades of Wasabi #7F8D42
Tints of Wasabi #7F8D42
RGB
CMYK
RGB Variations
Color information
#7F8D42 (or 0x7F8D42) is known color: Wasabi. HEX triplet: 7F, 8D and 42. RGB value is (127,141,66). Sum of RGB (Red+Green+Blue) = 127+141+66=334 (44% of max value = 765). Red value is 127 (50% from 255 or 38.02% from 334); Green value is 141 (55.47% from 255 or 42.22% from 334); Blue value is 66 (26.17% from 255 or 19.76% from 334); Max value from RGB is 141 - color contains mainly: green. Hex color #7F8D42 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F8D42 is #8072BD. Grayscale: #808080. Windows color (decimal): -8417982 or 4361599. OLE color: 4361599.
HSL color Cylindrical-coordinate representation of color #7F8D42: hue angle of 71.2º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7F8D42 is Cyan = 0.10, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 127 | 141 | 66 | - |
| CMYK | 0.10 | 0 | 0.53 | 0.45 |
| HSL | 71.2º | 0.36% | 0.41% | - |
| HSV(B) | 71.2º | 0.53% | 0.55% | - |
| XYZ | 19.26 | 23.96 | 8.76 | - |
| YUV | 128.26 | 92.86 | 127.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 141 | 66 | 0.10 | 0 | 0.53 | 0.45 | 71.2 | 0.36 | 0.41 |
| Hex | 7F | 8D | 42 | A | 0 | 35 | 2D | 47 | 24 | 29 |
| Octal | 177 | 215 | 102 | 12 | 0 | 65 | 55 | 107 | 44 | 51 |
| Binary | 1111111 | 10001101 | 1000010 | 1010 | 0 | 110101 | 101101 | 1000111 | 100100 | 101001 |
Color Harmonies of #7F8D42
Complementary color
Monochromatic Colors of #7F8D42
Black with #7F8D42
Text Example
Text Example
White with #7F8D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F8D42; }
p { color: rgb(127,141,66); }
H1.HeaderClassName
{
color: #7F8D42;
}
.AnyTagClassName
{
color: #7F8D42;
}
</style>
background-color css
<style>
a { background-color: #7F8D42; }
a { background-color: rgb(127,141,66); }
div.DivClassName
{
background-color: #7F8D42;
}
.BgClassName
{
background-color: #7F8D42;
}
</style>
border-color css
<style>
span { border-color: #7F8D42; }
span { border-color: rgb(127,141,66); }
td.TdClassName
{
border-color: #7F8D42;
}
.TagClassName
{
border-color: #7F8D42;
}
</style>