#85B46E

Color #85B46E Mantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mantis #85B46E

Tints of Mantis #85B46E

Color information

#85B46E (or 0x85B46E) is unknown color: approx Mantis. HEX triplet: 85, B4 and 6E. RGB value is (133,180,110). Sum of RGB (Red+Green+Blue) = 133+180+110=423 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.44% from 423); Green value is 180 (70.70% from 255 or 42.55% from 423); Blue value is 110 (43.36% from 255 or 26.00% from 423); Max value from RGB is 180 - color contains mainly: green. Hex color #85B46E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85B46E is #7A4B91. Grayscale: #9E9E9E. Windows color (decimal): -8014738 or 7255173. OLE color: 7255173.

HSL color Cylindrical-coordinate representation of color #85B46E: hue angle of 100.29º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #85B46E is Cyan = 0.26, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.29.

Color convert

RGB133180110-
CMYK0.2600.390.29
HSL100.29º31.82%56.86%-
HSV(B)100.29º38.89%70.59%-
XYZ28.8138.7520.71-
YUV157.97100.93110.19-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 133 (52.34% from 255) = 31.44%
GREEN value IS 180 (70.70% from 255) = 42.55%
BLUE value IS 110 (43.36% from 255) = 26.00%
R=31.44%
G=42.55%
B=26.00%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1331801100.2600.390.29100.2931.8256.86
Hex85B46E1A0271D642039
Octal20526415632047351444071
Binary10000101101101001101110110100100111111011100100100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85B46E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85B46E; }

 p { color: rgb(133,180,110); }

 H1.HeaderClassName
 {
   color: #85B46E;
 }
 .AnyTagClassName
 {
   color: #85B46E;
 }
</style>
background-color css

<style>
 a { background-color: #85B46E; }

 a { background-color: rgb(133,180,110); }

 div.DivClassName
 {
   background-color: #85B46E;
 }
 .BgClassName
 {
   background-color: #85B46E;
 }
</style>
border-color css

<style>
 span { border-color: #85B46E; }

 span { border-color: rgb(133,180,110); }

 td.TdClassName
 {
   border-color: #85B46E;
 }
 .TagClassName
 {
   border-color: #85B46E;
 }
</style>