Shades of Wasabi #7D924A
Tints of Wasabi #7D924A
RGB
CMYK
RGB Variations
Color information
#7D924A (or 0x7D924A) is known color: Wasabi. HEX triplet: 7D, 92 and 4A. RGB value is (125,146,74). Sum of RGB (Red+Green+Blue) = 125+146+74=345 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.23% from 345); Green value is 146 (57.42% from 255 or 42.32% from 345); Blue value is 74 (29.30% from 255 or 21.45% from 345); Max value from RGB is 146 - color contains mainly: green. Hex color #7D924A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D924A is #826DB5. Grayscale: #838383. Windows color (decimal): -8547766 or 4887165. OLE color: 4887165.
HSL color Cylindrical-coordinate representation of color #7D924A: hue angle of 77.5º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7D924A is Cyan = 0.14, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 125 | 146 | 74 | - |
| CMYK | 0.14 | 0 | 0.49 | 0.43 |
| HSL | 77.5º | 0.33% | 0.43% | - |
| HSV(B) | 77.5º | 0.49% | 0.57% | - |
| XYZ | 19.97 | 25.41 | 10.33 | - |
| YUV | 131.51 | 95.54 | 123.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 146 | 74 | 0.14 | 0 | 0.49 | 0.43 | 77.5 | 0.33 | 0.43 |
| Hex | 7D | 92 | 4A | E | 0 | 31 | 2B | 4E | 21 | 2B |
| Octal | 175 | 222 | 112 | 16 | 0 | 61 | 53 | 116 | 41 | 53 |
| Binary | 1111101 | 10010010 | 1001010 | 1110 | 0 | 110001 | 101011 | 1001110 | 100001 | 101011 |
Color Harmonies of #7D924A
Complementary color
Monochromatic Colors of #7D924A
Black with #7D924A
Text Example
Text Example
White with #7D924A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D924A; }
p { color: rgb(125,146,74); }
H1.HeaderClassName
{
color: #7D924A;
}
.AnyTagClassName
{
color: #7D924A;
}
</style>
background-color css
<style>
a { background-color: #7D924A; }
a { background-color: rgb(125,146,74); }
div.DivClassName
{
background-color: #7D924A;
}
.BgClassName
{
background-color: #7D924A;
}
</style>
border-color css
<style>
span { border-color: #7D924A; }
span { border-color: rgb(125,146,74); }
td.TdClassName
{
border-color: #7D924A;
}
.TagClassName
{
border-color: #7D924A;
}
</style>