#85B66D

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

Shades of Mantis #85B66D

Tints of Mantis #85B66D

Color information

#85B66D (or 0x85B66D) is unknown color: approx Mantis. HEX triplet: 85, B6 and 6D. RGB value is (133,182,109). Sum of RGB (Red+Green+Blue) = 133+182+109=424 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.37% from 424); Green value is 182 (71.48% from 255 or 42.92% from 424); Blue value is 109 (42.97% from 255 or 25.71% from 424); Max value from RGB is 182 - color contains mainly: green. Hex color #85B66D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85B66D is #7A4992. Grayscale: #9F9F9F. Windows color (decimal): -8014227 or 7190149. OLE color: 7190149.

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

Color convert

RGB133182109-
CMYK0.2700.400.29
HSL100.27º33.33%57.06%-
HSV(B)100.27º40.11%71.37%-
XYZ29.1639.5520.56-
YUV159.0399.77109.44-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.37%
GREEN value IS 182 (71.48% from 255) = 42.92%
BLUE value IS 109 (42.97% from 255) = 25.71%
R=31.37%
G=42.92%
B=25.71%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1331821090.2700.400.29100.2733.3357.06
Hex85B66D1B0281D642139
Octal20526615533050351444171
Binary10000101101101101101101110110101000111011100100100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85B66D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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