Shades of Wasabi #7D9228
Tints of Wasabi #7D9228
RGB
CMYK
RGB Variations
Color information
#7D9228 (or 0x7D9228) is known color: Wasabi. HEX triplet: 7D, 92 and 28. RGB value is (125,146,40). Sum of RGB (Red+Green+Blue) = 125+146+40=311 (41% of max value = 765). Red value is 125 (49.22% from 255 or 40.19% from 311); Green value is 146 (57.42% from 255 or 46.95% from 311); Blue value is 40 (16.02% from 255 or 12.86% from 311); Max value from RGB is 146 - color contains mainly: green. Hex color #7D9228 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D9228 is #826DD7. Grayscale: #808080. Windows color (decimal): -8547800 or 2658941. OLE color: 2658941.
HSL color Cylindrical-coordinate representation of color #7D9228: hue angle of 71.89º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7D9228 is Cyan = 0.14, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 125 | 146 | 40 | - |
| CMYK | 0.14 | 0 | 0.73 | 0.43 |
| HSL | 71.89º | 0.57% | 0.36% | - |
| HSV(B) | 71.89º | 0.73% | 0.57% | - |
| XYZ | 19.12 | 25.07 | 5.84 | - |
| YUV | 127.64 | 78.54 | 126.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 146 | 40 | 0.14 | 0 | 0.73 | 0.43 | 71.89 | 0.57 | 0.36 |
| Hex | 7D | 92 | 28 | E | 0 | 49 | 2B | 48 | 39 | 24 |
| Octal | 175 | 222 | 50 | 16 | 0 | 111 | 53 | 110 | 71 | 44 |
| Binary | 1111101 | 10010010 | 101000 | 1110 | 0 | 1001001 | 101011 | 1001000 | 111001 | 100100 |
Color Harmonies of #7D9228
Complementary color
Monochromatic Colors of #7D9228
Black with #7D9228
Text Example
Text Example
White with #7D9228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D9228; }
p { color: rgb(125,146,40); }
H1.HeaderClassName
{
color: #7D9228;
}
.AnyTagClassName
{
color: #7D9228;
}
</style>
background-color css
<style>
a { background-color: #7D9228; }
a { background-color: rgb(125,146,40); }
div.DivClassName
{
background-color: #7D9228;
}
.BgClassName
{
background-color: #7D9228;
}
</style>
border-color css
<style>
span { border-color: #7D9228; }
span { border-color: rgb(125,146,40); }
td.TdClassName
{
border-color: #7D9228;
}
.TagClassName
{
border-color: #7D9228;
}
</style>