#85C671

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

Shades of Mantis #85C671

Tints of Mantis #85C671

Color information

#85C671 (or 0x85C671) is unknown color: approx Mantis. HEX triplet: 85, C6 and 71. RGB value is (133,198,113). Sum of RGB (Red+Green+Blue) = 133+198+113=444 (58% of max value = 765). Red value is 133 (52.34% from 255 or 29.95% from 444); Green value is 198 (77.73% from 255 or 44.59% from 444); Blue value is 113 (44.53% from 255 or 25.45% from 444); Max value from RGB is 198 - color contains mainly: green. Hex color #85C671 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85C671 is #7A398E. Grayscale: #A9A9A9. Windows color (decimal): -8010127 or 7456389. OLE color: 7456389.

HSL color Cylindrical-coordinate representation of color #85C671: hue angle of 105.88º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #85C671 is Cyan = 0.33, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.22.

Color convert

RGB133198113-
CMYK0.3300.430.22
HSL105.88º42.71%60.98%-
HSV(B)105.88º42.93%77.65%-
XYZ32.8546.5722.88-
YUV168.8896.47102.41-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.95%
GREEN value IS 198 (77.73% from 255) = 44.59%
BLUE value IS 113 (44.53% from 255) = 25.45%
R=29.95%
G=44.59%
B=25.45%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1331981130.3300.430.22105.8842.7160.98
Hex85C6712102B166a2b3d
Octal20530616141053261525375
Binary100001011100011011100011000010101011101101101010101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85C671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,198,113); }

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

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

 a { background-color: rgb(133,198,113); }

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

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

 span { border-color: rgb(133,198,113); }

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