Shades of Wasabi #858B2F
Tints of Wasabi #858B2F
RGB
CMYK
RGB Variations
Color information
#858B2F (or 0x858B2F) is known color: Wasabi. HEX triplet: 85, 8B and 2F. RGB value is (133,139,47). Sum of RGB (Red+Green+Blue) = 133+139+47=319 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.69% from 319); Green value is 139 (54.69% from 255 or 43.57% from 319); Blue value is 47 (18.75% from 255 or 14.73% from 319); Max value from RGB is 139 - color contains mainly: green. Hex color #858B2F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858B2F is #7A74D0. Grayscale: #7F7F7F. Windows color (decimal): -8025297 or 3115909. OLE color: 3115909.
HSL color Cylindrical-coordinate representation of color #858B2F: hue angle of 63.91º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #858B2F is Cyan = 0.04, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 133 | 139 | 47 | - |
| CMYK | 0.04 | 0 | 0.66 | 0.45 |
| HSL | 63.91º | 0.49% | 0.36% | - |
| HSV(B) | 63.91º | 0.66% | 0.55% | - |
| XYZ | 19.42 | 23.66 | 6.23 | - |
| YUV | 126.72 | 83.01 | 132.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 139 | 47 | 0.04 | 0 | 0.66 | 0.45 | 63.91 | 0.49 | 0.36 |
| Hex | 85 | 8B | 2F | 4 | 0 | 42 | 2D | 40 | 31 | 24 |
| Octal | 205 | 213 | 57 | 4 | 0 | 102 | 55 | 100 | 61 | 44 |
| Binary | 10000101 | 10001011 | 101111 | 100 | 0 | 1000010 | 101101 | 1000000 | 110001 | 100100 |
Color Harmonies of #858B2F
Complementary color
Monochromatic Colors of #858B2F
Black with #858B2F
Text Example
Text Example
White with #858B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858B2F; }
p { color: rgb(133,139,47); }
H1.HeaderClassName
{
color: #858B2F;
}
.AnyTagClassName
{
color: #858B2F;
}
</style>
background-color css
<style>
a { background-color: #858B2F; }
a { background-color: rgb(133,139,47); }
div.DivClassName
{
background-color: #858B2F;
}
.BgClassName
{
background-color: #858B2F;
}
</style>
border-color css
<style>
span { border-color: #858B2F; }
span { border-color: rgb(133,139,47); }
td.TdClassName
{
border-color: #858B2F;
}
.TagClassName
{
border-color: #858B2F;
}
</style>