Shades of Sushi #85A341
Tints of Sushi #85A341
RGB
CMYK
RGB Variations
Color information
#85A341 (or 0x85A341) is known color: Sushi. HEX triplet: 85, A3 and 41. RGB value is (133,163,65). Sum of RGB (Red+Green+Blue) = 133+163+65=361 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.84% from 361); Green value is 163 (64.06% from 255 or 45.15% from 361); Blue value is 65 (25.78% from 255 or 18.01% from 361); Max value from RGB is 163 - color contains mainly: green. Hex color #85A341 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85A341 is #7A5CBE. Grayscale: #8F8F8F. Windows color (decimal): -8019135 or 4301701. OLE color: 4301701.
HSL color Cylindrical-coordinate representation of color #85A341: hue angle of 78.37º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #85A341 is Cyan = 0.18, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 133 | 163 | 65 | - |
| CMYK | 0.18 | 0 | 0.60 | 0.36 |
| HSL | 78.37º | 0.43% | 0.45% | - |
| HSV(B) | 78.37º | 0.6% | 0.64% | - |
| XYZ | 23.72 | 31.56 | 9.84 | - |
| YUV | 142.86 | 84.06 | 120.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 163 | 65 | 0.18 | 0 | 0.60 | 0.36 | 78.37 | 0.43 | 0.45 |
| Hex | 85 | A3 | 41 | 12 | 0 | 3C | 24 | 4E | 2B | 2D |
| Octal | 205 | 243 | 101 | 22 | 0 | 74 | 44 | 116 | 53 | 55 |
| Binary | 10000101 | 10100011 | 1000001 | 10010 | 0 | 111100 | 100100 | 1001110 | 101011 | 101101 |
Color Harmonies of #85A341
Complementary color
Monochromatic Colors of #85A341
Black with #85A341
Text Example
Text Example
White with #85A341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A341; }
p { color: rgb(133,163,65); }
H1.HeaderClassName
{
color: #85A341;
}
.AnyTagClassName
{
color: #85A341;
}
</style>
background-color css
<style>
a { background-color: #85A341; }
a { background-color: rgb(133,163,65); }
div.DivClassName
{
background-color: #85A341;
}
.BgClassName
{
background-color: #85A341;
}
</style>
border-color css
<style>
span { border-color: #85A341; }
span { border-color: rgb(133,163,65); }
td.TdClassName
{
border-color: #85A341;
}
.TagClassName
{
border-color: #85A341;
}
</style>