Shades of Wasabi #859939
Tints of Wasabi #859939
RGB
CMYK
RGB Variations
Color information
#859939 (or 0x859939) is known color: Wasabi. HEX triplet: 85, 99 and 39. RGB value is (133,153,57). Sum of RGB (Red+Green+Blue) = 133+153+57=343 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.78% from 343); Green value is 153 (60.16% from 255 or 44.61% from 343); Blue value is 57 (22.66% from 255 or 16.62% from 343); Max value from RGB is 153 - color contains mainly: green. Hex color #859939 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #859939 is #7A66C6. Grayscale: #888888. Windows color (decimal): -8021703 or 3774853. OLE color: 3774853.
HSL color Cylindrical-coordinate representation of color #859939: hue angle of 72.5º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #859939 is Cyan = 0.13, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 133 | 153 | 57 | - |
| CMYK | 0.13 | 0 | 0.63 | 0.4 |
| HSL | 72.5º | 0.46% | 0.41% | - |
| HSV(B) | 72.5º | 0.63% | 0.6% | - |
| XYZ | 21.8 | 28.06 | 8.14 | - |
| YUV | 136.08 | 83.37 | 125.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 153 | 57 | 0.13 | 0 | 0.63 | 0.4 | 72.5 | 0.46 | 0.41 |
| Hex | 85 | 99 | 39 | D | 0 | 3F | 28 | 48 | 2E | 29 |
| Octal | 205 | 231 | 71 | 15 | 0 | 77 | 50 | 110 | 56 | 51 |
| Binary | 10000101 | 10011001 | 111001 | 1101 | 0 | 111111 | 101000 | 1001000 | 101110 | 101001 |
Color Harmonies of #859939
Complementary color
Monochromatic Colors of #859939
Black with #859939
Text Example
Text Example
White with #859939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859939; }
p { color: rgb(133,153,57); }
H1.HeaderClassName
{
color: #859939;
}
.AnyTagClassName
{
color: #859939;
}
</style>
background-color css
<style>
a { background-color: #859939; }
a { background-color: rgb(133,153,57); }
div.DivClassName
{
background-color: #859939;
}
.BgClassName
{
background-color: #859939;
}
</style>
border-color css
<style>
span { border-color: #859939; }
span { border-color: rgb(133,153,57); }
td.TdClassName
{
border-color: #859939;
}
.TagClassName
{
border-color: #859939;
}
</style>