Shades of Wasabi #8C9735
Tints of Wasabi #8C9735
RGB
CMYK
RGB Variations
Color information
#8C9735 (or 0x8C9735) is known color: Wasabi. HEX triplet: 8C, 97 and 35. RGB value is (140,151,53). Sum of RGB (Red+Green+Blue) = 140+151+53=344 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.70% from 344); Green value is 151 (59.38% from 255 or 43.90% from 344); Blue value is 53 (21.09% from 255 or 15.41% from 344); Max value from RGB is 151 - color contains mainly: green. Hex color #8C9735 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C9735 is #7368CA. Grayscale: #888888. Windows color (decimal): -7563467 or 3512204. OLE color: 3512204.
HSL color Cylindrical-coordinate representation of color #8C9735: hue angle of 66.73º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8C9735 is Cyan = 0.07, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 140 | 151 | 53 | - |
| CMYK | 0.07 | 0 | 0.65 | 0.41 |
| HSL | 66.73º | 0.48% | 0.4% | - |
| HSV(B) | 66.73º | 0.65% | 0.59% | - |
| XYZ | 22.52 | 27.97 | 7.58 | - |
| YUV | 136.54 | 80.86 | 130.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 151 | 53 | 0.07 | 0 | 0.65 | 0.41 | 66.73 | 0.48 | 0.4 |
| Hex | 8C | 97 | 35 | 7 | 0 | 41 | 29 | 43 | 30 | 28 |
| Octal | 214 | 227 | 65 | 7 | 0 | 101 | 51 | 103 | 60 | 50 |
| Binary | 10001100 | 10010111 | 110101 | 111 | 0 | 1000001 | 101001 | 1000011 | 110000 | 101000 |
Color Harmonies of #8C9735
Complementary color
Monochromatic Colors of #8C9735
Black with #8C9735
Text Example
Text Example
White with #8C9735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9735; }
p { color: rgb(140,151,53); }
H1.HeaderClassName
{
color: #8C9735;
}
.AnyTagClassName
{
color: #8C9735;
}
</style>
background-color css
<style>
a { background-color: #8C9735; }
a { background-color: rgb(140,151,53); }
div.DivClassName
{
background-color: #8C9735;
}
.BgClassName
{
background-color: #8C9735;
}
</style>
border-color css
<style>
span { border-color: #8C9735; }
span { border-color: rgb(140,151,53); }
td.TdClassName
{
border-color: #8C9735;
}
.TagClassName
{
border-color: #8C9735;
}
</style>