Shades of Wasabi #8A9545
Tints of Wasabi #8A9545
RGB
CMYK
RGB Variations
Color information
#8A9545 (or 0x8A9545) is known color: Wasabi. HEX triplet: 8A, 95 and 45. RGB value is (138,149,69). Sum of RGB (Red+Green+Blue) = 138+149+69=356 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.76% from 356); Green value is 149 (58.59% from 255 or 41.85% from 356); Blue value is 69 (27.34% from 255 or 19.38% from 356); Max value from RGB is 149 - color contains mainly: green. Hex color #8A9545 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A9545 is #756ABA. Grayscale: #888888. Windows color (decimal): -7695035 or 4560266. OLE color: 4560266.
HSL color Cylindrical-coordinate representation of color #8A9545: hue angle of 68.25º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8A9545 is Cyan = 0.07, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 138 | 149 | 69 | - |
| CMYK | 0.07 | 0 | 0.54 | 0.42 |
| HSL | 68.25º | 0.37% | 0.43% | - |
| HSV(B) | 68.25º | 0.54% | 0.58% | - |
| XYZ | 22.3 | 27.33 | 9.73 | - |
| YUV | 136.59 | 89.86 | 129 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 149 | 69 | 0.07 | 0 | 0.54 | 0.42 | 68.25 | 0.37 | 0.43 |
| Hex | 8A | 95 | 45 | 7 | 0 | 36 | 2A | 44 | 25 | 2B |
| Octal | 212 | 225 | 105 | 7 | 0 | 66 | 52 | 104 | 45 | 53 |
| Binary | 10001010 | 10010101 | 1000101 | 111 | 0 | 110110 | 101010 | 1000100 | 100101 | 101011 |
Color Harmonies of #8A9545
Complementary color
Monochromatic Colors of #8A9545
Black with #8A9545
Text Example
Text Example
White with #8A9545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9545; }
p { color: rgb(138,149,69); }
H1.HeaderClassName
{
color: #8A9545;
}
.AnyTagClassName
{
color: #8A9545;
}
</style>
background-color css
<style>
a { background-color: #8A9545; }
a { background-color: rgb(138,149,69); }
div.DivClassName
{
background-color: #8A9545;
}
.BgClassName
{
background-color: #8A9545;
}
</style>
border-color css
<style>
span { border-color: #8A9545; }
span { border-color: rgb(138,149,69); }
td.TdClassName
{
border-color: #8A9545;
}
.TagClassName
{
border-color: #8A9545;
}
</style>