Shades of Wasabi #7B863B
Tints of Wasabi #7B863B
RGB
CMYK
RGB Variations
Color information
#7B863B (or 0x7B863B) is known color: Wasabi. HEX triplet: 7B, 86 and 3B. RGB value is (123,134,59). Sum of RGB (Red+Green+Blue) = 123+134+59=316 (41% of max value = 765). Red value is 123 (48.44% from 255 or 38.92% from 316); Green value is 134 (52.73% from 255 or 42.41% from 316); Blue value is 59 (23.44% from 255 or 18.67% from 316); Max value from RGB is 134 - color contains mainly: green. Hex color #7B863B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B863B is #8479C4. Grayscale: #7A7A7A. Windows color (decimal): -8681925 or 3901051. OLE color: 3901051.
HSL color Cylindrical-coordinate representation of color #7B863B: hue angle of 68.8º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7B863B is Cyan = 0.08, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 123 | 134 | 59 | - |
| CMYK | 0.08 | 0 | 0.56 | 0.47 |
| HSL | 68.8º | 0.39% | 0.38% | - |
| HSV(B) | 68.8º | 0.56% | 0.53% | - |
| XYZ | 17.48 | 21.58 | 7.38 | - |
| YUV | 122.16 | 92.36 | 128.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 134 | 59 | 0.08 | 0 | 0.56 | 0.47 | 68.8 | 0.39 | 0.38 |
| Hex | 7B | 86 | 3B | 8 | 0 | 38 | 2F | 45 | 27 | 26 |
| Octal | 173 | 206 | 73 | 10 | 0 | 70 | 57 | 105 | 47 | 46 |
| Binary | 1111011 | 10000110 | 111011 | 1000 | 0 | 111000 | 101111 | 1000101 | 100111 | 100110 |
Color Harmonies of #7B863B
Complementary color
Monochromatic Colors of #7B863B
Black with #7B863B
Text Example
Text Example
White with #7B863B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B863B; }
p { color: rgb(123,134,59); }
H1.HeaderClassName
{
color: #7B863B;
}
.AnyTagClassName
{
color: #7B863B;
}
</style>
background-color css
<style>
a { background-color: #7B863B; }
a { background-color: rgb(123,134,59); }
div.DivClassName
{
background-color: #7B863B;
}
.BgClassName
{
background-color: #7B863B;
}
</style>
border-color css
<style>
span { border-color: #7B863B; }
span { border-color: rgb(123,134,59); }
td.TdClassName
{
border-color: #7B863B;
}
.TagClassName
{
border-color: #7B863B;
}
</style>