Shades of Wasabi #858A45
Tints of Wasabi #858A45
RGB
CMYK
RGB Variations
Color information
#858A45 (or 0x858A45) is known color: Wasabi. HEX triplet: 85, 8A and 45. RGB value is (133,138,69). Sum of RGB (Red+Green+Blue) = 133+138+69=340 (45% of max value = 765). Red value is 133 (52.34% from 255 or 39.12% from 340); Green value is 138 (54.30% from 255 or 40.59% from 340); Blue value is 69 (27.34% from 255 or 20.29% from 340); Max value from RGB is 138 - color contains mainly: green. Hex color #858A45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858A45 is #7A75BA. Grayscale: #808080. Windows color (decimal): -8025531 or 4557445. OLE color: 4557445.
HSL color Cylindrical-coordinate representation of color #858A45: hue angle of 64.35º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #858A45 is Cyan = 0.04, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 133 | 138 | 69 | - |
| CMYK | 0.04 | 0 | 0.5 | 0.46 |
| HSL | 64.35º | 0.33% | 0.41% | - |
| HSV(B) | 64.35º | 0.5% | 0.54% | - |
| XYZ | 19.84 | 23.59 | 9.14 | - |
| YUV | 128.64 | 94.34 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 138 | 69 | 0.04 | 0 | 0.5 | 0.46 | 64.35 | 0.33 | 0.41 |
| Hex | 85 | 8A | 45 | 4 | 0 | 32 | 2E | 40 | 21 | 29 |
| Octal | 205 | 212 | 105 | 4 | 0 | 62 | 56 | 100 | 41 | 51 |
| Binary | 10000101 | 10001010 | 1000101 | 100 | 0 | 110010 | 101110 | 1000000 | 100001 | 101001 |
Color Harmonies of #858A45
Complementary color
Monochromatic Colors of #858A45
Black with #858A45
Text Example
Text Example
White with #858A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858A45; }
p { color: rgb(133,138,69); }
H1.HeaderClassName
{
color: #858A45;
}
.AnyTagClassName
{
color: #858A45;
}
</style>
background-color css
<style>
a { background-color: #858A45; }
a { background-color: rgb(133,138,69); }
div.DivClassName
{
background-color: #858A45;
}
.BgClassName
{
background-color: #858A45;
}
</style>
border-color css
<style>
span { border-color: #858A45; }
span { border-color: rgb(133,138,69); }
td.TdClassName
{
border-color: #858A45;
}
.TagClassName
{
border-color: #858A45;
}
</style>