Shades of Wasabi #7F843A
Tints of Wasabi #7F843A
RGB
CMYK
RGB Variations
Color information
#7F843A (or 0x7F843A) is known color: Wasabi. HEX triplet: 7F, 84 and 3A. RGB value is (127,132,58). Sum of RGB (Red+Green+Blue) = 127+132+58=317 (41% of max value = 765). Red value is 127 (50% from 255 or 40.06% from 317); Green value is 132 (51.95% from 255 or 41.64% from 317); Blue value is 58 (23.05% from 255 or 18.30% from 317); Max value from RGB is 132 - color contains mainly: green. Hex color #7F843A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F843A is #807BC5. Grayscale: #7A7A7A. Windows color (decimal): -8420294 or 3835007. OLE color: 3835007.
HSL color Cylindrical-coordinate representation of color #7F843A: hue angle of 64.05º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7F843A is Cyan = 0.04, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 127 | 132 | 58 | - |
| CMYK | 0.04 | 0 | 0.56 | 0.48 |
| HSL | 64.05º | 0.39% | 0.37% | - |
| HSV(B) | 64.05º | 0.56% | 0.52% | - |
| XYZ | 17.77 | 21.32 | 7.18 | - |
| YUV | 122.07 | 91.84 | 131.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 132 | 58 | 0.04 | 0 | 0.56 | 0.48 | 64.05 | 0.39 | 0.37 |
| Hex | 7F | 84 | 3A | 4 | 0 | 38 | 30 | 40 | 27 | 25 |
| Octal | 177 | 204 | 72 | 4 | 0 | 70 | 60 | 100 | 47 | 45 |
| Binary | 1111111 | 10000100 | 111010 | 100 | 0 | 111000 | 110000 | 1000000 | 100111 | 100101 |
Color Harmonies of #7F843A
Complementary color
Monochromatic Colors of #7F843A
Black with #7F843A
Text Example
Text Example
White with #7F843A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F843A; }
p { color: rgb(127,132,58); }
H1.HeaderClassName
{
color: #7F843A;
}
.AnyTagClassName
{
color: #7F843A;
}
</style>
background-color css
<style>
a { background-color: #7F843A; }
a { background-color: rgb(127,132,58); }
div.DivClassName
{
background-color: #7F843A;
}
.BgClassName
{
background-color: #7F843A;
}
</style>
border-color css
<style>
span { border-color: #7F843A; }
span { border-color: rgb(127,132,58); }
td.TdClassName
{
border-color: #7F843A;
}
.TagClassName
{
border-color: #7F843A;
}
</style>