Shades of Wasabi #7F9945
Tints of Wasabi #7F9945
RGB
CMYK
RGB Variations
Color information
#7F9945 (or 0x7F9945) is known color: Wasabi. HEX triplet: 7F, 99 and 45. RGB value is (127,153,69). Sum of RGB (Red+Green+Blue) = 127+153+69=349 (46% of max value = 765). Red value is 127 (50% from 255 or 36.39% from 349); Green value is 153 (60.16% from 255 or 43.84% from 349); Blue value is 69 (27.34% from 255 or 19.77% from 349); Max value from RGB is 153 - color contains mainly: green. Hex color #7F9945 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F9945 is #8066BA. Grayscale: #878787. Windows color (decimal): -8414907 or 4561279. OLE color: 4561279.
HSL color Cylindrical-coordinate representation of color #7F9945: hue angle of 78.57º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7F9945 is Cyan = 0.17, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 127 | 153 | 69 | - |
| CMYK | 0.17 | 0 | 0.55 | 0.4 |
| HSL | 78.57º | 0.38% | 0.44% | - |
| HSV(B) | 78.57º | 0.55% | 0.6% | - |
| XYZ | 21.22 | 27.72 | 9.86 | - |
| YUV | 135.65 | 90.39 | 121.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 153 | 69 | 0.17 | 0 | 0.55 | 0.4 | 78.57 | 0.38 | 0.44 |
| Hex | 7F | 99 | 45 | 11 | 0 | 37 | 28 | 4F | 26 | 2C |
| Octal | 177 | 231 | 105 | 21 | 0 | 67 | 50 | 117 | 46 | 54 |
| Binary | 1111111 | 10011001 | 1000101 | 10001 | 0 | 110111 | 101000 | 1001111 | 100110 | 101100 |
Color Harmonies of #7F9945
Complementary color
Monochromatic Colors of #7F9945
Black with #7F9945
Text Example
Text Example
White with #7F9945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F9945; }
p { color: rgb(127,153,69); }
H1.HeaderClassName
{
color: #7F9945;
}
.AnyTagClassName
{
color: #7F9945;
}
</style>
background-color css
<style>
a { background-color: #7F9945; }
a { background-color: rgb(127,153,69); }
div.DivClassName
{
background-color: #7F9945;
}
.BgClassName
{
background-color: #7F9945;
}
</style>
border-color css
<style>
span { border-color: #7F9945; }
span { border-color: rgb(127,153,69); }
td.TdClassName
{
border-color: #7F9945;
}
.TagClassName
{
border-color: #7F9945;
}
</style>