Shades of Wasabi #7B833D
Tints of Wasabi #7B833D
RGB
CMYK
RGB Variations
Color information
#7B833D (or 0x7B833D) is known color: Wasabi. HEX triplet: 7B, 83 and 3D. RGB value is (123,131,61). Sum of RGB (Red+Green+Blue) = 123+131+61=315 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.05% from 315); Green value is 131 (51.56% from 255 or 41.59% from 315); Blue value is 61 (24.22% from 255 or 19.37% from 315); Max value from RGB is 131 - color contains mainly: green. Hex color #7B833D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B833D is #847CC2. Grayscale: #787878. Windows color (decimal): -8682691 or 4031355. OLE color: 4031355.
HSL color Cylindrical-coordinate representation of color #7B833D: hue angle of 66.86º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7B833D is Cyan = 0.06, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 123 | 131 | 61 | - |
| CMYK | 0.06 | 0 | 0.53 | 0.49 |
| HSL | 66.86º | 0.36% | 0.38% | - |
| HSV(B) | 66.86º | 0.53% | 0.51% | - |
| XYZ | 17.13 | 20.78 | 7.52 | - |
| YUV | 120.63 | 94.35 | 129.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 131 | 61 | 0.06 | 0 | 0.53 | 0.49 | 66.86 | 0.36 | 0.38 |
| Hex | 7B | 83 | 3D | 6 | 0 | 35 | 31 | 43 | 24 | 26 |
| Octal | 173 | 203 | 75 | 6 | 0 | 65 | 61 | 103 | 44 | 46 |
| Binary | 1111011 | 10000011 | 111101 | 110 | 0 | 110101 | 110001 | 1000011 | 100100 | 100110 |
Color Harmonies of #7B833D
Complementary color
Monochromatic Colors of #7B833D
Black with #7B833D
Text Example
Text Example
White with #7B833D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B833D; }
p { color: rgb(123,131,61); }
H1.HeaderClassName
{
color: #7B833D;
}
.AnyTagClassName
{
color: #7B833D;
}
</style>
background-color css
<style>
a { background-color: #7B833D; }
a { background-color: rgb(123,131,61); }
div.DivClassName
{
background-color: #7B833D;
}
.BgClassName
{
background-color: #7B833D;
}
</style>
border-color css
<style>
span { border-color: #7B833D; }
span { border-color: rgb(123,131,61); }
td.TdClassName
{
border-color: #7B833D;
}
.TagClassName
{
border-color: #7B833D;
}
</style>