Shades of Wasabi #7D913E
Tints of Wasabi #7D913E
RGB
CMYK
RGB Variations
Color information
#7D913E (or 0x7D913E) is known color: Wasabi. HEX triplet: 7D, 91 and 3E. RGB value is (125,145,62). Sum of RGB (Red+Green+Blue) = 125+145+62=332 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.65% from 332); Green value is 145 (57.03% from 255 or 43.67% from 332); Blue value is 62 (24.61% from 255 or 18.67% from 332); Max value from RGB is 145 - color contains mainly: green. Hex color #7D913E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D913E is #826EC1. Grayscale: #818181. Windows color (decimal): -8548034 or 4100477. OLE color: 4100477.
HSL color Cylindrical-coordinate representation of color #7D913E: hue angle of 74.46º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7D913E is Cyan = 0.14, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 125 | 145 | 62 | - |
| CMYK | 0.14 | 0 | 0.57 | 0.43 |
| HSL | 74.46º | 0.4% | 0.41% | - |
| HSV(B) | 74.46º | 0.57% | 0.57% | - |
| XYZ | 19.45 | 24.96 | 8.35 | - |
| YUV | 129.56 | 89.87 | 124.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 145 | 62 | 0.14 | 0 | 0.57 | 0.43 | 74.46 | 0.4 | 0.41 |
| Hex | 7D | 91 | 3E | E | 0 | 39 | 2B | 4A | 28 | 29 |
| Octal | 175 | 221 | 76 | 16 | 0 | 71 | 53 | 112 | 50 | 51 |
| Binary | 1111101 | 10010001 | 111110 | 1110 | 0 | 111001 | 101011 | 1001010 | 101000 | 101001 |
Color Harmonies of #7D913E
Complementary color
Monochromatic Colors of #7D913E
Black with #7D913E
Text Example
Text Example
White with #7D913E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D913E; }
p { color: rgb(125,145,62); }
H1.HeaderClassName
{
color: #7D913E;
}
.AnyTagClassName
{
color: #7D913E;
}
</style>
background-color css
<style>
a { background-color: #7D913E; }
a { background-color: rgb(125,145,62); }
div.DivClassName
{
background-color: #7D913E;
}
.BgClassName
{
background-color: #7D913E;
}
</style>
border-color css
<style>
span { border-color: #7D913E; }
span { border-color: rgb(125,145,62); }
td.TdClassName
{
border-color: #7D913E;
}
.TagClassName
{
border-color: #7D913E;
}
</style>