Shades of Wasabi #7B8F47
Tints of Wasabi #7B8F47
RGB
CMYK
RGB Variations
Color information
#7B8F47 (or 0x7B8F47) is known color: Wasabi. HEX triplet: 7B, 8F and 47. RGB value is (123,143,71). Sum of RGB (Red+Green+Blue) = 123+143+71=337 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.50% from 337); Green value is 143 (56.25% from 255 or 42.43% from 337); Blue value is 71 (28.12% from 255 or 21.07% from 337); Max value from RGB is 143 - color contains mainly: green. Hex color #7B8F47 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B8F47 is #8470B8. Grayscale: #818181. Windows color (decimal): -8679609 or 4689787. OLE color: 4689787.
HSL color Cylindrical-coordinate representation of color #7B8F47: hue angle of 76.67º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7B8F47 is Cyan = 0.14, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 123 | 143 | 71 | - |
| CMYK | 0.14 | 0 | 0.50 | 0.44 |
| HSL | 76.67º | 0.34% | 0.42% | - |
| HSV(B) | 76.67º | 0.5% | 0.56% | - |
| XYZ | 19.13 | 24.31 | 9.65 | - |
| YUV | 128.81 | 95.37 | 123.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 143 | 71 | 0.14 | 0 | 0.50 | 0.44 | 76.67 | 0.34 | 0.42 |
| Hex | 7B | 8F | 47 | E | 0 | 32 | 2C | 4D | 22 | 2A |
| Octal | 173 | 217 | 107 | 16 | 0 | 62 | 54 | 115 | 42 | 52 |
| Binary | 1111011 | 10001111 | 1000111 | 1110 | 0 | 110010 | 101100 | 1001101 | 100010 | 101010 |
Color Harmonies of #7B8F47
Complementary color
Monochromatic Colors of #7B8F47
Black with #7B8F47
Text Example
Text Example
White with #7B8F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B8F47; }
p { color: rgb(123,143,71); }
H1.HeaderClassName
{
color: #7B8F47;
}
.AnyTagClassName
{
color: #7B8F47;
}
</style>
background-color css
<style>
a { background-color: #7B8F47; }
a { background-color: rgb(123,143,71); }
div.DivClassName
{
background-color: #7B8F47;
}
.BgClassName
{
background-color: #7B8F47;
}
</style>
border-color css
<style>
span { border-color: #7B8F47; }
span { border-color: rgb(123,143,71); }
td.TdClassName
{
border-color: #7B8F47;
}
.TagClassName
{
border-color: #7B8F47;
}
</style>