#85B66C

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

Shades of Mantis #85B66C

Tints of Mantis #85B66C

Color information

#85B66C (or 0x85B66C) is unknown color: approx Mantis. HEX triplet: 85, B6 and 6C. RGB value is (133,182,108). Sum of RGB (Red+Green+Blue) = 133+182+108=423 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.44% from 423); Green value is 182 (71.48% from 255 or 43.03% from 423); Blue value is 108 (42.58% from 255 or 25.53% from 423); Max value from RGB is 182 - color contains mainly: green. Hex color #85B66C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85B66C is #7A4993. Grayscale: #9F9F9F. Windows color (decimal): -8014228 or 7124613. OLE color: 7124613.

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

Color convert

RGB133182108-
CMYK0.2700.410.29
HSL99.73º33.64%56.86%-
HSV(B)99.73º40.66%71.37%-
XYZ29.1139.5320.28-
YUV158.9199.27109.52-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.44%
GREEN value IS 182 (71.48% from 255) = 43.03%
BLUE value IS 108 (42.58% from 255) = 25.53%
R=31.44%
G=43.03%
B=25.53%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1331821080.2700.410.2999.7333.6456.86
Hex85B66C1B0291D642239
Octal20526615433051351444271
Binary10000101101101101101100110110101001111011100100100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85B66C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,182,108); }

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

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

 a { background-color: rgb(133,182,108); }

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

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

 span { border-color: rgb(133,182,108); }

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