Shades of Wasabi #8A9345
Tints of Wasabi #8A9345
RGB
CMYK
RGB Variations
Color information
#8A9345 (or 0x8A9345) is known color: Wasabi. HEX triplet: 8A, 93 and 45. RGB value is (138,147,69). Sum of RGB (Red+Green+Blue) = 138+147+69=354 (46% of max value = 765). Red value is 138 (54.30% from 255 or 38.98% from 354); Green value is 147 (57.81% from 255 or 41.53% from 354); Blue value is 69 (27.34% from 255 or 19.49% from 354); Max value from RGB is 147 - color contains mainly: green. Hex color #8A9345 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A9345 is #756CBA. Grayscale: #878787. Windows color (decimal): -7695547 or 4559754. OLE color: 4559754.
HSL color Cylindrical-coordinate representation of color #8A9345: hue angle of 66.92º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8A9345 is Cyan = 0.06, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 138 | 147 | 69 | - |
| CMYK | 0.06 | 0 | 0.53 | 0.42 |
| HSL | 66.92º | 0.36% | 0.42% | - |
| HSV(B) | 66.92º | 0.53% | 0.58% | - |
| XYZ | 21.99 | 26.7 | 9.62 | - |
| YUV | 135.42 | 90.52 | 129.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 147 | 69 | 0.06 | 0 | 0.53 | 0.42 | 66.92 | 0.36 | 0.42 |
| Hex | 8A | 93 | 45 | 6 | 0 | 35 | 2A | 43 | 24 | 2A |
| Octal | 212 | 223 | 105 | 6 | 0 | 65 | 52 | 103 | 44 | 52 |
| Binary | 10001010 | 10010011 | 1000101 | 110 | 0 | 110101 | 101010 | 1000011 | 100100 | 101010 |
Color Harmonies of #8A9345
Complementary color
Monochromatic Colors of #8A9345
Black with #8A9345
Text Example
Text Example
White with #8A9345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9345; }
p { color: rgb(138,147,69); }
H1.HeaderClassName
{
color: #8A9345;
}
.AnyTagClassName
{
color: #8A9345;
}
</style>
background-color css
<style>
a { background-color: #8A9345; }
a { background-color: rgb(138,147,69); }
div.DivClassName
{
background-color: #8A9345;
}
.BgClassName
{
background-color: #8A9345;
}
</style>
border-color css
<style>
span { border-color: #8A9345; }
span { border-color: rgb(138,147,69); }
td.TdClassName
{
border-color: #8A9345;
}
.TagClassName
{
border-color: #8A9345;
}
</style>