Shades of Wasabi #8B9739
Tints of Wasabi #8B9739
RGB
CMYK
RGB Variations
Color information
#8B9739 (or 0x8B9739) is known color: Wasabi. HEX triplet: 8B, 97 and 39. RGB value is (139,151,57). Sum of RGB (Red+Green+Blue) = 139+151+57=347 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.06% from 347); Green value is 151 (59.38% from 255 or 43.52% from 347); Blue value is 57 (22.66% from 255 or 16.43% from 347); Max value from RGB is 151 - color contains mainly: green. Hex color #8B9739 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B9739 is #7468C6. Grayscale: #898989. Windows color (decimal): -7628999 or 3774347. OLE color: 3774347.
HSL color Cylindrical-coordinate representation of color #8B9739: hue angle of 67.66º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8B9739 is Cyan = 0.08, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 139 | 151 | 57 | - |
| CMYK | 0.08 | 0 | 0.62 | 0.41 |
| HSL | 67.66º | 0.45% | 0.41% | - |
| HSV(B) | 67.66º | 0.62% | 0.59% | - |
| XYZ | 22.45 | 27.92 | 8.08 | - |
| YUV | 136.7 | 83.02 | 129.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 151 | 57 | 0.08 | 0 | 0.62 | 0.41 | 67.66 | 0.45 | 0.41 |
| Hex | 8B | 97 | 39 | 8 | 0 | 3E | 29 | 44 | 2D | 29 |
| Octal | 213 | 227 | 71 | 10 | 0 | 76 | 51 | 104 | 55 | 51 |
| Binary | 10001011 | 10010111 | 111001 | 1000 | 0 | 111110 | 101001 | 1000100 | 101101 | 101001 |
Color Harmonies of #8B9739
Complementary color
Monochromatic Colors of #8B9739
Black with #8B9739
Text Example
Text Example
White with #8B9739
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B9739; }
p { color: rgb(139,151,57); }
H1.HeaderClassName
{
color: #8B9739;
}
.AnyTagClassName
{
color: #8B9739;
}
</style>
background-color css
<style>
a { background-color: #8B9739; }
a { background-color: rgb(139,151,57); }
div.DivClassName
{
background-color: #8B9739;
}
.BgClassName
{
background-color: #8B9739;
}
</style>
border-color css
<style>
span { border-color: #8B9739; }
span { border-color: rgb(139,151,57); }
td.TdClassName
{
border-color: #8B9739;
}
.TagClassName
{
border-color: #8B9739;
}
</style>