Shades of Wasabi #7D9231
Tints of Wasabi #7D9231
RGB
CMYK
RGB Variations
Color information
#7D9231 (or 0x7D9231) is known color: Wasabi. HEX triplet: 7D, 92 and 31. RGB value is (125,146,49). Sum of RGB (Red+Green+Blue) = 125+146+49=320 (42% of max value = 765). Red value is 125 (49.22% from 255 or 39.06% from 320); Green value is 146 (57.42% from 255 or 45.62% from 320); Blue value is 49 (19.53% from 255 or 15.31% from 320); Max value from RGB is 146 - color contains mainly: green. Hex color #7D9231 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D9231 is #826DCE. Grayscale: #818181. Windows color (decimal): -8547791 or 3248765. OLE color: 3248765.
HSL color Cylindrical-coordinate representation of color #7D9231: hue angle of 72.99º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7D9231 is Cyan = 0.14, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 125 | 146 | 49 | - |
| CMYK | 0.14 | 0 | 0.66 | 0.43 |
| HSL | 72.99º | 0.5% | 0.38% | - |
| HSV(B) | 72.99º | 0.66% | 0.57% | - |
| XYZ | 19.29 | 25.14 | 6.74 | - |
| YUV | 128.66 | 83.04 | 125.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 146 | 49 | 0.14 | 0 | 0.66 | 0.43 | 72.99 | 0.5 | 0.38 |
| Hex | 7D | 92 | 31 | E | 0 | 42 | 2B | 49 | 32 | 26 |
| Octal | 175 | 222 | 61 | 16 | 0 | 102 | 53 | 111 | 62 | 46 |
| Binary | 1111101 | 10010010 | 110001 | 1110 | 0 | 1000010 | 101011 | 1001001 | 110010 | 100110 |
Color Harmonies of #7D9231
Complementary color
Monochromatic Colors of #7D9231
Black with #7D9231
Text Example
Text Example
White with #7D9231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D9231; }
p { color: rgb(125,146,49); }
H1.HeaderClassName
{
color: #7D9231;
}
.AnyTagClassName
{
color: #7D9231;
}
</style>
background-color css
<style>
a { background-color: #7D9231; }
a { background-color: rgb(125,146,49); }
div.DivClassName
{
background-color: #7D9231;
}
.BgClassName
{
background-color: #7D9231;
}
</style>
border-color css
<style>
span { border-color: #7D9231; }
span { border-color: rgb(125,146,49); }
td.TdClassName
{
border-color: #7D9231;
}
.TagClassName
{
border-color: #7D9231;
}
</style>