Shades of Wasabi #7F904E
Tints of Wasabi #7F904E
RGB
CMYK
RGB Variations
Color information
#7F904E (or 0x7F904E) is known color: Wasabi. HEX triplet: 7F, 90 and 4E. RGB value is (127,144,78). Sum of RGB (Red+Green+Blue) = 127+144+78=349 (46% of max value = 765). Red value is 127 (50% from 255 or 36.39% from 349); Green value is 144 (56.64% from 255 or 41.26% from 349); Blue value is 78 (30.86% from 255 or 22.35% from 349); Max value from RGB is 144 - color contains mainly: green. Hex color #7F904E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F904E is #806FB1. Grayscale: #838383. Windows color (decimal): -8417202 or 5148799. OLE color: 5148799.
HSL color Cylindrical-coordinate representation of color #7F904E: hue angle of 75.45º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7F904E is Cyan = 0.12, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 127 | 144 | 78 | - |
| CMYK | 0.12 | 0 | 0.46 | 0.44 |
| HSL | 75.45º | 0.3% | 0.44% | - |
| HSV(B) | 75.45º | 0.46% | 0.56% | - |
| XYZ | 20.1 | 25.01 | 10.98 | - |
| YUV | 131.39 | 97.87 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 144 | 78 | 0.12 | 0 | 0.46 | 0.44 | 75.45 | 0.3 | 0.44 |
| Hex | 7F | 90 | 4E | C | 0 | 2E | 2C | 4B | 1E | 2C |
| Octal | 177 | 220 | 116 | 14 | 0 | 56 | 54 | 113 | 36 | 54 |
| Binary | 1111111 | 10010000 | 1001110 | 1100 | 0 | 101110 | 101100 | 1001011 | 11110 | 101100 |
Color Harmonies of #7F904E
Complementary color
Monochromatic Colors of #7F904E
Black with #7F904E
Text Example
Text Example
White with #7F904E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F904E; }
p { color: rgb(127,144,78); }
H1.HeaderClassName
{
color: #7F904E;
}
.AnyTagClassName
{
color: #7F904E;
}
</style>
background-color css
<style>
a { background-color: #7F904E; }
a { background-color: rgb(127,144,78); }
div.DivClassName
{
background-color: #7F904E;
}
.BgClassName
{
background-color: #7F904E;
}
</style>
border-color css
<style>
span { border-color: #7F904E; }
span { border-color: rgb(127,144,78); }
td.TdClassName
{
border-color: #7F904E;
}
.TagClassName
{
border-color: #7F904E;
}
</style>