Shades of Wasabi #7F963A
Tints of Wasabi #7F963A
RGB
CMYK
RGB Variations
Color information
#7F963A (or 0x7F963A) is known color: Wasabi. HEX triplet: 7F, 96 and 3A. RGB value is (127,150,58). Sum of RGB (Red+Green+Blue) = 127+150+58=335 (44% of max value = 765). Red value is 127 (50% from 255 or 37.91% from 335); Green value is 150 (58.98% from 255 or 44.78% from 335); Blue value is 58 (23.05% from 255 or 17.31% from 335); Max value from RGB is 150 - color contains mainly: green. Hex color #7F963A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F963A is #8069C5. Grayscale: #848484. Windows color (decimal): -8415686 or 3839615. OLE color: 3839615.
HSL color Cylindrical-coordinate representation of color #7F963A: hue angle of 75º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7F963A is Cyan = 0.15, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 127 | 150 | 58 | - |
| CMYK | 0.15 | 0 | 0.61 | 0.41 |
| HSL | 75º | 0.44% | 0.41% | - |
| HSV(B) | 75º | 0.61% | 0.59% | - |
| XYZ | 20.42 | 26.63 | 8.07 | - |
| YUV | 132.64 | 85.88 | 123.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 150 | 58 | 0.15 | 0 | 0.61 | 0.41 | 75 | 0.44 | 0.41 |
| Hex | 7F | 96 | 3A | F | 0 | 3D | 29 | 4B | 2C | 29 |
| Octal | 177 | 226 | 72 | 17 | 0 | 75 | 51 | 113 | 54 | 51 |
| Binary | 1111111 | 10010110 | 111010 | 1111 | 0 | 111101 | 101001 | 1001011 | 101100 | 101001 |
Color Harmonies of #7F963A
Complementary color
Monochromatic Colors of #7F963A
Black with #7F963A
Text Example
Text Example
White with #7F963A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F963A; }
p { color: rgb(127,150,58); }
H1.HeaderClassName
{
color: #7F963A;
}
.AnyTagClassName
{
color: #7F963A;
}
</style>
background-color css
<style>
a { background-color: #7F963A; }
a { background-color: rgb(127,150,58); }
div.DivClassName
{
background-color: #7F963A;
}
.BgClassName
{
background-color: #7F963A;
}
</style>
border-color css
<style>
span { border-color: #7F963A; }
span { border-color: rgb(127,150,58); }
td.TdClassName
{
border-color: #7F963A;
}
.TagClassName
{
border-color: #7F963A;
}
</style>