Shades of Wasabi #859D41
Tints of Wasabi #859D41
RGB
CMYK
RGB Variations
Color information
#859D41 (or 0x859D41) is known color: Wasabi. HEX triplet: 85, 9D and 41. RGB value is (133,157,65). Sum of RGB (Red+Green+Blue) = 133+157+65=355 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.46% from 355); Green value is 157 (61.72% from 255 or 44.23% from 355); Blue value is 65 (25.78% from 255 or 18.31% from 355); Max value from RGB is 157 - color contains mainly: green. Hex color #859D41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #859D41 is #7A62BE. Grayscale: #8B8B8B. Windows color (decimal): -8020671 or 4300165. OLE color: 4300165.
HSL color Cylindrical-coordinate representation of color #859D41: hue angle of 75.65º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #859D41 is Cyan = 0.15, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 133 | 157 | 65 | - |
| CMYK | 0.15 | 0 | 0.59 | 0.38 |
| HSL | 75.65º | 0.41% | 0.44% | - |
| HSV(B) | 75.65º | 0.59% | 0.62% | - |
| XYZ | 22.68 | 29.48 | 9.5 | - |
| YUV | 139.34 | 86.05 | 123.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 157 | 65 | 0.15 | 0 | 0.59 | 0.38 | 75.65 | 0.41 | 0.44 |
| Hex | 85 | 9D | 41 | F | 0 | 3B | 26 | 4C | 29 | 2C |
| Octal | 205 | 235 | 101 | 17 | 0 | 73 | 46 | 114 | 51 | 54 |
| Binary | 10000101 | 10011101 | 1000001 | 1111 | 0 | 111011 | 100110 | 1001100 | 101001 | 101100 |
Color Harmonies of #859D41
Complementary color
Monochromatic Colors of #859D41
Black with #859D41
Text Example
Text Example
White with #859D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859D41; }
p { color: rgb(133,157,65); }
H1.HeaderClassName
{
color: #859D41;
}
.AnyTagClassName
{
color: #859D41;
}
</style>
background-color css
<style>
a { background-color: #859D41; }
a { background-color: rgb(133,157,65); }
div.DivClassName
{
background-color: #859D41;
}
.BgClassName
{
background-color: #859D41;
}
</style>
border-color css
<style>
span { border-color: #859D41; }
span { border-color: rgb(133,157,65); }
td.TdClassName
{
border-color: #859D41;
}
.TagClassName
{
border-color: #859D41;
}
</style>