Shades of Sushi #85A940
Tints of Sushi #85A940
RGB
CMYK
RGB Variations
Color information
#85A940 (or 0x85A940) is known color: Sushi. HEX triplet: 85, A9 and 40. RGB value is (133,169,64). Sum of RGB (Red+Green+Blue) = 133+169+64=366 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.34% from 366); Green value is 169 (66.41% from 255 or 46.17% from 366); Blue value is 64 (25.39% from 255 or 17.49% from 366); Max value from RGB is 169 - color contains mainly: green. Hex color #85A940 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85A940 is #7A56BF. Grayscale: #929292. Windows color (decimal): -8017600 or 4237701. OLE color: 4237701.
HSL color Cylindrical-coordinate representation of color #85A940: hue angle of 80.57º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #85A940 is Cyan = 0.21, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 133 | 169 | 64 | - |
| CMYK | 0.21 | 0 | 0.62 | 0.34 |
| HSL | 80.57º | 0.45% | 0.46% | - |
| HSV(B) | 80.57º | 0.62% | 0.66% | - |
| XYZ | 24.79 | 33.73 | 10.06 | - |
| YUV | 146.27 | 81.57 | 118.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 169 | 64 | 0.21 | 0 | 0.62 | 0.34 | 80.57 | 0.45 | 0.46 |
| Hex | 85 | A9 | 40 | 15 | 0 | 3E | 22 | 51 | 2D | 2E |
| Octal | 205 | 251 | 100 | 25 | 0 | 76 | 42 | 121 | 55 | 56 |
| Binary | 10000101 | 10101001 | 1000000 | 10101 | 0 | 111110 | 100010 | 1010001 | 101101 | 101110 |
Color Harmonies of #85A940
Complementary color
Monochromatic Colors of #85A940
Black with #85A940
Text Example
Text Example
White with #85A940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A940; }
p { color: rgb(133,169,64); }
H1.HeaderClassName
{
color: #85A940;
}
.AnyTagClassName
{
color: #85A940;
}
</style>
background-color css
<style>
a { background-color: #85A940; }
a { background-color: rgb(133,169,64); }
div.DivClassName
{
background-color: #85A940;
}
.BgClassName
{
background-color: #85A940;
}
</style>
border-color css
<style>
span { border-color: #85A940; }
span { border-color: rgb(133,169,64); }
td.TdClassName
{
border-color: #85A940;
}
.TagClassName
{
border-color: #85A940;
}
</style>