Shades of Wasabi #7B8D36
Tints of Wasabi #7B8D36
RGB
CMYK
RGB Variations
Color information
#7B8D36 (or 0x7B8D36) is known color: Wasabi. HEX triplet: 7B, 8D and 36. RGB value is (123,141,54). Sum of RGB (Red+Green+Blue) = 123+141+54=318 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.68% from 318); Green value is 141 (55.47% from 255 or 44.34% from 318); Blue value is 54 (21.48% from 255 or 16.98% from 318); Max value from RGB is 141 - color contains mainly: green. Hex color #7B8D36 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B8D36 is #8472C9. Grayscale: #7E7E7E. Windows color (decimal): -8680138 or 3575163. OLE color: 3575163.
HSL color Cylindrical-coordinate representation of color #7B8D36: hue angle of 72.41º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7B8D36 is Cyan = 0.13, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 123 | 141 | 54 | - |
| CMYK | 0.13 | 0 | 0.62 | 0.45 |
| HSL | 72.41º | 0.45% | 0.38% | - |
| HSV(B) | 72.41º | 0.62% | 0.55% | - |
| XYZ | 18.36 | 23.53 | 7.06 | - |
| YUV | 125.7 | 87.54 | 126.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 141 | 54 | 0.13 | 0 | 0.62 | 0.45 | 72.41 | 0.45 | 0.38 |
| Hex | 7B | 8D | 36 | D | 0 | 3E | 2D | 48 | 2D | 26 |
| Octal | 173 | 215 | 66 | 15 | 0 | 76 | 55 | 110 | 55 | 46 |
| Binary | 1111011 | 10001101 | 110110 | 1101 | 0 | 111110 | 101101 | 1001000 | 101101 | 100110 |
Color Harmonies of #7B8D36
Complementary color
Monochromatic Colors of #7B8D36
Black with #7B8D36
Text Example
Text Example
White with #7B8D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B8D36; }
p { color: rgb(123,141,54); }
H1.HeaderClassName
{
color: #7B8D36;
}
.AnyTagClassName
{
color: #7B8D36;
}
</style>
background-color css
<style>
a { background-color: #7B8D36; }
a { background-color: rgb(123,141,54); }
div.DivClassName
{
background-color: #7B8D36;
}
.BgClassName
{
background-color: #7B8D36;
}
</style>
border-color css
<style>
span { border-color: #7B8D36; }
span { border-color: rgb(123,141,54); }
td.TdClassName
{
border-color: #7B8D36;
}
.TagClassName
{
border-color: #7B8D36;
}
</style>