Shades of Wasabi #8A973C
Tints of Wasabi #8A973C
RGB
CMYK
RGB Variations
Color information
#8A973C (or 0x8A973C) is known color: Wasabi. HEX triplet: 8A, 97 and 3C. RGB value is (138,151,60). Sum of RGB (Red+Green+Blue) = 138+151+60=349 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.54% from 349); Green value is 151 (59.38% from 255 or 43.27% from 349); Blue value is 60 (23.83% from 255 or 17.19% from 349); Max value from RGB is 151 - color contains mainly: green. Hex color #8A973C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A973C is #7568C3. Grayscale: #898989. Windows color (decimal): -7694532 or 3970954. OLE color: 3970954.
HSL color Cylindrical-coordinate representation of color #8A973C: hue angle of 68.57º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8A973C is Cyan = 0.09, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 138 | 151 | 60 | - |
| CMYK | 0.09 | 0 | 0.60 | 0.41 |
| HSL | 68.57º | 0.43% | 0.41% | - |
| HSV(B) | 68.57º | 0.6% | 0.59% | - |
| XYZ | 22.36 | 27.86 | 8.47 | - |
| YUV | 136.74 | 84.69 | 128.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 151 | 60 | 0.09 | 0 | 0.60 | 0.41 | 68.57 | 0.43 | 0.41 |
| Hex | 8A | 97 | 3C | 9 | 0 | 3C | 29 | 45 | 2B | 29 |
| Octal | 212 | 227 | 74 | 11 | 0 | 74 | 51 | 105 | 53 | 51 |
| Binary | 10001010 | 10010111 | 111100 | 1001 | 0 | 111100 | 101001 | 1000101 | 101011 | 101001 |
Color Harmonies of #8A973C
Complementary color
Monochromatic Colors of #8A973C
Black with #8A973C
Text Example
Text Example
White with #8A973C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A973C; }
p { color: rgb(138,151,60); }
H1.HeaderClassName
{
color: #8A973C;
}
.AnyTagClassName
{
color: #8A973C;
}
</style>
background-color css
<style>
a { background-color: #8A973C; }
a { background-color: rgb(138,151,60); }
div.DivClassName
{
background-color: #8A973C;
}
.BgClassName
{
background-color: #8A973C;
}
</style>
border-color css
<style>
span { border-color: #8A973C; }
span { border-color: rgb(138,151,60); }
td.TdClassName
{
border-color: #8A973C;
}
.TagClassName
{
border-color: #8A973C;
}
</style>