Shades of Wasabi #859242
Tints of Wasabi #859242
RGB
CMYK
RGB Variations
Color information
#859242 (or 0x859242) is known color: Wasabi. HEX triplet: 85, 92 and 42. RGB value is (133,146,66). Sum of RGB (Red+Green+Blue) = 133+146+66=345 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.55% from 345); Green value is 146 (57.42% from 255 or 42.32% from 345); Blue value is 66 (26.17% from 255 or 19.13% from 345); Max value from RGB is 146 - color contains mainly: green. Hex color #859242 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #859242 is #7A6DBD. Grayscale: #858585. Windows color (decimal): -8023486 or 4362885. OLE color: 4362885.
HSL color Cylindrical-coordinate representation of color #859242: hue angle of 69.75º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #859242 is Cyan = 0.09, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 133 | 146 | 66 | - |
| CMYK | 0.09 | 0 | 0.55 | 0.43 |
| HSL | 69.75º | 0.38% | 0.42% | - |
| HSV(B) | 69.75º | 0.55% | 0.57% | - |
| XYZ | 20.94 | 25.94 | 9.06 | - |
| YUV | 132.99 | 90.19 | 128 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 146 | 66 | 0.09 | 0 | 0.55 | 0.43 | 69.75 | 0.38 | 0.42 |
| Hex | 85 | 92 | 42 | 9 | 0 | 37 | 2B | 46 | 26 | 2A |
| Octal | 205 | 222 | 102 | 11 | 0 | 67 | 53 | 106 | 46 | 52 |
| Binary | 10000101 | 10010010 | 1000010 | 1001 | 0 | 110111 | 101011 | 1000110 | 100110 | 101010 |
Color Harmonies of #859242
Complementary color
Monochromatic Colors of #859242
Black with #859242
Text Example
Text Example
White with #859242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859242; }
p { color: rgb(133,146,66); }
H1.HeaderClassName
{
color: #859242;
}
.AnyTagClassName
{
color: #859242;
}
</style>
background-color css
<style>
a { background-color: #859242; }
a { background-color: rgb(133,146,66); }
div.DivClassName
{
background-color: #859242;
}
.BgClassName
{
background-color: #859242;
}
</style>
border-color css
<style>
span { border-color: #859242; }
span { border-color: rgb(133,146,66); }
td.TdClassName
{
border-color: #859242;
}
.TagClassName
{
border-color: #859242;
}
</style>