Shades of Wasabi #859945
Tints of Wasabi #859945
RGB
CMYK
RGB Variations
Color information
#859945 (or 0x859945) is known color: Wasabi. HEX triplet: 85, 99 and 45. RGB value is (133,153,69). Sum of RGB (Red+Green+Blue) = 133+153+69=355 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.46% from 355); Green value is 153 (60.16% from 255 or 43.10% from 355); Blue value is 69 (27.34% from 255 or 19.44% from 355); Max value from RGB is 153 - color contains mainly: green. Hex color #859945 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #859945 is #7A66BA. Grayscale: #898989. Windows color (decimal): -8021691 or 4561285. OLE color: 4561285.
HSL color Cylindrical-coordinate representation of color #859945: hue angle of 74.29º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #859945 is Cyan = 0.13, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 133 | 153 | 69 | - |
| CMYK | 0.13 | 0 | 0.55 | 0.4 |
| HSL | 74.29º | 0.38% | 0.44% | - |
| HSV(B) | 74.29º | 0.55% | 0.6% | - |
| XYZ | 22.14 | 28.2 | 9.91 | - |
| YUV | 137.44 | 89.37 | 124.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 153 | 69 | 0.13 | 0 | 0.55 | 0.4 | 74.29 | 0.38 | 0.44 |
| Hex | 85 | 99 | 45 | D | 0 | 37 | 28 | 4A | 26 | 2C |
| Octal | 205 | 231 | 105 | 15 | 0 | 67 | 50 | 112 | 46 | 54 |
| Binary | 10000101 | 10011001 | 1000101 | 1101 | 0 | 110111 | 101000 | 1001010 | 100110 | 101100 |
Color Harmonies of #859945
Complementary color
Monochromatic Colors of #859945
Black with #859945
Text Example
Text Example
White with #859945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859945; }
p { color: rgb(133,153,69); }
H1.HeaderClassName
{
color: #859945;
}
.AnyTagClassName
{
color: #859945;
}
</style>
background-color css
<style>
a { background-color: #859945; }
a { background-color: rgb(133,153,69); }
div.DivClassName
{
background-color: #859945;
}
.BgClassName
{
background-color: #859945;
}
</style>
border-color css
<style>
span { border-color: #859945; }
span { border-color: rgb(133,153,69); }
td.TdClassName
{
border-color: #859945;
}
.TagClassName
{
border-color: #859945;
}
</style>