Shades of Wasabi #7F8E3A
Tints of Wasabi #7F8E3A
RGB
CMYK
RGB Variations
Color information
#7F8E3A (or 0x7F8E3A) is known color: Wasabi. HEX triplet: 7F, 8E and 3A. RGB value is (127,142,58). Sum of RGB (Red+Green+Blue) = 127+142+58=327 (43% of max value = 765). Red value is 127 (50% from 255 or 38.84% from 327); Green value is 142 (55.86% from 255 or 43.43% from 327); Blue value is 58 (23.05% from 255 or 17.74% from 327); Max value from RGB is 142 - color contains mainly: green. Hex color #7F8E3A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F8E3A is #8071C5. Grayscale: #808080. Windows color (decimal): -8417734 or 3837567. OLE color: 3837567.
HSL color Cylindrical-coordinate representation of color #7F8E3A: hue angle of 70.71º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7F8E3A is Cyan = 0.11, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 127 | 142 | 58 | - |
| CMYK | 0.11 | 0 | 0.59 | 0.44 |
| HSL | 70.71º | 0.42% | 0.39% | - |
| HSV(B) | 70.71º | 0.59% | 0.56% | - |
| XYZ | 19.19 | 24.16 | 7.66 | - |
| YUV | 127.94 | 88.53 | 127.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 142 | 58 | 0.11 | 0 | 0.59 | 0.44 | 70.71 | 0.42 | 0.39 |
| Hex | 7F | 8E | 3A | B | 0 | 3B | 2C | 47 | 2A | 27 |
| Octal | 177 | 216 | 72 | 13 | 0 | 73 | 54 | 107 | 52 | 47 |
| Binary | 1111111 | 10001110 | 111010 | 1011 | 0 | 111011 | 101100 | 1000111 | 101010 | 100111 |
Color Harmonies of #7F8E3A
Complementary color
Monochromatic Colors of #7F8E3A
Black with #7F8E3A
Text Example
Text Example
White with #7F8E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F8E3A; }
p { color: rgb(127,142,58); }
H1.HeaderClassName
{
color: #7F8E3A;
}
.AnyTagClassName
{
color: #7F8E3A;
}
</style>
background-color css
<style>
a { background-color: #7F8E3A; }
a { background-color: rgb(127,142,58); }
div.DivClassName
{
background-color: #7F8E3A;
}
.BgClassName
{
background-color: #7F8E3A;
}
</style>
border-color css
<style>
span { border-color: #7F8E3A; }
span { border-color: rgb(127,142,58); }
td.TdClassName
{
border-color: #7F8E3A;
}
.TagClassName
{
border-color: #7F8E3A;
}
</style>