Shades of Wasabi #7F853F
Tints of Wasabi #7F853F
RGB
CMYK
RGB Variations
Color information
#7F853F (or 0x7F853F) is known color: Wasabi. HEX triplet: 7F, 85 and 3F. RGB value is (127,133,63). Sum of RGB (Red+Green+Blue) = 127+133+63=323 (42% of max value = 765). Red value is 127 (50% from 255 or 39.32% from 323); Green value is 133 (52.34% from 255 or 41.18% from 323); Blue value is 63 (25% from 255 or 19.50% from 323); Max value from RGB is 133 - color contains mainly: green. Hex color #7F853F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F853F is #807AC0. Grayscale: #7B7B7B. Windows color (decimal): -8420033 or 4162943. OLE color: 4162943.
HSL color Cylindrical-coordinate representation of color #7F853F: hue angle of 65.14º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7F853F is Cyan = 0.05, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 127 | 133 | 63 | - |
| CMYK | 0.05 | 0 | 0.53 | 0.48 |
| HSL | 65.14º | 0.36% | 0.38% | - |
| HSV(B) | 65.14º | 0.53% | 0.52% | - |
| XYZ | 18.04 | 21.65 | 7.93 | - |
| YUV | 123.23 | 94.01 | 130.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 133 | 63 | 0.05 | 0 | 0.53 | 0.48 | 65.14 | 0.36 | 0.38 |
| Hex | 7F | 85 | 3F | 5 | 0 | 35 | 30 | 41 | 24 | 26 |
| Octal | 177 | 205 | 77 | 5 | 0 | 65 | 60 | 101 | 44 | 46 |
| Binary | 1111111 | 10000101 | 111111 | 101 | 0 | 110101 | 110000 | 1000001 | 100100 | 100110 |
Color Harmonies of #7F853F
Complementary color
Monochromatic Colors of #7F853F
Black with #7F853F
Text Example
Text Example
White with #7F853F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F853F; }
p { color: rgb(127,133,63); }
H1.HeaderClassName
{
color: #7F853F;
}
.AnyTagClassName
{
color: #7F853F;
}
</style>
background-color css
<style>
a { background-color: #7F853F; }
a { background-color: rgb(127,133,63); }
div.DivClassName
{
background-color: #7F853F;
}
.BgClassName
{
background-color: #7F853F;
}
</style>
border-color css
<style>
span { border-color: #7F853F; }
span { border-color: rgb(127,133,63); }
td.TdClassName
{
border-color: #7F853F;
}
.TagClassName
{
border-color: #7F853F;
}
</style>