Shades of Wasabi #7F983D
Tints of Wasabi #7F983D
RGB
CMYK
RGB Variations
Color information
#7F983D (or 0x7F983D) is known color: Wasabi. HEX triplet: 7F, 98 and 3D. RGB value is (127,152,61). Sum of RGB (Red+Green+Blue) = 127+152+61=340 (45% of max value = 765). Red value is 127 (50% from 255 or 37.35% from 340); Green value is 152 (59.77% from 255 or 44.71% from 340); Blue value is 61 (24.22% from 255 or 17.94% from 340); Max value from RGB is 152 - color contains mainly: green. Hex color #7F983D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F983D is #8067C2. Grayscale: #868686. Windows color (decimal): -8415171 or 4036735. OLE color: 4036735.
HSL color Cylindrical-coordinate representation of color #7F983D: hue angle of 76.48º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7F983D is Cyan = 0.16, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 127 | 152 | 61 | - |
| CMYK | 0.16 | 0 | 0.60 | 0.40 |
| HSL | 76.48º | 0.43% | 0.42% | - |
| HSV(B) | 76.48º | 0.6% | 0.6% | - |
| XYZ | 20.82 | 27.31 | 8.59 | - |
| YUV | 134.15 | 86.72 | 122.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 152 | 61 | 0.16 | 0 | 0.60 | 0.40 | 76.48 | 0.43 | 0.42 |
| Hex | 7F | 98 | 3D | 10 | 0 | 3C | 28 | 4C | 2B | 2A |
| Octal | 177 | 230 | 75 | 20 | 0 | 74 | 50 | 114 | 53 | 52 |
| Binary | 1111111 | 10011000 | 111101 | 10000 | 0 | 111100 | 101000 | 1001100 | 101011 | 101010 |
Color Harmonies of #7F983D
Complementary color
Monochromatic Colors of #7F983D
Black with #7F983D
Text Example
Text Example
White with #7F983D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F983D; }
p { color: rgb(127,152,61); }
H1.HeaderClassName
{
color: #7F983D;
}
.AnyTagClassName
{
color: #7F983D;
}
</style>
background-color css
<style>
a { background-color: #7F983D; }
a { background-color: rgb(127,152,61); }
div.DivClassName
{
background-color: #7F983D;
}
.BgClassName
{
background-color: #7F983D;
}
</style>
border-color css
<style>
span { border-color: #7F983D; }
span { border-color: rgb(127,152,61); }
td.TdClassName
{
border-color: #7F983D;
}
.TagClassName
{
border-color: #7F983D;
}
</style>