#85B66B

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

Shades of Mantis #85B66B

Tints of Mantis #85B66B

Color information

#85B66B (or 0x85B66B) is unknown color: approx Mantis. HEX triplet: 85, B6 and 6B. RGB value is (133,182,107). Sum of RGB (Red+Green+Blue) = 133+182+107=422 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.52% from 422); Green value is 182 (71.48% from 255 or 43.13% from 422); Blue value is 107 (42.19% from 255 or 25.36% from 422); Max value from RGB is 182 - color contains mainly: green. Hex color #85B66B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85B66B is #7A4994. Grayscale: #9F9F9F. Windows color (decimal): -8014229 or 7059077. OLE color: 7059077.

HSL color Cylindrical-coordinate representation of color #85B66B: hue angle of 99.2º 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 #85B66B is Cyan = 0.27, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB133182107-
CMYK0.2700.410.29
HSL99.2º33.94%56.67%-
HSV(B)99.2º41.21%71.37%-
XYZ29.0539.520-
YUV158.898.77109.6-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.52%
GREEN value IS 182 (71.48% from 255) = 43.13%
BLUE value IS 107 (42.19% from 255) = 25.36%
R=31.52%
G=43.13%
B=25.36%

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
Decimal1331821070.2700.410.2999.233.9456.67
Hex85B66B1B0291D632239
Octal20526615333051351434271
Binary10000101101101101101011110110101001111011100011100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85B66B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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