Shades of Wasabi #7F944B
Tints of Wasabi #7F944B
RGB
CMYK
RGB Variations
Color information
#7F944B (or 0x7F944B) is known color: Wasabi. HEX triplet: 7F, 94 and 4B. RGB value is (127,148,75). Sum of RGB (Red+Green+Blue) = 127+148+75=350 (46% of max value = 765). Red value is 127 (50% from 255 or 36.29% from 350); Green value is 148 (58.20% from 255 or 42.29% from 350); Blue value is 75 (29.69% from 255 or 21.43% from 350); Max value from RGB is 148 - color contains mainly: green. Hex color #7F944B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F944B is #806BB4. Grayscale: #858585. Windows color (decimal): -8416181 or 4953215. OLE color: 4953215.
HSL color Cylindrical-coordinate representation of color #7F944B: hue angle of 77.26º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7F944B is Cyan = 0.14, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 127 | 148 | 75 | - |
| CMYK | 0.14 | 0 | 0.49 | 0.42 |
| HSL | 77.26º | 0.33% | 0.44% | - |
| HSV(B) | 77.26º | 0.49% | 0.58% | - |
| XYZ | 20.61 | 26.2 | 10.63 | - |
| YUV | 133.4 | 95.04 | 123.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 148 | 75 | 0.14 | 0 | 0.49 | 0.42 | 77.26 | 0.33 | 0.44 |
| Hex | 7F | 94 | 4B | E | 0 | 31 | 2A | 4D | 21 | 2C |
| Octal | 177 | 224 | 113 | 16 | 0 | 61 | 52 | 115 | 41 | 54 |
| Binary | 1111111 | 10010100 | 1001011 | 1110 | 0 | 110001 | 101010 | 1001101 | 100001 | 101100 |
Color Harmonies of #7F944B
Complementary color
Monochromatic Colors of #7F944B
Black with #7F944B
Text Example
Text Example
White with #7F944B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F944B; }
p { color: rgb(127,148,75); }
H1.HeaderClassName
{
color: #7F944B;
}
.AnyTagClassName
{
color: #7F944B;
}
</style>
background-color css
<style>
a { background-color: #7F944B; }
a { background-color: rgb(127,148,75); }
div.DivClassName
{
background-color: #7F944B;
}
.BgClassName
{
background-color: #7F944B;
}
</style>
border-color css
<style>
span { border-color: #7F944B; }
span { border-color: rgb(127,148,75); }
td.TdClassName
{
border-color: #7F944B;
}
.TagClassName
{
border-color: #7F944B;
}
</style>