Shades of Wasabi #859D3E
Tints of Wasabi #859D3E
RGB
CMYK
RGB Variations
Color information
#859D3E (or 0x859D3E) is known color: Wasabi. HEX triplet: 85, 9D and 3E. RGB value is (133,157,62). Sum of RGB (Red+Green+Blue) = 133+157+62=352 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.78% from 352); Green value is 157 (61.72% from 255 or 44.60% from 352); Blue value is 62 (24.61% from 255 or 17.61% from 352); Max value from RGB is 157 - color contains mainly: green. Hex color #859D3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #859D3E is #7A62C1. Grayscale: #8B8B8B. Windows color (decimal): -8020674 or 4103557. OLE color: 4103557.
HSL color Cylindrical-coordinate representation of color #859D3E: hue angle of 75.16º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #859D3E is Cyan = 0.15, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 133 | 157 | 62 | - |
| CMYK | 0.15 | 0 | 0.61 | 0.38 |
| HSL | 75.16º | 0.43% | 0.43% | - |
| HSV(B) | 75.16º | 0.61% | 0.62% | - |
| XYZ | 22.6 | 29.45 | 9.05 | - |
| YUV | 138.99 | 84.55 | 123.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 157 | 62 | 0.15 | 0 | 0.61 | 0.38 | 75.16 | 0.43 | 0.43 |
| Hex | 85 | 9D | 3E | F | 0 | 3D | 26 | 4B | 2B | 2B |
| Octal | 205 | 235 | 76 | 17 | 0 | 75 | 46 | 113 | 53 | 53 |
| Binary | 10000101 | 10011101 | 111110 | 1111 | 0 | 111101 | 100110 | 1001011 | 101011 | 101011 |
Color Harmonies of #859D3E
Complementary color
Monochromatic Colors of #859D3E
Black with #859D3E
Text Example
Text Example
White with #859D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859D3E; }
p { color: rgb(133,157,62); }
H1.HeaderClassName
{
color: #859D3E;
}
.AnyTagClassName
{
color: #859D3E;
}
</style>
background-color css
<style>
a { background-color: #859D3E; }
a { background-color: rgb(133,157,62); }
div.DivClassName
{
background-color: #859D3E;
}
.BgClassName
{
background-color: #859D3E;
}
</style>
border-color css
<style>
span { border-color: #859D3E; }
span { border-color: rgb(133,157,62); }
td.TdClassName
{
border-color: #859D3E;
}
.TagClassName
{
border-color: #859D3E;
}
</style>