Shades of Wasabi #7F954B
Tints of Wasabi #7F954B
RGB
CMYK
RGB Variations
Color information
#7F954B (or 0x7F954B) is known color: Wasabi. HEX triplet: 7F, 95 and 4B. RGB value is (127,149,75). Sum of RGB (Red+Green+Blue) = 127+149+75=351 (46% of max value = 765). Red value is 127 (50% from 255 or 36.18% from 351); Green value is 149 (58.59% from 255 or 42.45% from 351); Blue value is 75 (29.69% from 255 or 21.37% from 351); Max value from RGB is 149 - color contains mainly: green. Hex color #7F954B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F954B is #806AB4. Grayscale: #868686. Windows color (decimal): -8415925 or 4953471. OLE color: 4953471.
HSL color Cylindrical-coordinate representation of color #7F954B: hue angle of 77.84º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7F954B is Cyan = 0.15, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 127 | 149 | 75 | - |
| CMYK | 0.15 | 0 | 0.50 | 0.42 |
| HSL | 77.84º | 0.33% | 0.44% | - |
| HSV(B) | 77.84º | 0.5% | 0.58% | - |
| XYZ | 20.77 | 26.51 | 10.68 | - |
| YUV | 133.99 | 94.71 | 123.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 149 | 75 | 0.15 | 0 | 0.50 | 0.42 | 77.84 | 0.33 | 0.44 |
| Hex | 7F | 95 | 4B | F | 0 | 32 | 2A | 4E | 21 | 2C |
| Octal | 177 | 225 | 113 | 17 | 0 | 62 | 52 | 116 | 41 | 54 |
| Binary | 1111111 | 10010101 | 1001011 | 1111 | 0 | 110010 | 101010 | 1001110 | 100001 | 101100 |
Color Harmonies of #7F954B
Complementary color
Monochromatic Colors of #7F954B
Black with #7F954B
Text Example
Text Example
White with #7F954B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F954B; }
p { color: rgb(127,149,75); }
H1.HeaderClassName
{
color: #7F954B;
}
.AnyTagClassName
{
color: #7F954B;
}
</style>
background-color css
<style>
a { background-color: #7F954B; }
a { background-color: rgb(127,149,75); }
div.DivClassName
{
background-color: #7F954B;
}
.BgClassName
{
background-color: #7F954B;
}
</style>
border-color css
<style>
span { border-color: #7F954B; }
span { border-color: rgb(127,149,75); }
td.TdClassName
{
border-color: #7F954B;
}
.TagClassName
{
border-color: #7F954B;
}
</style>