Shades of Wasabi #7F9645
Tints of Wasabi #7F9645
RGB
CMYK
RGB Variations
Color information
#7F9645 (or 0x7F9645) is known color: Wasabi. HEX triplet: 7F, 96 and 45. RGB value is (127,150,69). Sum of RGB (Red+Green+Blue) = 127+150+69=346 (45% of max value = 765). Red value is 127 (50% from 255 or 36.71% from 346); Green value is 150 (58.98% from 255 or 43.35% from 346); Blue value is 69 (27.34% from 255 or 19.94% from 346); Max value from RGB is 150 - color contains mainly: green. Hex color #7F9645 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F9645 is #8069BA. Grayscale: #868686. Windows color (decimal): -8415675 or 4560511. OLE color: 4560511.
HSL color Cylindrical-coordinate representation of color #7F9645: hue angle of 77.04º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7F9645 is Cyan = 0.15, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 127 | 150 | 69 | - |
| CMYK | 0.15 | 0 | 0.54 | 0.41 |
| HSL | 77.04º | 0.37% | 0.43% | - |
| HSV(B) | 77.04º | 0.54% | 0.59% | - |
| XYZ | 20.73 | 26.75 | 9.7 | - |
| YUV | 133.89 | 91.38 | 123.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 150 | 69 | 0.15 | 0 | 0.54 | 0.41 | 77.04 | 0.37 | 0.43 |
| Hex | 7F | 96 | 45 | F | 0 | 36 | 29 | 4D | 25 | 2B |
| Octal | 177 | 226 | 105 | 17 | 0 | 66 | 51 | 115 | 45 | 53 |
| Binary | 1111111 | 10010110 | 1000101 | 1111 | 0 | 110110 | 101001 | 1001101 | 100101 | 101011 |
Color Harmonies of #7F9645
Complementary color
Monochromatic Colors of #7F9645
Black with #7F9645
Text Example
Text Example
White with #7F9645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F9645; }
p { color: rgb(127,150,69); }
H1.HeaderClassName
{
color: #7F9645;
}
.AnyTagClassName
{
color: #7F9645;
}
</style>
background-color css
<style>
a { background-color: #7F9645; }
a { background-color: rgb(127,150,69); }
div.DivClassName
{
background-color: #7F9645;
}
.BgClassName
{
background-color: #7F9645;
}
</style>
border-color css
<style>
span { border-color: #7F9645; }
span { border-color: rgb(127,150,69); }
td.TdClassName
{
border-color: #7F9645;
}
.TagClassName
{
border-color: #7F9645;
}
</style>