#85B470

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

Shades of Mantis #85B470

Tints of Mantis #85B470

Color information

#85B470 (or 0x85B470) is unknown color: approx Mantis. HEX triplet: 85, B4 and 70. RGB value is (133,180,112). Sum of RGB (Red+Green+Blue) = 133+180+112=425 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.29% from 425); Green value is 180 (70.70% from 255 or 42.35% from 425); Blue value is 112 (44.14% from 255 or 26.35% from 425); Max value from RGB is 180 - color contains mainly: green. Hex color #85B470 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85B470 is #7A4B8F. Grayscale: #9E9E9E. Windows color (decimal): -8014736 or 7386245. OLE color: 7386245.

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

Color convert

RGB133180112-
CMYK0.2600.380.29
HSL101.47º31.19%57.25%-
HSV(B)101.47º37.78%70.59%-
XYZ28.9238.821.29-
YUV158.2101.93110.03-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.29%
GREEN value IS 180 (70.70% from 255) = 42.35%
BLUE value IS 112 (44.14% from 255) = 26.35%
R=31.29%
G=42.35%
B=26.35%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1331801120.2600.380.29101.4731.1957.25
Hex85B4701A0261D651f39
Octal20526416032046351453771
Binary1000010110110100111000011010010011011101110010111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85B470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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