Shades of Wasabi #7B823D
Tints of Wasabi #7B823D
RGB
CMYK
RGB Variations
Color information
#7B823D (or 0x7B823D) is known color: Wasabi. HEX triplet: 7B, 82 and 3D. RGB value is (123,130,61). Sum of RGB (Red+Green+Blue) = 123+130+61=314 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.17% from 314); Green value is 130 (51.17% from 255 or 41.40% from 314); Blue value is 61 (24.22% from 255 or 19.43% from 314); Max value from RGB is 130 - color contains mainly: green. Hex color #7B823D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B823D is #847DC2. Grayscale: #787878. Windows color (decimal): -8682947 or 4031099. OLE color: 4031099.
HSL color Cylindrical-coordinate representation of color #7B823D: hue angle of 66.09º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7B823D is Cyan = 0.05, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 123 | 130 | 61 | - |
| CMYK | 0.05 | 0 | 0.53 | 0.49 |
| HSL | 66.09º | 0.36% | 0.37% | - |
| HSV(B) | 66.09º | 0.53% | 0.51% | - |
| XYZ | 16.99 | 20.51 | 7.48 | - |
| YUV | 120.04 | 94.68 | 130.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 130 | 61 | 0.05 | 0 | 0.53 | 0.49 | 66.09 | 0.36 | 0.37 |
| Hex | 7B | 82 | 3D | 5 | 0 | 35 | 31 | 42 | 24 | 25 |
| Octal | 173 | 202 | 75 | 5 | 0 | 65 | 61 | 102 | 44 | 45 |
| Binary | 1111011 | 10000010 | 111101 | 101 | 0 | 110101 | 110001 | 1000010 | 100100 | 100101 |
Color Harmonies of #7B823D
Complementary color
Monochromatic Colors of #7B823D
Black with #7B823D
Text Example
Text Example
White with #7B823D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B823D; }
p { color: rgb(123,130,61); }
H1.HeaderClassName
{
color: #7B823D;
}
.AnyTagClassName
{
color: #7B823D;
}
</style>
background-color css
<style>
a { background-color: #7B823D; }
a { background-color: rgb(123,130,61); }
div.DivClassName
{
background-color: #7B823D;
}
.BgClassName
{
background-color: #7B823D;
}
</style>
border-color css
<style>
span { border-color: #7B823D; }
span { border-color: rgb(123,130,61); }
td.TdClassName
{
border-color: #7B823D;
}
.TagClassName
{
border-color: #7B823D;
}
</style>