Shades of Wasabi #7F9844
Tints of Wasabi #7F9844
RGB
CMYK
RGB Variations
Color information
#7F9844 (or 0x7F9844) is known color: Wasabi. HEX triplet: 7F, 98 and 44. RGB value is (127,152,68). Sum of RGB (Red+Green+Blue) = 127+152+68=347 (45% of max value = 765). Red value is 127 (50% from 255 or 36.60% from 347); Green value is 152 (59.77% from 255 or 43.80% from 347); Blue value is 68 (26.95% from 255 or 19.60% from 347); Max value from RGB is 152 - color contains mainly: green. Hex color #7F9844 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F9844 is #8067BB. Grayscale: #878787. Windows color (decimal): -8415164 or 4495487. OLE color: 4495487.
HSL color Cylindrical-coordinate representation of color #7F9844: hue angle of 77.86º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7F9844 is Cyan = 0.16, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 127 | 152 | 68 | - |
| CMYK | 0.16 | 0 | 0.55 | 0.40 |
| HSL | 77.86º | 0.38% | 0.43% | - |
| HSV(B) | 77.86º | 0.55% | 0.6% | - |
| XYZ | 21.02 | 27.39 | 9.65 | - |
| YUV | 134.95 | 90.22 | 122.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 152 | 68 | 0.16 | 0 | 0.55 | 0.40 | 77.86 | 0.38 | 0.43 |
| Hex | 7F | 98 | 44 | 10 | 0 | 37 | 28 | 4E | 26 | 2B |
| Octal | 177 | 230 | 104 | 20 | 0 | 67 | 50 | 116 | 46 | 53 |
| Binary | 1111111 | 10011000 | 1000100 | 10000 | 0 | 110111 | 101000 | 1001110 | 100110 | 101011 |
Color Harmonies of #7F9844
Complementary color
Monochromatic Colors of #7F9844
Black with #7F9844
Text Example
Text Example
White with #7F9844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F9844; }
p { color: rgb(127,152,68); }
H1.HeaderClassName
{
color: #7F9844;
}
.AnyTagClassName
{
color: #7F9844;
}
</style>
background-color css
<style>
a { background-color: #7F9844; }
a { background-color: rgb(127,152,68); }
div.DivClassName
{
background-color: #7F9844;
}
.BgClassName
{
background-color: #7F9844;
}
</style>
border-color css
<style>
span { border-color: #7F9844; }
span { border-color: rgb(127,152,68); }
td.TdClassName
{
border-color: #7F9844;
}
.TagClassName
{
border-color: #7F9844;
}
</style>