Shades of Wasabi #7B923F
Tints of Wasabi #7B923F
RGB
CMYK
RGB Variations
Color information
#7B923F (or 0x7B923F) is known color: Wasabi. HEX triplet: 7B, 92 and 3F. RGB value is (123,146,63). Sum of RGB (Red+Green+Blue) = 123+146+63=332 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.05% from 332); Green value is 146 (57.42% from 255 or 43.98% from 332); Blue value is 63 (25% from 255 or 18.98% from 332); Max value from RGB is 146 - color contains mainly: green. Hex color #7B923F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B923F is #846DC0. Grayscale: #818181. Windows color (decimal): -8678849 or 4166267. OLE color: 4166267.
HSL color Cylindrical-coordinate representation of color #7B923F: hue angle of 76.63º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7B923F is Cyan = 0.16, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 123 | 146 | 63 | - |
| CMYK | 0.16 | 0 | 0.57 | 0.43 |
| HSL | 76.63º | 0.4% | 0.41% | - |
| HSV(B) | 76.63º | 0.57% | 0.57% | - |
| XYZ | 19.34 | 25.13 | 8.53 | - |
| YUV | 129.66 | 90.38 | 123.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 146 | 63 | 0.16 | 0 | 0.57 | 0.43 | 76.63 | 0.4 | 0.41 |
| Hex | 7B | 92 | 3F | 10 | 0 | 39 | 2B | 4D | 28 | 29 |
| Octal | 173 | 222 | 77 | 20 | 0 | 71 | 53 | 115 | 50 | 51 |
| Binary | 1111011 | 10010010 | 111111 | 10000 | 0 | 111001 | 101011 | 1001101 | 101000 | 101001 |
Color Harmonies of #7B923F
Complementary color
Monochromatic Colors of #7B923F
Black with #7B923F
Text Example
Text Example
White with #7B923F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B923F; }
p { color: rgb(123,146,63); }
H1.HeaderClassName
{
color: #7B923F;
}
.AnyTagClassName
{
color: #7B923F;
}
</style>
background-color css
<style>
a { background-color: #7B923F; }
a { background-color: rgb(123,146,63); }
div.DivClassName
{
background-color: #7B923F;
}
.BgClassName
{
background-color: #7B923F;
}
</style>
border-color css
<style>
span { border-color: #7B923F; }
span { border-color: rgb(123,146,63); }
td.TdClassName
{
border-color: #7B923F;
}
.TagClassName
{
border-color: #7B923F;
}
</style>