Shades of Wasabi #8A974E
Tints of Wasabi #8A974E
RGB
CMYK
RGB Variations
Color information
#8A974E (or 0x8A974E) is known color: Wasabi. HEX triplet: 8A, 97 and 4E. RGB value is (138,151,78). Sum of RGB (Red+Green+Blue) = 138+151+78=367 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.60% from 367); Green value is 151 (59.38% from 255 or 41.14% from 367); Blue value is 78 (30.86% from 255 or 21.25% from 367); Max value from RGB is 151 - color contains mainly: green. Hex color #8A974E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A974E is #7568B1. Grayscale: #8B8B8B. Windows color (decimal): -7694514 or 5150602. OLE color: 5150602.
HSL color Cylindrical-coordinate representation of color #8A974E: hue angle of 70.68º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8A974E is Cyan = 0.09, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 138 | 151 | 78 | - |
| CMYK | 0.09 | 0 | 0.48 | 0.41 |
| HSL | 70.68º | 0.32% | 0.45% | - |
| HSV(B) | 70.68º | 0.48% | 0.59% | - |
| XYZ | 22.92 | 28.09 | 11.42 | - |
| YUV | 138.79 | 93.69 | 127.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 151 | 78 | 0.09 | 0 | 0.48 | 0.41 | 70.68 | 0.32 | 0.45 |
| Hex | 8A | 97 | 4E | 9 | 0 | 30 | 29 | 47 | 20 | 2D |
| Octal | 212 | 227 | 116 | 11 | 0 | 60 | 51 | 107 | 40 | 55 |
| Binary | 10001010 | 10010111 | 1001110 | 1001 | 0 | 110000 | 101001 | 1000111 | 100000 | 101101 |
Color Harmonies of #8A974E
Complementary color
Monochromatic Colors of #8A974E
Black with #8A974E
Text Example
Text Example
White with #8A974E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A974E; }
p { color: rgb(138,151,78); }
H1.HeaderClassName
{
color: #8A974E;
}
.AnyTagClassName
{
color: #8A974E;
}
</style>
background-color css
<style>
a { background-color: #8A974E; }
a { background-color: rgb(138,151,78); }
div.DivClassName
{
background-color: #8A974E;
}
.BgClassName
{
background-color: #8A974E;
}
</style>
border-color css
<style>
span { border-color: #8A974E; }
span { border-color: rgb(138,151,78); }
td.TdClassName
{
border-color: #8A974E;
}
.TagClassName
{
border-color: #8A974E;
}
</style>