Shades of Wasabi #7B923D
Tints of Wasabi #7B923D
RGB
CMYK
RGB Variations
Color information
#7B923D (or 0x7B923D) is known color: Wasabi. HEX triplet: 7B, 92 and 3D. RGB value is (123,146,61). Sum of RGB (Red+Green+Blue) = 123+146+61=330 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.27% from 330); Green value is 146 (57.42% from 255 or 44.24% from 330); Blue value is 61 (24.22% from 255 or 18.48% from 330); Max value from RGB is 146 - color contains mainly: green. Hex color #7B923D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B923D is #846DC2. Grayscale: #818181. Windows color (decimal): -8678851 or 4035195. OLE color: 4035195.
HSL color Cylindrical-coordinate representation of color #7B923D: hue angle of 76.24º 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 #7B923D is Cyan = 0.16, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 123 | 146 | 61 | - |
| CMYK | 0.16 | 0 | 0.58 | 0.43 |
| HSL | 76.24º | 0.41% | 0.41% | - |
| HSV(B) | 76.24º | 0.58% | 0.57% | - |
| XYZ | 19.29 | 25.11 | 8.24 | - |
| YUV | 129.43 | 89.38 | 123.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 146 | 61 | 0.16 | 0 | 0.58 | 0.43 | 76.24 | 0.41 | 0.41 |
| Hex | 7B | 92 | 3D | 10 | 0 | 3A | 2B | 4C | 29 | 29 |
| Octal | 173 | 222 | 75 | 20 | 0 | 72 | 53 | 114 | 51 | 51 |
| Binary | 1111011 | 10010010 | 111101 | 10000 | 0 | 111010 | 101011 | 1001100 | 101001 | 101001 |
Color Harmonies of #7B923D
Complementary color
Monochromatic Colors of #7B923D
Black with #7B923D
Text Example
Text Example
White with #7B923D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B923D; }
p { color: rgb(123,146,61); }
H1.HeaderClassName
{
color: #7B923D;
}
.AnyTagClassName
{
color: #7B923D;
}
</style>
background-color css
<style>
a { background-color: #7B923D; }
a { background-color: rgb(123,146,61); }
div.DivClassName
{
background-color: #7B923D;
}
.BgClassName
{
background-color: #7B923D;
}
</style>
border-color css
<style>
span { border-color: #7B923D; }
span { border-color: rgb(123,146,61); }
td.TdClassName
{
border-color: #7B923D;
}
.TagClassName
{
border-color: #7B923D;
}
</style>