Shades of Wasabi #7F9547
Tints of Wasabi #7F9547
RGB
CMYK
RGB Variations
Color information
#7F9547 (or 0x7F9547) is known color: Wasabi. HEX triplet: 7F, 95 and 47. RGB value is (127,149,71). Sum of RGB (Red+Green+Blue) = 127+149+71=347 (45% of max value = 765). Red value is 127 (50% from 255 or 36.60% from 347); Green value is 149 (58.59% from 255 or 42.94% from 347); Blue value is 71 (28.12% from 255 or 20.46% from 347); Max value from RGB is 149 - color contains mainly: green. Hex color #7F9547 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F9547 is #806AB8. Grayscale: #858585. Windows color (decimal): -8415929 or 4691327. OLE color: 4691327.
HSL color Cylindrical-coordinate representation of color #7F9547: hue angle of 76.92º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7F9547 is Cyan = 0.15, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 127 | 149 | 71 | - |
| CMYK | 0.15 | 0 | 0.52 | 0.42 |
| HSL | 76.92º | 0.35% | 0.43% | - |
| HSV(B) | 76.92º | 0.52% | 0.58% | - |
| XYZ | 20.64 | 26.46 | 9.98 | - |
| YUV | 133.53 | 92.71 | 123.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 149 | 71 | 0.15 | 0 | 0.52 | 0.42 | 76.92 | 0.35 | 0.43 |
| Hex | 7F | 95 | 47 | F | 0 | 34 | 2A | 4D | 23 | 2B |
| Octal | 177 | 225 | 107 | 17 | 0 | 64 | 52 | 115 | 43 | 53 |
| Binary | 1111111 | 10010101 | 1000111 | 1111 | 0 | 110100 | 101010 | 1001101 | 100011 | 101011 |
Color Harmonies of #7F9547
Complementary color
Monochromatic Colors of #7F9547
Black with #7F9547
Text Example
Text Example
White with #7F9547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F9547; }
p { color: rgb(127,149,71); }
H1.HeaderClassName
{
color: #7F9547;
}
.AnyTagClassName
{
color: #7F9547;
}
</style>
background-color css
<style>
a { background-color: #7F9547; }
a { background-color: rgb(127,149,71); }
div.DivClassName
{
background-color: #7F9547;
}
.BgClassName
{
background-color: #7F9547;
}
</style>
border-color css
<style>
span { border-color: #7F9547; }
span { border-color: rgb(127,149,71); }
td.TdClassName
{
border-color: #7F9547;
}
.TagClassName
{
border-color: #7F9547;
}
</style>