Shades of Wasabi #8F9945
Tints of Wasabi #8F9945
RGB
CMYK
RGB Variations
Color information
#8F9945 (or 0x8F9945) is known color: Wasabi. HEX triplet: 8F, 99 and 45. RGB value is (143,153,69). Sum of RGB (Red+Green+Blue) = 143+153+69=365 (48% of max value = 765). Red value is 143 (56.25% from 255 or 39.18% from 365); Green value is 153 (60.16% from 255 or 41.92% from 365); Blue value is 69 (27.34% from 255 or 18.90% from 365); Max value from RGB is 153 - color contains mainly: green. Hex color #8F9945 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F9945 is #7066BA. Grayscale: #8C8C8C. Windows color (decimal): -7366331 or 4561295. OLE color: 4561295.
HSL color Cylindrical-coordinate representation of color #8F9945: hue angle of 67.14º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8F9945 is Cyan = 0.07, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 143 | 153 | 69 | - |
| CMYK | 0.07 | 0 | 0.55 | 0.4 |
| HSL | 67.14º | 0.38% | 0.44% | - |
| HSV(B) | 67.14º | 0.55% | 0.6% | - |
| XYZ | 23.79 | 29.05 | 9.98 | - |
| YUV | 140.43 | 87.69 | 129.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 153 | 69 | 0.07 | 0 | 0.55 | 0.4 | 67.14 | 0.38 | 0.44 |
| Hex | 8F | 99 | 45 | 7 | 0 | 37 | 28 | 43 | 26 | 2C |
| Octal | 217 | 231 | 105 | 7 | 0 | 67 | 50 | 103 | 46 | 54 |
| Binary | 10001111 | 10011001 | 1000101 | 111 | 0 | 110111 | 101000 | 1000011 | 100110 | 101100 |
Color Harmonies of #8F9945
Complementary color
Monochromatic Colors of #8F9945
Black with #8F9945
Text Example
Text Example
White with #8F9945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9945; }
p { color: rgb(143,153,69); }
H1.HeaderClassName
{
color: #8F9945;
}
.AnyTagClassName
{
color: #8F9945;
}
</style>
background-color css
<style>
a { background-color: #8F9945; }
a { background-color: rgb(143,153,69); }
div.DivClassName
{
background-color: #8F9945;
}
.BgClassName
{
background-color: #8F9945;
}
</style>
border-color css
<style>
span { border-color: #8F9945; }
span { border-color: rgb(143,153,69); }
td.TdClassName
{
border-color: #8F9945;
}
.TagClassName
{
border-color: #8F9945;
}
</style>