Shades of Wasabi #7D8C3D
Tints of Wasabi #7D8C3D
RGB
CMYK
RGB Variations
Color information
#7D8C3D (or 0x7D8C3D) is known color: Wasabi. HEX triplet: 7D, 8C and 3D. RGB value is (125,140,61). Sum of RGB (Red+Green+Blue) = 125+140+61=326 (43% of max value = 765). Red value is 125 (49.22% from 255 or 38.34% from 326); Green value is 140 (55.08% from 255 or 42.94% from 326); Blue value is 61 (24.22% from 255 or 18.71% from 326); Max value from RGB is 140 - color contains mainly: green. Hex color #7D8C3D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D8C3D is #8273C2. Grayscale: #7E7E7E. Windows color (decimal): -8549315 or 4033661. OLE color: 4033661.
HSL color Cylindrical-coordinate representation of color #7D8C3D: hue angle of 71.39º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7D8C3D is Cyan = 0.11, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 125 | 140 | 61 | - |
| CMYK | 0.11 | 0 | 0.56 | 0.45 |
| HSL | 71.39º | 0.39% | 0.39% | - |
| HSV(B) | 71.39º | 0.56% | 0.55% | - |
| XYZ | 18.68 | 23.45 | 7.96 | - |
| YUV | 126.51 | 91.03 | 126.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 140 | 61 | 0.11 | 0 | 0.56 | 0.45 | 71.39 | 0.39 | 0.39 |
| Hex | 7D | 8C | 3D | B | 0 | 38 | 2D | 47 | 27 | 27 |
| Octal | 175 | 214 | 75 | 13 | 0 | 70 | 55 | 107 | 47 | 47 |
| Binary | 1111101 | 10001100 | 111101 | 1011 | 0 | 111000 | 101101 | 1000111 | 100111 | 100111 |
Color Harmonies of #7D8C3D
Complementary color
Monochromatic Colors of #7D8C3D
Black with #7D8C3D
Text Example
Text Example
White with #7D8C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D8C3D; }
p { color: rgb(125,140,61); }
H1.HeaderClassName
{
color: #7D8C3D;
}
.AnyTagClassName
{
color: #7D8C3D;
}
</style>
background-color css
<style>
a { background-color: #7D8C3D; }
a { background-color: rgb(125,140,61); }
div.DivClassName
{
background-color: #7D8C3D;
}
.BgClassName
{
background-color: #7D8C3D;
}
</style>
border-color css
<style>
span { border-color: #7D8C3D; }
span { border-color: rgb(125,140,61); }
td.TdClassName
{
border-color: #7D8C3D;
}
.TagClassName
{
border-color: #7D8C3D;
}
</style>