Shades of Wasabi #7D833E
Tints of Wasabi #7D833E
RGB
CMYK
RGB Variations
Color information
#7D833E (or 0x7D833E) is known color: Wasabi. HEX triplet: 7D, 83 and 3E. RGB value is (125,131,62). Sum of RGB (Red+Green+Blue) = 125+131+62=318 (42% of max value = 765). Red value is 125 (49.22% from 255 or 39.31% from 318); Green value is 131 (51.56% from 255 or 41.19% from 318); Blue value is 62 (24.61% from 255 or 19.50% from 318); Max value from RGB is 131 - color contains mainly: green. Hex color #7D833E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D833E is #827CC1. Grayscale: #797979. Windows color (decimal): -8551618 or 4096893. OLE color: 4096893.
HSL color Cylindrical-coordinate representation of color #7D833E: hue angle of 65.22º 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 #7D833E is Cyan = 0.05, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 125 | 131 | 62 | - |
| CMYK | 0.05 | 0 | 0.53 | 0.49 |
| HSL | 65.22º | 0.36% | 0.38% | - |
| HSV(B) | 65.22º | 0.53% | 0.51% | - |
| XYZ | 17.44 | 20.94 | 7.68 | - |
| YUV | 121.34 | 94.51 | 130.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 131 | 62 | 0.05 | 0 | 0.53 | 0.49 | 65.22 | 0.36 | 0.38 |
| Hex | 7D | 83 | 3E | 5 | 0 | 35 | 31 | 41 | 24 | 26 |
| Octal | 175 | 203 | 76 | 5 | 0 | 65 | 61 | 101 | 44 | 46 |
| Binary | 1111101 | 10000011 | 111110 | 101 | 0 | 110101 | 110001 | 1000001 | 100100 | 100110 |
Color Harmonies of #7D833E
Complementary color
Monochromatic Colors of #7D833E
Black with #7D833E
Text Example
Text Example
White with #7D833E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D833E; }
p { color: rgb(125,131,62); }
H1.HeaderClassName
{
color: #7D833E;
}
.AnyTagClassName
{
color: #7D833E;
}
</style>
background-color css
<style>
a { background-color: #7D833E; }
a { background-color: rgb(125,131,62); }
div.DivClassName
{
background-color: #7D833E;
}
.BgClassName
{
background-color: #7D833E;
}
</style>
border-color css
<style>
span { border-color: #7D833E; }
span { border-color: rgb(125,131,62); }
td.TdClassName
{
border-color: #7D833E;
}
.TagClassName
{
border-color: #7D833E;
}
</style>