#85B36E

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

Shades of Mantis #85B36E

Tints of Mantis #85B36E

Color information

#85B36E (or 0x85B36E) is unknown color: approx Mantis. HEX triplet: 85, B3 and 6E. RGB value is (133,179,110). Sum of RGB (Red+Green+Blue) = 133+179+110=422 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.52% from 422); Green value is 179 (70.31% from 255 or 42.42% from 422); Blue value is 110 (43.36% from 255 or 26.07% from 422); Max value from RGB is 179 - color contains mainly: green. Hex color #85B36E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85B36E is #7A4C91. Grayscale: #9D9D9D. Windows color (decimal): -8014994 or 7254917. OLE color: 7254917.

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

Color convert

RGB133179110-
CMYK0.2600.390.30
HSL100º31.22%56.67%-
HSV(B)100º38.55%70.2%-
XYZ28.6138.3520.65-
YUV157.38101.26110.61-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.52%
GREEN value IS 179 (70.31% from 255) = 42.42%
BLUE value IS 110 (43.36% from 255) = 26.07%
R=31.52%
G=42.42%
B=26.07%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1331791100.2600.390.3010031.2256.67
Hex85B36E1A0271E641f39
Octal20526315632047361443771
Binary1000010110110011110111011010010011111110110010011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85B36E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,179,110); }

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

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

 a { background-color: rgb(133,179,110); }

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

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

 span { border-color: rgb(133,179,110); }

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