#85B467

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

Shades of Mantis #85B467

Tints of Mantis #85B467

Color information

#85B467 (or 0x85B467) is unknown color: approx Mantis. HEX triplet: 85, B4 and 67. RGB value is (133,180,103). Sum of RGB (Red+Green+Blue) = 133+180+103=416 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.97% from 416); Green value is 180 (70.70% from 255 or 43.27% from 416); Blue value is 103 (40.62% from 255 or 24.76% from 416); Max value from RGB is 180 - color contains mainly: green. Hex color #85B467 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85B467 is #7A4B98. Grayscale: #9D9D9D. Windows color (decimal): -8014745 or 6796421. OLE color: 6796421.

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

Color convert

RGB133180103-
CMYK0.2600.430.29
HSL96.62º33.92%55.49%-
HSV(B)96.62º42.78%70.59%-
XYZ28.4438.6118.79-
YUV157.1797.43110.76-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.97%
GREEN value IS 180 (70.70% from 255) = 43.27%
BLUE value IS 103 (40.62% from 255) = 24.76%
R=31.97%
G=43.27%
B=24.76%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1331801030.2600.430.2996.6233.9255.49
Hex85B4671A02B1D612237
Octal20526414732053351414267
Binary10000101101101001100111110100101011111011100001100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85B467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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