Shades of Wasabi #85902F
Tints of Wasabi #85902F
RGB
CMYK
RGB Variations
Color information
#85902F (or 0x85902F) is known color: Wasabi. HEX triplet: 85, 90 and 2F. RGB value is (133,144,47). Sum of RGB (Red+Green+Blue) = 133+144+47=324 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.05% from 324); Green value is 144 (56.64% from 255 or 44.44% from 324); Blue value is 47 (18.75% from 255 or 14.51% from 324); Max value from RGB is 144 - color contains mainly: green. Hex color #85902F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85902F is #7A6FD0. Grayscale: #828282. Windows color (decimal): -8024017 or 3117189. OLE color: 3117189.
HSL color Cylindrical-coordinate representation of color #85902F: hue angle of 66.8º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #85902F is Cyan = 0.08, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 133 | 144 | 47 | - |
| CMYK | 0.08 | 0 | 0.67 | 0.44 |
| HSL | 66.8º | 0.51% | 0.37% | - |
| HSV(B) | 66.8º | 0.67% | 0.56% | - |
| XYZ | 20.16 | 25.14 | 6.48 | - |
| YUV | 129.65 | 81.36 | 130.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 144 | 47 | 0.08 | 0 | 0.67 | 0.44 | 66.8 | 0.51 | 0.37 |
| Hex | 85 | 90 | 2F | 8 | 0 | 43 | 2C | 43 | 33 | 25 |
| Octal | 205 | 220 | 57 | 10 | 0 | 103 | 54 | 103 | 63 | 45 |
| Binary | 10000101 | 10010000 | 101111 | 1000 | 0 | 1000011 | 101100 | 1000011 | 110011 | 100101 |
Color Harmonies of #85902F
Complementary color
Monochromatic Colors of #85902F
Black with #85902F
Text Example
Text Example
White with #85902F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85902F; }
p { color: rgb(133,144,47); }
H1.HeaderClassName
{
color: #85902F;
}
.AnyTagClassName
{
color: #85902F;
}
</style>
background-color css
<style>
a { background-color: #85902F; }
a { background-color: rgb(133,144,47); }
div.DivClassName
{
background-color: #85902F;
}
.BgClassName
{
background-color: #85902F;
}
</style>
border-color css
<style>
span { border-color: #85902F; }
span { border-color: rgb(133,144,47); }
td.TdClassName
{
border-color: #85902F;
}
.TagClassName
{
border-color: #85902F;
}
</style>