Shades of Wasabi #7D923D
Tints of Wasabi #7D923D
RGB
CMYK
RGB Variations
Color information
#7D923D (or 0x7D923D) is known color: Wasabi. HEX triplet: 7D, 92 and 3D. RGB value is (125,146,61). Sum of RGB (Red+Green+Blue) = 125+146+61=332 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.65% from 332); Green value is 146 (57.42% from 255 or 43.98% from 332); Blue value is 61 (24.22% from 255 or 18.37% from 332); Max value from RGB is 146 - color contains mainly: green. Hex color #7D923D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D923D is #826DC2. Grayscale: #828282. Windows color (decimal): -8547779 or 4035197. OLE color: 4035197.
HSL color Cylindrical-coordinate representation of color #7D923D: hue angle of 74.82º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7D923D is Cyan = 0.14, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 125 | 146 | 61 | - |
| CMYK | 0.14 | 0 | 0.58 | 0.43 |
| HSL | 74.82º | 0.41% | 0.41% | - |
| HSV(B) | 74.82º | 0.58% | 0.57% | - |
| XYZ | 19.58 | 25.25 | 8.26 | - |
| YUV | 130.03 | 89.04 | 124.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 146 | 61 | 0.14 | 0 | 0.58 | 0.43 | 74.82 | 0.41 | 0.41 |
| Hex | 7D | 92 | 3D | E | 0 | 3A | 2B | 4B | 29 | 29 |
| Octal | 175 | 222 | 75 | 16 | 0 | 72 | 53 | 113 | 51 | 51 |
| Binary | 1111101 | 10010010 | 111101 | 1110 | 0 | 111010 | 101011 | 1001011 | 101001 | 101001 |
Color Harmonies of #7D923D
Complementary color
Monochromatic Colors of #7D923D
Black with #7D923D
Text Example
Text Example
White with #7D923D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D923D; }
p { color: rgb(125,146,61); }
H1.HeaderClassName
{
color: #7D923D;
}
.AnyTagClassName
{
color: #7D923D;
}
</style>
background-color css
<style>
a { background-color: #7D923D; }
a { background-color: rgb(125,146,61); }
div.DivClassName
{
background-color: #7D923D;
}
.BgClassName
{
background-color: #7D923D;
}
</style>
border-color css
<style>
span { border-color: #7D923D; }
span { border-color: rgb(125,146,61); }
td.TdClassName
{
border-color: #7D923D;
}
.TagClassName
{
border-color: #7D923D;
}
</style>