#85b767

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

Shades of Mantis #85B767

Tints of Mantis #85B767

Color information

#85B767 (or 0x85B767) is unknown color: approx Mantis. HEX triplet: 85, B7 and 67. RGB value is (133,183,103). Sum of RGB (Red+Green+Blue) = 133+183+103=419 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.74% from 419); Green value is 183 (71.88% from 255 or 43.68% from 419); Blue value is 103 (40.62% from 255 or 24.58% from 419); Max value from RGB is 183 - color contains mainly: green. Hex color #85B767 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85B767 is #7A4898. Grayscale: #9F9F9F. Windows color (decimal): -8013977 or 6797189. OLE color: 6797189.

HSL color Cylindrical-coordinate representation of color #85B767: hue angle of 97.5º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85B767 is Cyan = 0.27, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.28.

Color convert

RGB133183103-
CMYK0.2700.440.28
HSL97.5º35.71%56.08%-
HSV(B)97.5º43.72%71.76%-
XYZ29.0539.8318.99-
YUV158.9396.44109.5-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.74%
GREEN value IS 183 (71.88% from 255) = 43.68%
BLUE value IS 103 (40.62% from 255) = 24.58%
R=31.74%
G=43.68%
B=24.58%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1331831030.2700.440.2897.535.7156.08
Hex85B7671B02C1C612438
Octal20526714733054341414470
Binary10000101101101111100111110110101100111001100001100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85b767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,183,103); }

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

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

 a { background-color: rgb(133,183,103); }

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

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

 span { border-color: rgb(133,183,103); }

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