Shades of Wasabi #7B883B
Tints of Wasabi #7B883B
RGB
CMYK
RGB Variations
Color information
#7B883B (or 0x7B883B) is known color: Wasabi. HEX triplet: 7B, 88 and 3B. RGB value is (123,136,59). Sum of RGB (Red+Green+Blue) = 123+136+59=318 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.68% from 318); Green value is 136 (53.52% from 255 or 42.77% from 318); Blue value is 59 (23.44% from 255 or 18.55% from 318); Max value from RGB is 136 - color contains mainly: green. Hex color #7B883B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B883B is #8477C4. Grayscale: #7B7B7B. Windows color (decimal): -8681413 or 3901563. OLE color: 3901563.
HSL color Cylindrical-coordinate representation of color #7B883B: hue angle of 70.13º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7B883B is Cyan = 0.10, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 123 | 136 | 59 | - |
| CMYK | 0.10 | 0 | 0.57 | 0.47 |
| HSL | 70.13º | 0.39% | 0.38% | - |
| HSV(B) | 70.13º | 0.57% | 0.53% | - |
| XYZ | 17.76 | 22.14 | 7.47 | - |
| YUV | 123.34 | 91.69 | 127.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 136 | 59 | 0.10 | 0 | 0.57 | 0.47 | 70.13 | 0.39 | 0.38 |
| Hex | 7B | 88 | 3B | A | 0 | 39 | 2F | 46 | 27 | 26 |
| Octal | 173 | 210 | 73 | 12 | 0 | 71 | 57 | 106 | 47 | 46 |
| Binary | 1111011 | 10001000 | 111011 | 1010 | 0 | 111001 | 101111 | 1000110 | 100111 | 100110 |
Color Harmonies of #7B883B
Complementary color
Monochromatic Colors of #7B883B
Black with #7B883B
Text Example
Text Example
White with #7B883B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B883B; }
p { color: rgb(123,136,59); }
H1.HeaderClassName
{
color: #7B883B;
}
.AnyTagClassName
{
color: #7B883B;
}
</style>
background-color css
<style>
a { background-color: #7B883B; }
a { background-color: rgb(123,136,59); }
div.DivClassName
{
background-color: #7B883B;
}
.BgClassName
{
background-color: #7B883B;
}
</style>
border-color css
<style>
span { border-color: #7B883B; }
span { border-color: rgb(123,136,59); }
td.TdClassName
{
border-color: #7B883B;
}
.TagClassName
{
border-color: #7B883B;
}
</style>