Shades of Wasabi #7F9943
Tints of Wasabi #7F9943
RGB
CMYK
RGB Variations
Color information
#7F9943 (or 0x7F9943) is known color: Wasabi. HEX triplet: 7F, 99 and 43. RGB value is (127,153,67). Sum of RGB (Red+Green+Blue) = 127+153+67=347 (45% of max value = 765). Red value is 127 (50% from 255 or 36.60% from 347); Green value is 153 (60.16% from 255 or 44.09% from 347); Blue value is 67 (26.56% from 255 or 19.31% from 347); Max value from RGB is 153 - color contains mainly: green. Hex color #7F9943 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F9943 is #8066BC. Grayscale: #878787. Windows color (decimal): -8414909 or 4430207. OLE color: 4430207.
HSL color Cylindrical-coordinate representation of color #7F9943: hue angle of 78.14º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7F9943 is Cyan = 0.17, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 127 | 153 | 67 | - |
| CMYK | 0.17 | 0 | 0.56 | 0.4 |
| HSL | 78.14º | 0.39% | 0.43% | - |
| HSV(B) | 78.14º | 0.56% | 0.6% | - |
| XYZ | 21.16 | 27.7 | 9.54 | - |
| YUV | 135.42 | 89.39 | 121.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 153 | 67 | 0.17 | 0 | 0.56 | 0.4 | 78.14 | 0.39 | 0.43 |
| Hex | 7F | 99 | 43 | 11 | 0 | 38 | 28 | 4E | 27 | 2B |
| Octal | 177 | 231 | 103 | 21 | 0 | 70 | 50 | 116 | 47 | 53 |
| Binary | 1111111 | 10011001 | 1000011 | 10001 | 0 | 111000 | 101000 | 1001110 | 100111 | 101011 |
Color Harmonies of #7F9943
Complementary color
Monochromatic Colors of #7F9943
Black with #7F9943
Text Example
Text Example
White with #7F9943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F9943; }
p { color: rgb(127,153,67); }
H1.HeaderClassName
{
color: #7F9943;
}
.AnyTagClassName
{
color: #7F9943;
}
</style>
background-color css
<style>
a { background-color: #7F9943; }
a { background-color: rgb(127,153,67); }
div.DivClassName
{
background-color: #7F9943;
}
.BgClassName
{
background-color: #7F9943;
}
</style>
border-color css
<style>
span { border-color: #7F9943; }
span { border-color: rgb(127,153,67); }
td.TdClassName
{
border-color: #7F9943;
}
.TagClassName
{
border-color: #7F9943;
}
</style>