Shades of Wasabi #7F863C
Tints of Wasabi #7F863C
RGB
CMYK
RGB Variations
Color information
#7F863C (or 0x7F863C) is known color: Wasabi. HEX triplet: 7F, 86 and 3C. RGB value is (127,134,60). Sum of RGB (Red+Green+Blue) = 127+134+60=321 (42% of max value = 765). Red value is 127 (50% from 255 or 39.56% from 321); Green value is 134 (52.73% from 255 or 41.74% from 321); Blue value is 60 (23.83% from 255 or 18.69% from 321); Max value from RGB is 134 - color contains mainly: green. Hex color #7F863C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F863C is #8079C3. Grayscale: #7B7B7B. Windows color (decimal): -8419780 or 3966591. OLE color: 3966591.
HSL color Cylindrical-coordinate representation of color #7F863C: hue angle of 65.68º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7F863C is Cyan = 0.05, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 127 | 134 | 60 | - |
| CMYK | 0.05 | 0 | 0.55 | 0.47 |
| HSL | 65.68º | 0.38% | 0.38% | - |
| HSV(B) | 65.68º | 0.55% | 0.53% | - |
| XYZ | 18.09 | 21.89 | 7.55 | - |
| YUV | 123.47 | 92.18 | 130.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 134 | 60 | 0.05 | 0 | 0.55 | 0.47 | 65.68 | 0.38 | 0.38 |
| Hex | 7F | 86 | 3C | 5 | 0 | 37 | 2F | 42 | 26 | 26 |
| Octal | 177 | 206 | 74 | 5 | 0 | 67 | 57 | 102 | 46 | 46 |
| Binary | 1111111 | 10000110 | 111100 | 101 | 0 | 110111 | 101111 | 1000010 | 100110 | 100110 |
Color Harmonies of #7F863C
Complementary color
Monochromatic Colors of #7F863C
Black with #7F863C
Text Example
Text Example
White with #7F863C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F863C; }
p { color: rgb(127,134,60); }
H1.HeaderClassName
{
color: #7F863C;
}
.AnyTagClassName
{
color: #7F863C;
}
</style>
background-color css
<style>
a { background-color: #7F863C; }
a { background-color: rgb(127,134,60); }
div.DivClassName
{
background-color: #7F863C;
}
.BgClassName
{
background-color: #7F863C;
}
</style>
border-color css
<style>
span { border-color: #7F863C; }
span { border-color: rgb(127,134,60); }
td.TdClassName
{
border-color: #7F863C;
}
.TagClassName
{
border-color: #7F863C;
}
</style>