Shades of Wasabi #8A944F
Tints of Wasabi #8A944F
RGB
CMYK
RGB Variations
Color information
#8A944F (or 0x8A944F) is known color: Wasabi. HEX triplet: 8A, 94 and 4F. RGB value is (138,148,79). Sum of RGB (Red+Green+Blue) = 138+148+79=365 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.81% from 365); Green value is 148 (58.20% from 255 or 40.55% from 365); Blue value is 79 (31.25% from 255 or 21.64% from 365); Max value from RGB is 148 - color contains mainly: green. Hex color #8A944F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A944F is #756BB0. Grayscale: #898989. Windows color (decimal): -7695281 or 5215370. OLE color: 5215370.
HSL color Cylindrical-coordinate representation of color #8A944F: hue angle of 68.7º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8A944F is Cyan = 0.07, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 138 | 148 | 79 | - |
| CMYK | 0.07 | 0 | 0.47 | 0.42 |
| HSL | 68.7º | 0.3% | 0.45% | - |
| HSV(B) | 68.7º | 0.47% | 0.58% | - |
| XYZ | 22.48 | 27.15 | 11.45 | - |
| YUV | 137.14 | 95.19 | 128.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 148 | 79 | 0.07 | 0 | 0.47 | 0.42 | 68.7 | 0.3 | 0.45 |
| Hex | 8A | 94 | 4F | 7 | 0 | 2F | 2A | 45 | 1E | 2D |
| Octal | 212 | 224 | 117 | 7 | 0 | 57 | 52 | 105 | 36 | 55 |
| Binary | 10001010 | 10010100 | 1001111 | 111 | 0 | 101111 | 101010 | 1000101 | 11110 | 101101 |
Color Harmonies of #8A944F
Complementary color
Monochromatic Colors of #8A944F
Black with #8A944F
Text Example
Text Example
White with #8A944F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A944F; }
p { color: rgb(138,148,79); }
H1.HeaderClassName
{
color: #8A944F;
}
.AnyTagClassName
{
color: #8A944F;
}
</style>
background-color css
<style>
a { background-color: #8A944F; }
a { background-color: rgb(138,148,79); }
div.DivClassName
{
background-color: #8A944F;
}
.BgClassName
{
background-color: #8A944F;
}
</style>
border-color css
<style>
span { border-color: #8A944F; }
span { border-color: rgb(138,148,79); }
td.TdClassName
{
border-color: #8A944F;
}
.TagClassName
{
border-color: #8A944F;
}
</style>