Shades of Wasabi #878B3C
Tints of Wasabi #878B3C
RGB
CMYK
RGB Variations
Color information
#878B3C (or 0x878B3C) is known color: Wasabi. HEX triplet: 87, 8B and 3C. RGB value is (135,139,60). Sum of RGB (Red+Green+Blue) = 135+139+60=334 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.42% from 334); Green value is 139 (54.69% from 255 or 41.62% from 334); Blue value is 60 (23.83% from 255 or 17.96% from 334); Max value from RGB is 139 - color contains mainly: green. Hex color #878B3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #878B3C is #7874C3. Grayscale: #818181. Windows color (decimal): -7894212 or 3967879. OLE color: 3967879.
HSL color Cylindrical-coordinate representation of color #878B3C: hue angle of 63.04º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #878B3C is Cyan = 0.03, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 135 | 139 | 60 | - |
| CMYK | 0.03 | 0 | 0.57 | 0.45 |
| HSL | 63.04º | 0.4% | 0.39% | - |
| HSV(B) | 63.04º | 0.57% | 0.55% | - |
| XYZ | 20.04 | 23.94 | 7.84 | - |
| YUV | 128.8 | 89.17 | 132.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 139 | 60 | 0.03 | 0 | 0.57 | 0.45 | 63.04 | 0.4 | 0.39 |
| Hex | 87 | 8B | 3C | 3 | 0 | 39 | 2D | 3F | 28 | 27 |
| Octal | 207 | 213 | 74 | 3 | 0 | 71 | 55 | 77 | 50 | 47 |
| Binary | 10000111 | 10001011 | 111100 | 11 | 0 | 111001 | 101101 | 111111 | 101000 | 100111 |
Color Harmonies of #878B3C
Complementary color
Monochromatic Colors of #878B3C
Black with #878B3C
Text Example
Text Example
White with #878B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878B3C; }
p { color: rgb(135,139,60); }
H1.HeaderClassName
{
color: #878B3C;
}
.AnyTagClassName
{
color: #878B3C;
}
</style>
background-color css
<style>
a { background-color: #878B3C; }
a { background-color: rgb(135,139,60); }
div.DivClassName
{
background-color: #878B3C;
}
.BgClassName
{
background-color: #878B3C;
}
</style>
border-color css
<style>
span { border-color: #878B3C; }
span { border-color: rgb(135,139,60); }
td.TdClassName
{
border-color: #878B3C;
}
.TagClassName
{
border-color: #878B3C;
}
</style>