Shades of Wasabi #8A944A
Tints of Wasabi #8A944A
RGB
CMYK
RGB Variations
Color information
#8A944A (or 0x8A944A) is known color: Wasabi. HEX triplet: 8A, 94 and 4A. RGB value is (138,148,74). Sum of RGB (Red+Green+Blue) = 138+148+74=360 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.33% from 360); Green value is 148 (58.20% from 255 or 41.11% from 360); Blue value is 74 (29.30% from 255 or 20.56% from 360); Max value from RGB is 148 - color contains mainly: green. Hex color #8A944A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A944A is #756BB5. Grayscale: #888888. Windows color (decimal): -7695286 or 4887690. OLE color: 4887690.
HSL color Cylindrical-coordinate representation of color #8A944A: hue angle of 68.11º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8A944A is Cyan = 0.07, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 138 | 148 | 74 | - |
| CMYK | 0.07 | 0 | 0.50 | 0.42 |
| HSL | 68.11º | 0.33% | 0.44% | - |
| HSV(B) | 68.11º | 0.5% | 0.58% | - |
| XYZ | 22.31 | 27.08 | 10.53 | - |
| YUV | 136.57 | 92.69 | 129.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 148 | 74 | 0.07 | 0 | 0.50 | 0.42 | 68.11 | 0.33 | 0.44 |
| Hex | 8A | 94 | 4A | 7 | 0 | 32 | 2A | 44 | 21 | 2C |
| Octal | 212 | 224 | 112 | 7 | 0 | 62 | 52 | 104 | 41 | 54 |
| Binary | 10001010 | 10010100 | 1001010 | 111 | 0 | 110010 | 101010 | 1000100 | 100001 | 101100 |
Color Harmonies of #8A944A
Complementary color
Monochromatic Colors of #8A944A
Black with #8A944A
Text Example
Text Example
White with #8A944A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A944A; }
p { color: rgb(138,148,74); }
H1.HeaderClassName
{
color: #8A944A;
}
.AnyTagClassName
{
color: #8A944A;
}
</style>
background-color css
<style>
a { background-color: #8A944A; }
a { background-color: rgb(138,148,74); }
div.DivClassName
{
background-color: #8A944A;
}
.BgClassName
{
background-color: #8A944A;
}
</style>
border-color css
<style>
span { border-color: #8A944A; }
span { border-color: rgb(138,148,74); }
td.TdClassName
{
border-color: #8A944A;
}
.TagClassName
{
border-color: #8A944A;
}
</style>