Shades of Wasabi #7B8E2C
Tints of Wasabi #7B8E2C
RGB
CMYK
RGB Variations
Color information
#7B8E2C (or 0x7B8E2C) is known color: Wasabi. HEX triplet: 7B, 8E and 2C. RGB value is (123,142,44). Sum of RGB (Red+Green+Blue) = 123+142+44=309 (40% of max value = 765). Red value is 123 (48.44% from 255 or 39.81% from 309); Green value is 142 (55.86% from 255 or 45.95% from 309); Blue value is 44 (17.58% from 255 or 14.24% from 309); Max value from RGB is 142 - color contains mainly: green. Hex color #7B8E2C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B8E2C is #8471D3. Grayscale: #7D7D7D. Windows color (decimal): -8679892 or 2920059. OLE color: 2920059.
HSL color Cylindrical-coordinate representation of color #7B8E2C: hue angle of 71.63º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7B8E2C is Cyan = 0.13, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 123 | 142 | 44 | - |
| CMYK | 0.13 | 0 | 0.69 | 0.44 |
| HSL | 71.63º | 0.53% | 0.36% | - |
| HSV(B) | 71.63º | 0.69% | 0.56% | - |
| XYZ | 18.3 | 23.74 | 6 | - |
| YUV | 125.15 | 82.21 | 126.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 142 | 44 | 0.13 | 0 | 0.69 | 0.44 | 71.63 | 0.53 | 0.36 |
| Hex | 7B | 8E | 2C | D | 0 | 45 | 2C | 48 | 35 | 24 |
| Octal | 173 | 216 | 54 | 15 | 0 | 105 | 54 | 110 | 65 | 44 |
| Binary | 1111011 | 10001110 | 101100 | 1101 | 0 | 1000101 | 101100 | 1001000 | 110101 | 100100 |
Color Harmonies of #7B8E2C
Complementary color
Monochromatic Colors of #7B8E2C
Black with #7B8E2C
Text Example
Text Example
White with #7B8E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B8E2C; }
p { color: rgb(123,142,44); }
H1.HeaderClassName
{
color: #7B8E2C;
}
.AnyTagClassName
{
color: #7B8E2C;
}
</style>
background-color css
<style>
a { background-color: #7B8E2C; }
a { background-color: rgb(123,142,44); }
div.DivClassName
{
background-color: #7B8E2C;
}
.BgClassName
{
background-color: #7B8E2C;
}
</style>
border-color css
<style>
span { border-color: #7B8E2C; }
span { border-color: rgb(123,142,44); }
td.TdClassName
{
border-color: #7B8E2C;
}
.TagClassName
{
border-color: #7B8E2C;
}
</style>