Shades of Wasabi #7F833E
Tints of Wasabi #7F833E
RGB
CMYK
RGB Variations
Color information
#7F833E (or 0x7F833E) is known color: Wasabi. HEX triplet: 7F, 83 and 3E. RGB value is (127,131,62). Sum of RGB (Red+Green+Blue) = 127+131+62=320 (42% of max value = 765). Red value is 127 (50% from 255 or 39.69% from 320); Green value is 131 (51.56% from 255 or 40.94% from 320); Blue value is 62 (24.61% from 255 or 19.38% from 320); Max value from RGB is 131 - color contains mainly: green. Hex color #7F833E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F833E is #807CC1. Grayscale: #7A7A7A. Windows color (decimal): -8420546 or 4096895. OLE color: 4096895.
HSL color Cylindrical-coordinate representation of color #7F833E: hue angle of 63.48º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7F833E is Cyan = 0.03, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 127 | 131 | 62 | - |
| CMYK | 0.03 | 0 | 0.53 | 0.49 |
| HSL | 63.48º | 0.36% | 0.38% | - |
| HSV(B) | 63.48º | 0.53% | 0.51% | - |
| XYZ | 17.74 | 21.09 | 7.69 | - |
| YUV | 121.94 | 94.17 | 131.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 131 | 62 | 0.03 | 0 | 0.53 | 0.49 | 63.48 | 0.36 | 0.38 |
| Hex | 7F | 83 | 3E | 3 | 0 | 35 | 31 | 3F | 24 | 26 |
| Octal | 177 | 203 | 76 | 3 | 0 | 65 | 61 | 77 | 44 | 46 |
| Binary | 1111111 | 10000011 | 111110 | 11 | 0 | 110101 | 110001 | 111111 | 100100 | 100110 |
Color Harmonies of #7F833E
Complementary color
Monochromatic Colors of #7F833E
Black with #7F833E
Text Example
Text Example
White with #7F833E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F833E; }
p { color: rgb(127,131,62); }
H1.HeaderClassName
{
color: #7F833E;
}
.AnyTagClassName
{
color: #7F833E;
}
</style>
background-color css
<style>
a { background-color: #7F833E; }
a { background-color: rgb(127,131,62); }
div.DivClassName
{
background-color: #7F833E;
}
.BgClassName
{
background-color: #7F833E;
}
</style>
border-color css
<style>
span { border-color: #7F833E; }
span { border-color: rgb(127,131,62); }
td.TdClassName
{
border-color: #7F833E;
}
.TagClassName
{
border-color: #7F833E;
}
</style>