Shades of Wasabi #8A9745
Tints of Wasabi #8A9745
RGB
CMYK
RGB Variations
Color information
#8A9745 (or 0x8A9745) is known color: Wasabi. HEX triplet: 8A, 97 and 45. RGB value is (138,151,69). Sum of RGB (Red+Green+Blue) = 138+151+69=358 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.55% from 358); Green value is 151 (59.38% from 255 or 42.18% from 358); Blue value is 69 (27.34% from 255 or 19.27% from 358); Max value from RGB is 151 - color contains mainly: green. Hex color #8A9745 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A9745 is #7568BA. Grayscale: #8A8A8A. Windows color (decimal): -7694523 or 4560778. OLE color: 4560778.
HSL color Cylindrical-coordinate representation of color #8A9745: hue angle of 69.51º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8A9745 is Cyan = 0.09, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 138 | 151 | 69 | - |
| CMYK | 0.09 | 0 | 0.54 | 0.41 |
| HSL | 69.51º | 0.37% | 0.43% | - |
| HSV(B) | 69.51º | 0.54% | 0.59% | - |
| XYZ | 22.62 | 27.97 | 9.84 | - |
| YUV | 137.77 | 89.19 | 128.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 151 | 69 | 0.09 | 0 | 0.54 | 0.41 | 69.51 | 0.37 | 0.43 |
| Hex | 8A | 97 | 45 | 9 | 0 | 36 | 29 | 46 | 25 | 2B |
| Octal | 212 | 227 | 105 | 11 | 0 | 66 | 51 | 106 | 45 | 53 |
| Binary | 10001010 | 10010111 | 1000101 | 1001 | 0 | 110110 | 101001 | 1000110 | 100101 | 101011 |
Color Harmonies of #8A9745
Complementary color
Monochromatic Colors of #8A9745
Black with #8A9745
Text Example
Text Example
White with #8A9745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9745; }
p { color: rgb(138,151,69); }
H1.HeaderClassName
{
color: #8A9745;
}
.AnyTagClassName
{
color: #8A9745;
}
</style>
background-color css
<style>
a { background-color: #8A9745; }
a { background-color: rgb(138,151,69); }
div.DivClassName
{
background-color: #8A9745;
}
.BgClassName
{
background-color: #8A9745;
}
</style>
border-color css
<style>
span { border-color: #8A9745; }
span { border-color: rgb(138,151,69); }
td.TdClassName
{
border-color: #8A9745;
}
.TagClassName
{
border-color: #8A9745;
}
</style>