Shades of Wasabi #7F8946
Tints of Wasabi #7F8946
RGB
CMYK
RGB Variations
Color information
#7F8946 (or 0x7F8946) is known color: Wasabi. HEX triplet: 7F, 89 and 46. RGB value is (127,137,70). Sum of RGB (Red+Green+Blue) = 127+137+70=334 (44% of max value = 765). Red value is 127 (50% from 255 or 38.02% from 334); Green value is 137 (53.91% from 255 or 41.02% from 334); Blue value is 70 (27.73% from 255 or 20.96% from 334); Max value from RGB is 137 - color contains mainly: green. Hex color #7F8946 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F8946 is #8076B9. Grayscale: #7E7E7E. Windows color (decimal): -8419002 or 4622719. OLE color: 4622719.
HSL color Cylindrical-coordinate representation of color #7F8946: hue angle of 68.96º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7F8946 is Cyan = 0.07, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 127 | 137 | 70 | - |
| CMYK | 0.07 | 0 | 0.49 | 0.46 |
| HSL | 68.96º | 0.32% | 0.41% | - |
| HSV(B) | 68.96º | 0.49% | 0.54% | - |
| XYZ | 18.8 | 22.85 | 9.21 | - |
| YUV | 126.37 | 96.19 | 128.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 137 | 70 | 0.07 | 0 | 0.49 | 0.46 | 68.96 | 0.32 | 0.41 |
| Hex | 7F | 89 | 46 | 7 | 0 | 31 | 2E | 45 | 20 | 29 |
| Octal | 177 | 211 | 106 | 7 | 0 | 61 | 56 | 105 | 40 | 51 |
| Binary | 1111111 | 10001001 | 1000110 | 111 | 0 | 110001 | 101110 | 1000101 | 100000 | 101001 |
Color Harmonies of #7F8946
Complementary color
Monochromatic Colors of #7F8946
Black with #7F8946
Text Example
Text Example
White with #7F8946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F8946; }
p { color: rgb(127,137,70); }
H1.HeaderClassName
{
color: #7F8946;
}
.AnyTagClassName
{
color: #7F8946;
}
</style>
background-color css
<style>
a { background-color: #7F8946; }
a { background-color: rgb(127,137,70); }
div.DivClassName
{
background-color: #7F8946;
}
.BgClassName
{
background-color: #7F8946;
}
</style>
border-color css
<style>
span { border-color: #7F8946; }
span { border-color: rgb(127,137,70); }
td.TdClassName
{
border-color: #7F8946;
}
.TagClassName
{
border-color: #7F8946;
}
</style>