Shades of Wasabi #8A9136
Tints of Wasabi #8A9136
RGB
CMYK
RGB Variations
Color information
#8A9136 (or 0x8A9136) is known color: Wasabi. HEX triplet: 8A, 91 and 36. RGB value is (138,145,54). Sum of RGB (Red+Green+Blue) = 138+145+54=337 (44% of max value = 765). Red value is 138 (54.30% from 255 or 40.95% from 337); Green value is 145 (57.03% from 255 or 43.03% from 337); Blue value is 54 (21.48% from 255 or 16.02% from 337); Max value from RGB is 145 - color contains mainly: green. Hex color #8A9136 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A9136 is #756EC9. Grayscale: #848484. Windows color (decimal): -7696074 or 3576202. OLE color: 3576202.
HSL color Cylindrical-coordinate representation of color #8A9136: hue angle of 64.62º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8A9136 is Cyan = 0.05, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 138 | 145 | 54 | - |
| CMYK | 0.05 | 0 | 0.63 | 0.43 |
| HSL | 64.62º | 0.46% | 0.39% | - |
| HSV(B) | 64.62º | 0.63% | 0.57% | - |
| XYZ | 21.27 | 25.92 | 7.37 | - |
| YUV | 132.53 | 83.68 | 131.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 145 | 54 | 0.05 | 0 | 0.63 | 0.43 | 64.62 | 0.46 | 0.39 |
| Hex | 8A | 91 | 36 | 5 | 0 | 3F | 2B | 41 | 2E | 27 |
| Octal | 212 | 221 | 66 | 5 | 0 | 77 | 53 | 101 | 56 | 47 |
| Binary | 10001010 | 10010001 | 110110 | 101 | 0 | 111111 | 101011 | 1000001 | 101110 | 100111 |
Color Harmonies of #8A9136
Complementary color
Monochromatic Colors of #8A9136
Black with #8A9136
Text Example
Text Example
White with #8A9136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9136; }
p { color: rgb(138,145,54); }
H1.HeaderClassName
{
color: #8A9136;
}
.AnyTagClassName
{
color: #8A9136;
}
</style>
background-color css
<style>
a { background-color: #8A9136; }
a { background-color: rgb(138,145,54); }
div.DivClassName
{
background-color: #8A9136;
}
.BgClassName
{
background-color: #8A9136;
}
</style>
border-color css
<style>
span { border-color: #8A9136; }
span { border-color: rgb(138,145,54); }
td.TdClassName
{
border-color: #8A9136;
}
.TagClassName
{
border-color: #8A9136;
}
</style>