Shades of Wasabi #7F934D
Tints of Wasabi #7F934D
RGB
CMYK
RGB Variations
Color information
#7F934D (or 0x7F934D) is known color: Wasabi. HEX triplet: 7F, 93 and 4D. RGB value is (127,147,77). Sum of RGB (Red+Green+Blue) = 127+147+77=351 (46% of max value = 765). Red value is 127 (50% from 255 or 36.18% from 351); Green value is 147 (57.81% from 255 or 41.88% from 351); Blue value is 77 (30.47% from 255 or 21.94% from 351); Max value from RGB is 147 - color contains mainly: green. Hex color #7F934D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F934D is #806CB2. Grayscale: #858585. Windows color (decimal): -8416435 or 5084031. OLE color: 5084031.
HSL color Cylindrical-coordinate representation of color #7F934D: hue angle of 77.14º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7F934D is Cyan = 0.14, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 127 | 147 | 77 | - |
| CMYK | 0.14 | 0 | 0.48 | 0.42 |
| HSL | 77.14º | 0.31% | 0.44% | - |
| HSV(B) | 77.14º | 0.48% | 0.58% | - |
| XYZ | 20.53 | 25.92 | 10.94 | - |
| YUV | 133.04 | 96.37 | 123.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 147 | 77 | 0.14 | 0 | 0.48 | 0.42 | 77.14 | 0.31 | 0.44 |
| Hex | 7F | 93 | 4D | E | 0 | 30 | 2A | 4D | 1F | 2C |
| Octal | 177 | 223 | 115 | 16 | 0 | 60 | 52 | 115 | 37 | 54 |
| Binary | 1111111 | 10010011 | 1001101 | 1110 | 0 | 110000 | 101010 | 1001101 | 11111 | 101100 |
Color Harmonies of #7F934D
Complementary color
Monochromatic Colors of #7F934D
Black with #7F934D
Text Example
Text Example
White with #7F934D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F934D; }
p { color: rgb(127,147,77); }
H1.HeaderClassName
{
color: #7F934D;
}
.AnyTagClassName
{
color: #7F934D;
}
</style>
background-color css
<style>
a { background-color: #7F934D; }
a { background-color: rgb(127,147,77); }
div.DivClassName
{
background-color: #7F934D;
}
.BgClassName
{
background-color: #7F934D;
}
</style>
border-color css
<style>
span { border-color: #7F934D; }
span { border-color: rgb(127,147,77); }
td.TdClassName
{
border-color: #7F934D;
}
.TagClassName
{
border-color: #7F934D;
}
</style>