Shades of Sushi #85A243
Tints of Sushi #85A243
RGB
CMYK
RGB Variations
Color information
#85A243 (or 0x85A243) is known color: Sushi. HEX triplet: 85, A2 and 43. RGB value is (133,162,67). Sum of RGB (Red+Green+Blue) = 133+162+67=362 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.74% from 362); Green value is 162 (63.67% from 255 or 44.75% from 362); Blue value is 67 (26.56% from 255 or 18.51% from 362); Max value from RGB is 162 - color contains mainly: green. Hex color #85A243 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85A243 is #7A5DBC. Grayscale: #8E8E8E. Windows color (decimal): -8019389 or 4432517. OLE color: 4432517.
HSL color Cylindrical-coordinate representation of color #85A243: hue angle of 78.32º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #85A243 is Cyan = 0.18, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 133 | 162 | 67 | - |
| CMYK | 0.18 | 0 | 0.59 | 0.36 |
| HSL | 78.32º | 0.41% | 0.45% | - |
| HSV(B) | 78.32º | 0.59% | 0.64% | - |
| XYZ | 23.61 | 31.23 | 10.09 | - |
| YUV | 142.5 | 85.39 | 121.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 162 | 67 | 0.18 | 0 | 0.59 | 0.36 | 78.32 | 0.41 | 0.45 |
| Hex | 85 | A2 | 43 | 12 | 0 | 3B | 24 | 4E | 29 | 2D |
| Octal | 205 | 242 | 103 | 22 | 0 | 73 | 44 | 116 | 51 | 55 |
| Binary | 10000101 | 10100010 | 1000011 | 10010 | 0 | 111011 | 100100 | 1001110 | 101001 | 101101 |
Color Harmonies of #85A243
Complementary color
Monochromatic Colors of #85A243
Black with #85A243
Text Example
Text Example
White with #85A243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A243; }
p { color: rgb(133,162,67); }
H1.HeaderClassName
{
color: #85A243;
}
.AnyTagClassName
{
color: #85A243;
}
</style>
background-color css
<style>
a { background-color: #85A243; }
a { background-color: rgb(133,162,67); }
div.DivClassName
{
background-color: #85A243;
}
.BgClassName
{
background-color: #85A243;
}
</style>
border-color css
<style>
span { border-color: #85A243; }
span { border-color: rgb(133,162,67); }
td.TdClassName
{
border-color: #85A243;
}
.TagClassName
{
border-color: #85A243;
}
</style>