Shades of Wasabi #7D954A
Tints of Wasabi #7D954A
RGB
CMYK
RGB Variations
Color information
#7D954A (or 0x7D954A) is known color: Wasabi. HEX triplet: 7D, 95 and 4A. RGB value is (125,149,74). Sum of RGB (Red+Green+Blue) = 125+149+74=348 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.92% from 348); Green value is 149 (58.59% from 255 or 42.82% from 348); Blue value is 74 (29.30% from 255 or 21.26% from 348); Max value from RGB is 149 - color contains mainly: green. Hex color #7D954A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D954A is #826AB5. Grayscale: #858585. Windows color (decimal): -8546998 or 4887933. OLE color: 4887933.
HSL color Cylindrical-coordinate representation of color #7D954A: hue angle of 79.2º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7D954A is Cyan = 0.16, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 125 | 149 | 74 | - |
| CMYK | 0.16 | 0 | 0.50 | 0.42 |
| HSL | 79.2º | 0.34% | 0.44% | - |
| HSV(B) | 79.2º | 0.5% | 0.58% | - |
| XYZ | 20.44 | 26.35 | 10.49 | - |
| YUV | 133.27 | 94.55 | 122.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 149 | 74 | 0.16 | 0 | 0.50 | 0.42 | 79.2 | 0.34 | 0.44 |
| Hex | 7D | 95 | 4A | 10 | 0 | 32 | 2A | 4F | 22 | 2C |
| Octal | 175 | 225 | 112 | 20 | 0 | 62 | 52 | 117 | 42 | 54 |
| Binary | 1111101 | 10010101 | 1001010 | 10000 | 0 | 110010 | 101010 | 1001111 | 100010 | 101100 |
Color Harmonies of #7D954A
Complementary color
Monochromatic Colors of #7D954A
Black with #7D954A
Text Example
Text Example
White with #7D954A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D954A; }
p { color: rgb(125,149,74); }
H1.HeaderClassName
{
color: #7D954A;
}
.AnyTagClassName
{
color: #7D954A;
}
</style>
background-color css
<style>
a { background-color: #7D954A; }
a { background-color: rgb(125,149,74); }
div.DivClassName
{
background-color: #7D954A;
}
.BgClassName
{
background-color: #7D954A;
}
</style>
border-color css
<style>
span { border-color: #7D954A; }
span { border-color: rgb(125,149,74); }
td.TdClassName
{
border-color: #7D954A;
}
.TagClassName
{
border-color: #7D954A;
}
</style>