Shades of Wasabi #7F863B
Tints of Wasabi #7F863B
RGB
CMYK
RGB Variations
Color information
#7F863B (or 0x7F863B) is known color: Wasabi. HEX triplet: 7F, 86 and 3B. RGB value is (127,134,59). Sum of RGB (Red+Green+Blue) = 127+134+59=320 (42% of max value = 765). Red value is 127 (50% from 255 or 39.69% from 320); Green value is 134 (52.73% from 255 or 41.88% from 320); Blue value is 59 (23.44% from 255 or 18.44% from 320); Max value from RGB is 134 - color contains mainly: green. Hex color #7F863B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F863B is #8079C4. Grayscale: #7B7B7B. Windows color (decimal): -8419781 or 3901055. OLE color: 3901055.
HSL color Cylindrical-coordinate representation of color #7F863B: hue angle of 65.6º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7F863B is Cyan = 0.05, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 127 | 134 | 59 | - |
| CMYK | 0.05 | 0 | 0.56 | 0.47 |
| HSL | 65.6º | 0.39% | 0.38% | - |
| HSV(B) | 65.6º | 0.56% | 0.53% | - |
| XYZ | 18.07 | 21.88 | 7.41 | - |
| YUV | 123.36 | 91.68 | 130.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 134 | 59 | 0.05 | 0 | 0.56 | 0.47 | 65.6 | 0.39 | 0.38 |
| Hex | 7F | 86 | 3B | 5 | 0 | 38 | 2F | 42 | 27 | 26 |
| Octal | 177 | 206 | 73 | 5 | 0 | 70 | 57 | 102 | 47 | 46 |
| Binary | 1111111 | 10000110 | 111011 | 101 | 0 | 111000 | 101111 | 1000010 | 100111 | 100110 |
Color Harmonies of #7F863B
Complementary color
Monochromatic Colors of #7F863B
Black with #7F863B
Text Example
Text Example
White with #7F863B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F863B; }
p { color: rgb(127,134,59); }
H1.HeaderClassName
{
color: #7F863B;
}
.AnyTagClassName
{
color: #7F863B;
}
</style>
background-color css
<style>
a { background-color: #7F863B; }
a { background-color: rgb(127,134,59); }
div.DivClassName
{
background-color: #7F863B;
}
.BgClassName
{
background-color: #7F863B;
}
</style>
border-color css
<style>
span { border-color: #7F863B; }
span { border-color: rgb(127,134,59); }
td.TdClassName
{
border-color: #7F863B;
}
.TagClassName
{
border-color: #7F863B;
}
</style>