Shades of Wasabi #878F38
Tints of Wasabi #878F38
RGB
CMYK
RGB Variations
Color information
#878F38 (or 0x878F38) is known color: Wasabi. HEX triplet: 87, 8F and 38. RGB value is (135,143,56). Sum of RGB (Red+Green+Blue) = 135+143+56=334 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.42% from 334); Green value is 143 (56.25% from 255 or 42.81% from 334); Blue value is 56 (22.27% from 255 or 16.77% from 334); Max value from RGB is 143 - color contains mainly: green. Hex color #878F38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #878F38 is #7870C7. Grayscale: #838383. Windows color (decimal): -7893192 or 3706759. OLE color: 3706759.
HSL color Cylindrical-coordinate representation of color #878F38: hue angle of 65.52º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #878F38 is Cyan = 0.06, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 135 | 143 | 56 | - |
| CMYK | 0.06 | 0 | 0.61 | 0.44 |
| HSL | 65.52º | 0.44% | 0.39% | - |
| HSV(B) | 65.52º | 0.61% | 0.56% | - |
| XYZ | 20.53 | 25.08 | 7.5 | - |
| YUV | 130.69 | 85.85 | 131.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 143 | 56 | 0.06 | 0 | 0.61 | 0.44 | 65.52 | 0.44 | 0.39 |
| Hex | 87 | 8F | 38 | 6 | 0 | 3D | 2C | 42 | 2C | 27 |
| Octal | 207 | 217 | 70 | 6 | 0 | 75 | 54 | 102 | 54 | 47 |
| Binary | 10000111 | 10001111 | 111000 | 110 | 0 | 111101 | 101100 | 1000010 | 101100 | 100111 |
Color Harmonies of #878F38
Complementary color
Monochromatic Colors of #878F38
Black with #878F38
Text Example
Text Example
White with #878F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878F38; }
p { color: rgb(135,143,56); }
H1.HeaderClassName
{
color: #878F38;
}
.AnyTagClassName
{
color: #878F38;
}
</style>
background-color css
<style>
a { background-color: #878F38; }
a { background-color: rgb(135,143,56); }
div.DivClassName
{
background-color: #878F38;
}
.BgClassName
{
background-color: #878F38;
}
</style>
border-color css
<style>
span { border-color: #878F38; }
span { border-color: rgb(135,143,56); }
td.TdClassName
{
border-color: #878F38;
}
.TagClassName
{
border-color: #878F38;
}
</style>