Shades of Wasabi #8F9D45
Tints of Wasabi #8F9D45
RGB
CMYK
RGB Variations
Color information
#8F9D45 (or 0x8F9D45) is known color: Wasabi. HEX triplet: 8F, 9D and 45. RGB value is (143,157,69). Sum of RGB (Red+Green+Blue) = 143+157+69=369 (48% of max value = 765). Red value is 143 (56.25% from 255 or 38.75% from 369); Green value is 157 (61.72% from 255 or 42.55% from 369); Blue value is 69 (27.34% from 255 or 18.70% from 369); Max value from RGB is 157 - color contains mainly: green. Hex color #8F9D45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F9D45 is #7062BA. Grayscale: #8F8F8F. Windows color (decimal): -7365307 or 4562319. OLE color: 4562319.
HSL color Cylindrical-coordinate representation of color #8F9D45: hue angle of 69.55º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8F9D45 is Cyan = 0.09, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 143 | 157 | 69 | - |
| CMYK | 0.09 | 0 | 0.56 | 0.38 |
| HSL | 69.55º | 0.39% | 0.44% | - |
| HSV(B) | 69.55º | 0.56% | 0.62% | - |
| XYZ | 24.46 | 30.38 | 10.21 | - |
| YUV | 142.78 | 86.36 | 128.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 157 | 69 | 0.09 | 0 | 0.56 | 0.38 | 69.55 | 0.39 | 0.44 |
| Hex | 8F | 9D | 45 | 9 | 0 | 38 | 26 | 46 | 27 | 2C |
| Octal | 217 | 235 | 105 | 11 | 0 | 70 | 46 | 106 | 47 | 54 |
| Binary | 10001111 | 10011101 | 1000101 | 1001 | 0 | 111000 | 100110 | 1000110 | 100111 | 101100 |
Color Harmonies of #8F9D45
Complementary color
Monochromatic Colors of #8F9D45
Black with #8F9D45
Text Example
Text Example
White with #8F9D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9D45; }
p { color: rgb(143,157,69); }
H1.HeaderClassName
{
color: #8F9D45;
}
.AnyTagClassName
{
color: #8F9D45;
}
</style>
background-color css
<style>
a { background-color: #8F9D45; }
a { background-color: rgb(143,157,69); }
div.DivClassName
{
background-color: #8F9D45;
}
.BgClassName
{
background-color: #8F9D45;
}
</style>
border-color css
<style>
span { border-color: #8F9D45; }
span { border-color: rgb(143,157,69); }
td.TdClassName
{
border-color: #8F9D45;
}
.TagClassName
{
border-color: #8F9D45;
}
</style>