Shades of Wasabi #7B853B
Tints of Wasabi #7B853B
RGB
CMYK
RGB Variations
Color information
#7B853B (or 0x7B853B) is known color: Wasabi. HEX triplet: 7B, 85 and 3B. RGB value is (123,133,59). Sum of RGB (Red+Green+Blue) = 123+133+59=315 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.05% from 315); Green value is 133 (52.34% from 255 or 42.22% from 315); Blue value is 59 (23.44% from 255 or 18.73% from 315); Max value from RGB is 133 - color contains mainly: green. Hex color #7B853B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B853B is #847AC4. Grayscale: #797979. Windows color (decimal): -8682181 or 3900795. OLE color: 3900795.
HSL color Cylindrical-coordinate representation of color #7B853B: hue angle of 68.11º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7B853B is Cyan = 0.08, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 123 | 133 | 59 | - |
| CMYK | 0.08 | 0 | 0.56 | 0.48 |
| HSL | 68.11º | 0.39% | 0.38% | - |
| HSV(B) | 68.11º | 0.56% | 0.52% | - |
| XYZ | 17.35 | 21.3 | 7.34 | - |
| YUV | 121.57 | 92.69 | 129.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 133 | 59 | 0.08 | 0 | 0.56 | 0.48 | 68.11 | 0.39 | 0.38 |
| Hex | 7B | 85 | 3B | 8 | 0 | 38 | 30 | 44 | 27 | 26 |
| Octal | 173 | 205 | 73 | 10 | 0 | 70 | 60 | 104 | 47 | 46 |
| Binary | 1111011 | 10000101 | 111011 | 1000 | 0 | 111000 | 110000 | 1000100 | 100111 | 100110 |
Color Harmonies of #7B853B
Complementary color
Monochromatic Colors of #7B853B
Black with #7B853B
Text Example
Text Example
White with #7B853B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B853B; }
p { color: rgb(123,133,59); }
H1.HeaderClassName
{
color: #7B853B;
}
.AnyTagClassName
{
color: #7B853B;
}
</style>
background-color css
<style>
a { background-color: #7B853B; }
a { background-color: rgb(123,133,59); }
div.DivClassName
{
background-color: #7B853B;
}
.BgClassName
{
background-color: #7B853B;
}
</style>
border-color css
<style>
span { border-color: #7B853B; }
span { border-color: rgb(123,133,59); }
td.TdClassName
{
border-color: #7B853B;
}
.TagClassName
{
border-color: #7B853B;
}
</style>