Shades of Sushi #85A636
Tints of Sushi #85A636
RGB
CMYK
RGB Variations
Color information
#85A636 (or 0x85A636) is known color: Sushi. HEX triplet: 85, A6 and 36. RGB value is (133,166,54). Sum of RGB (Red+Green+Blue) = 133+166+54=353 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.68% from 353); Green value is 166 (65.23% from 255 or 47.03% from 353); Blue value is 54 (21.48% from 255 or 15.30% from 353); Max value from RGB is 166 - color contains mainly: green. Hex color #85A636 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85A636 is #7A59C9. Grayscale: #8F8F8F. Windows color (decimal): -8018378 or 3581573. OLE color: 3581573.
HSL color Cylindrical-coordinate representation of color #85A636: hue angle of 77.68º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #85A636 is Cyan = 0.20, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 133 | 166 | 54 | - |
| CMYK | 0.20 | 0 | 0.67 | 0.35 |
| HSL | 77.68º | 0.51% | 0.43% | - |
| HSV(B) | 77.68º | 0.67% | 0.65% | - |
| XYZ | 23.97 | 32.53 | 8.5 | - |
| YUV | 143.37 | 77.57 | 120.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 166 | 54 | 0.20 | 0 | 0.67 | 0.35 | 77.68 | 0.51 | 0.43 |
| Hex | 85 | A6 | 36 | 14 | 0 | 43 | 23 | 4E | 33 | 2B |
| Octal | 205 | 246 | 66 | 24 | 0 | 103 | 43 | 116 | 63 | 53 |
| Binary | 10000101 | 10100110 | 110110 | 10100 | 0 | 1000011 | 100011 | 1001110 | 110011 | 101011 |
Color Harmonies of #85A636
Complementary color
Monochromatic Colors of #85A636
Black with #85A636
Text Example
Text Example
White with #85A636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A636; }
p { color: rgb(133,166,54); }
H1.HeaderClassName
{
color: #85A636;
}
.AnyTagClassName
{
color: #85A636;
}
</style>
background-color css
<style>
a { background-color: #85A636; }
a { background-color: rgb(133,166,54); }
div.DivClassName
{
background-color: #85A636;
}
.BgClassName
{
background-color: #85A636;
}
</style>
border-color css
<style>
span { border-color: #85A636; }
span { border-color: rgb(133,166,54); }
td.TdClassName
{
border-color: #85A636;
}
.TagClassName
{
border-color: #85A636;
}
</style>