Shades of Wasabi #7F983A
Tints of Wasabi #7F983A
RGB
CMYK
RGB Variations
Color information
#7F983A (or 0x7F983A) is known color: Wasabi. HEX triplet: 7F, 98 and 3A. RGB value is (127,152,58). Sum of RGB (Red+Green+Blue) = 127+152+58=337 (44% of max value = 765). Red value is 127 (50% from 255 or 37.69% from 337); Green value is 152 (59.77% from 255 or 45.10% from 337); Blue value is 58 (23.05% from 255 or 17.21% from 337); Max value from RGB is 152 - color contains mainly: green. Hex color #7F983A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F983A is #8067C5. Grayscale: #868686. Windows color (decimal): -8415174 or 3840127. OLE color: 3840127.
HSL color Cylindrical-coordinate representation of color #7F983A: hue angle of 75.96º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7F983A is Cyan = 0.16, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 127 | 152 | 58 | - |
| CMYK | 0.16 | 0 | 0.62 | 0.40 |
| HSL | 75.96º | 0.45% | 0.41% | - |
| HSV(B) | 75.96º | 0.62% | 0.6% | - |
| XYZ | 20.74 | 27.27 | 8.17 | - |
| YUV | 133.81 | 85.22 | 123.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 152 | 58 | 0.16 | 0 | 0.62 | 0.40 | 75.96 | 0.45 | 0.41 |
| Hex | 7F | 98 | 3A | 10 | 0 | 3E | 28 | 4C | 2D | 29 |
| Octal | 177 | 230 | 72 | 20 | 0 | 76 | 50 | 114 | 55 | 51 |
| Binary | 1111111 | 10011000 | 111010 | 10000 | 0 | 111110 | 101000 | 1001100 | 101101 | 101001 |
Color Harmonies of #7F983A
Complementary color
Monochromatic Colors of #7F983A
Black with #7F983A
Text Example
Text Example
White with #7F983A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F983A; }
p { color: rgb(127,152,58); }
H1.HeaderClassName
{
color: #7F983A;
}
.AnyTagClassName
{
color: #7F983A;
}
</style>
background-color css
<style>
a { background-color: #7F983A; }
a { background-color: rgb(127,152,58); }
div.DivClassName
{
background-color: #7F983A;
}
.BgClassName
{
background-color: #7F983A;
}
</style>
border-color css
<style>
span { border-color: #7F983A; }
span { border-color: rgb(127,152,58); }
td.TdClassName
{
border-color: #7F983A;
}
.TagClassName
{
border-color: #7F983A;
}
</style>