Shades of Wasabi #7F9845
Tints of Wasabi #7F9845
RGB
CMYK
RGB Variations
Color information
#7F9845 (or 0x7F9845) is known color: Wasabi. HEX triplet: 7F, 98 and 45. RGB value is (127,152,69). Sum of RGB (Red+Green+Blue) = 127+152+69=348 (46% of max value = 765). Red value is 127 (50% from 255 or 36.49% from 348); Green value is 152 (59.77% from 255 or 43.68% from 348); Blue value is 69 (27.34% from 255 or 19.83% from 348); Max value from RGB is 152 - color contains mainly: green. Hex color #7F9845 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F9845 is #8067BA. Grayscale: #878787. Windows color (decimal): -8415163 or 4561023. OLE color: 4561023.
HSL color Cylindrical-coordinate representation of color #7F9845: hue angle of 78.07º 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 #7F9845 is Cyan = 0.16, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 127 | 152 | 69 | - |
| CMYK | 0.16 | 0 | 0.55 | 0.40 |
| HSL | 78.07º | 0.38% | 0.43% | - |
| HSV(B) | 78.07º | 0.55% | 0.6% | - |
| XYZ | 21.05 | 27.4 | 9.81 | - |
| YUV | 135.06 | 90.72 | 122.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 152 | 69 | 0.16 | 0 | 0.55 | 0.40 | 78.07 | 0.38 | 0.43 |
| Hex | 7F | 98 | 45 | 10 | 0 | 37 | 28 | 4E | 26 | 2B |
| Octal | 177 | 230 | 105 | 20 | 0 | 67 | 50 | 116 | 46 | 53 |
| Binary | 1111111 | 10011000 | 1000101 | 10000 | 0 | 110111 | 101000 | 1001110 | 100110 | 101011 |
Color Harmonies of #7F9845
Complementary color
Monochromatic Colors of #7F9845
Black with #7F9845
Text Example
Text Example
White with #7F9845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F9845; }
p { color: rgb(127,152,69); }
H1.HeaderClassName
{
color: #7F9845;
}
.AnyTagClassName
{
color: #7F9845;
}
</style>
background-color css
<style>
a { background-color: #7F9845; }
a { background-color: rgb(127,152,69); }
div.DivClassName
{
background-color: #7F9845;
}
.BgClassName
{
background-color: #7F9845;
}
</style>
border-color css
<style>
span { border-color: #7F9845; }
span { border-color: rgb(127,152,69); }
td.TdClassName
{
border-color: #7F9845;
}
.TagClassName
{
border-color: #7F9845;
}
</style>