Shades of Wasabi #7D8C46
Tints of Wasabi #7D8C46
RGB
CMYK
RGB Variations
Color information
#7D8C46 (or 0x7D8C46) is known color: Wasabi. HEX triplet: 7D, 8C and 46. RGB value is (125,140,70). Sum of RGB (Red+Green+Blue) = 125+140+70=335 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.31% from 335); Green value is 140 (55.08% from 255 or 41.79% from 335); Blue value is 70 (27.73% from 255 or 20.90% from 335); Max value from RGB is 140 - color contains mainly: green. Hex color #7D8C46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D8C46 is #8273B9. Grayscale: #7F7F7F. Windows color (decimal): -8549306 or 4623485. OLE color: 4623485.
HSL color Cylindrical-coordinate representation of color #7D8C46: hue angle of 72.86º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7D8C46 is Cyan = 0.11, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 125 | 140 | 70 | - |
| CMYK | 0.11 | 0 | 0.50 | 0.45 |
| HSL | 72.86º | 0.33% | 0.41% | - |
| HSV(B) | 72.86º | 0.5% | 0.55% | - |
| XYZ | 18.94 | 23.56 | 9.34 | - |
| YUV | 127.54 | 95.53 | 126.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 140 | 70 | 0.11 | 0 | 0.50 | 0.45 | 72.86 | 0.33 | 0.41 |
| Hex | 7D | 8C | 46 | B | 0 | 32 | 2D | 49 | 21 | 29 |
| Octal | 175 | 214 | 106 | 13 | 0 | 62 | 55 | 111 | 41 | 51 |
| Binary | 1111101 | 10001100 | 1000110 | 1011 | 0 | 110010 | 101101 | 1001001 | 100001 | 101001 |
Color Harmonies of #7D8C46
Complementary color
Monochromatic Colors of #7D8C46
Black with #7D8C46
Text Example
Text Example
White with #7D8C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D8C46; }
p { color: rgb(125,140,70); }
H1.HeaderClassName
{
color: #7D8C46;
}
.AnyTagClassName
{
color: #7D8C46;
}
</style>
background-color css
<style>
a { background-color: #7D8C46; }
a { background-color: rgb(125,140,70); }
div.DivClassName
{
background-color: #7D8C46;
}
.BgClassName
{
background-color: #7D8C46;
}
</style>
border-color css
<style>
span { border-color: #7D8C46; }
span { border-color: rgb(125,140,70); }
td.TdClassName
{
border-color: #7D8C46;
}
.TagClassName
{
border-color: #7D8C46;
}
</style>