#85B661

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

Shades of Mantis #85B661

Tints of Mantis #85B661

Color information

#85B661 (or 0x85B661) is unknown color: approx Mantis. HEX triplet: 85, B6 and 61. RGB value is (133,182,97). Sum of RGB (Red+Green+Blue) = 133+182+97=412 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.28% from 412); Green value is 182 (71.48% from 255 or 44.17% from 412); Blue value is 97 (38.28% from 255 or 23.54% from 412); Max value from RGB is 182 - color contains mainly: green. Hex color #85B661 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85B661 is #7A499E. Grayscale: #9D9D9D. Windows color (decimal): -8014239 or 6403717. OLE color: 6403717.

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

Color convert

RGB13318297-
CMYK0.2700.470.29
HSL94.59º36.8%54.71%-
HSV(B)94.59º46.7%71.37%-
XYZ28.5639.3117.39-
YUV157.6693.77110.41-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.28%
GREEN value IS 182 (71.48% from 255) = 44.17%
BLUE value IS 97 (38.28% from 255) = 23.54%
R=32.28%
G=44.17%
B=23.54%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal133182970.2700.470.2994.5936.854.71
Hex85B6611B02F1D5f2537
Octal20526614133057351374567
Binary10000101101101101100001110110101111111011011111100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85B661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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