Shades of Wasabi #8C964B
Tints of Wasabi #8C964B
RGB
CMYK
RGB Variations
Color information
#8C964B (or 0x8C964B) is known color: Wasabi. HEX triplet: 8C, 96 and 4B. RGB value is (140,150,75). Sum of RGB (Red+Green+Blue) = 140+150+75=365 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.36% from 365); Green value is 150 (58.98% from 255 or 41.10% from 365); Blue value is 75 (29.69% from 255 or 20.55% from 365); Max value from RGB is 150 - color contains mainly: green. Hex color #8C964B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C964B is #7369B4. Grayscale: #8A8A8A. Windows color (decimal): -7563701 or 4953740. OLE color: 4953740.
HSL color Cylindrical-coordinate representation of color #8C964B: hue angle of 68º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8C964B is Cyan = 0.07, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 140 | 150 | 75 | - |
| CMYK | 0.07 | 0 | 0.5 | 0.41 |
| HSL | 68º | 0.33% | 0.44% | - |
| HSV(B) | 68º | 0.5% | 0.59% | - |
| XYZ | 22.99 | 27.9 | 10.83 | - |
| YUV | 138.46 | 92.19 | 129.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 150 | 75 | 0.07 | 0 | 0.5 | 0.41 | 68 | 0.33 | 0.44 |
| Hex | 8C | 96 | 4B | 7 | 0 | 32 | 29 | 44 | 21 | 2C |
| Octal | 214 | 226 | 113 | 7 | 0 | 62 | 51 | 104 | 41 | 54 |
| Binary | 10001100 | 10010110 | 1001011 | 111 | 0 | 110010 | 101001 | 1000100 | 100001 | 101100 |
Color Harmonies of #8C964B
Complementary color
Monochromatic Colors of #8C964B
Black with #8C964B
Text Example
Text Example
White with #8C964B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C964B; }
p { color: rgb(140,150,75); }
H1.HeaderClassName
{
color: #8C964B;
}
.AnyTagClassName
{
color: #8C964B;
}
</style>
background-color css
<style>
a { background-color: #8C964B; }
a { background-color: rgb(140,150,75); }
div.DivClassName
{
background-color: #8C964B;
}
.BgClassName
{
background-color: #8C964B;
}
</style>
border-color css
<style>
span { border-color: #8C964B; }
span { border-color: rgb(140,150,75); }
td.TdClassName
{
border-color: #8C964B;
}
.TagClassName
{
border-color: #8C964B;
}
</style>